Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-06-10 01:17:23 +0300
committerSarah German <sgerman@gitlab.com>2022-06-10 01:17:23 +0300
commitf147ecf598fd52a61154ab3fc13aa94d3dd3dc15 (patch)
treecd75dfbb756f9cec988acfc321fab92bf57d86d5
parent8bff83a8f2822ce85c4beff8169270a117b0d802 (diff)
Link to config files1199-index-docs
-rw-r--r--doc/docsearch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docsearch.md b/doc/docsearch.md
index 0b52eb61..ec25a51f 100644
--- a/doc/docsearch.md
+++ b/doc/docsearch.md
@@ -91,5 +91,5 @@ crawler via the [Algolia dashboard](https://crawler.algolia.com/admin/crawlers?s
The new crawler will generate its own [index](https://www.algolia.com/apps/3PNCFOU757/indices), which can also be configured without impacting the production instance.
To utilize a test index from a review app or local site, update the `apiKey` and `indexName` fields in either
-docsearch.js (homepage and navbar search) or instantsearch.js (dedicated search page). You can find the API key under
+[DocSearch config](../content/assets/javascripts/docsearch.js) (homepage and navbar search) or [InstantSearch config](../content/frontend/search/index.js) (dedicated search page). You can find the API key under
Crawler > Settings on the Algolia dashboard.