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
path: root/doc
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-06-13 18:57:48 +0300
committerSarah German <sgerman@gitlab.com>2022-06-13 18:57:48 +0300
commit89a3394cdfb8196294bd5765afd60b9e1070995a (patch)
treeea621c9ca878b351ce6aff5285202d0b7fb900bc /doc
parentfaed2060118befaa2f236e473cc5d2ddec358106 (diff)
Bundle DocSearch with yarn
Diffstat (limited to 'doc')
-rw-r--r--doc/docsearch.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docsearch.md b/doc/docsearch.md
index d1e66f71..38c1d032 100644
--- a/doc/docsearch.md
+++ b/doc/docsearch.md
@@ -14,13 +14,13 @@ DocSearch layouts are defined in various places:
- Home page: [`content/index.erb`](../content/index.erb)
- Dedicated search page under `/search`: [`layouts/instantsearch.html`](../layouts/instantsearch.html)
-- Every other page: [`layouts/docsearch.html`](../layouts/docsearch.html)
+- Every other page: [`layouts/header.html`](../layouts/header.html)
A Javascript snippet initiates docsearch by using an API key, app ID,
and an index name that are needed for Algolia to show the results:
- Dedicated search page under `/search`: [`content/frontend/search/index.js`](../content/frontend/search/index.js)
-- Every other page: [`content/assets/javascripts/docsearch.js`](../content/assets/javascripts/docsearch.js)
+- Every other page: [`content/frontend/search/docsearch.js`](../content/frontend/search/docsearch.js)
## Override DocSearch CSS