Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
feat(docs): support Algolia DocSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Nov 22, 2018
1 parent e0023c3 commit 9cd9bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docs/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ module.exports = {
docsDir: 'packages/docs/src',
docsBranch: 'develop',
editLinks: true,
algolia: process.env.ALGOLIA_APIKEY ? {
apiKey: process.env.ALGOLIA_APIKEY,
indexName: process.env.ALGOLIA_INDEX_NAME
} : null,
locales: {
'/': {
selectText: 'Languages',
Expand Down

0 comments on commit 9cd9bdb

Please sign in to comment.