Skip to content

Commit

Permalink
docs: add algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Jun 1, 2020
1 parent a9e097d commit bc3b1e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ module.exports = {
new Date().getFullYear()
} My Project, Inc. Built with Docusaurus.`,
},
algolia: {
apiKey: process.env.ALGOLIA_KEY || "",
indexName: "commitsar",
},
},
presets: [
[
Expand Down

1 comment on commit bc3b1e3

@vercel
Copy link

@vercel vercel bot commented on bc3b1e3 Jun 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.