Skip to content

Commit

Permalink
Add search config (#41)
Browse files Browse the repository at this point in the history
Algolia was nice enough to crawl our site! 🎉 

Fixes #26

So now update the config with the relevant information.

Note we actually already have a search navbar item, but since we didn't
configure search it wasn't rendered previously)
  • Loading branch information
thejcannon authored Jan 2, 2024
1 parent 1a6ddcd commit 0baaa4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ const config = {
],
copyright: `Copyright © ${new Date().getFullYear()} Pants project contributors. Built with Docusaurus.`,
},
algolia: {
appId: "QD9KY1TRVK",
apiKey: "633f6891a9c1a7db671ce285a5a63819",
indexName: "pantsbuild",
contextualSearch: true,
},
prism: {
additionalLanguages: [
"bash",
Expand Down

0 comments on commit 0baaa4a

Please sign in to comment.