Skip to content

Commit bea56a9

Browse files
author
Sylvain Pace
authoredApr 25, 2020
feat(docs): enable indexed search results in documentation (#687)

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docs/.vuepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ module.exports = {
1313
}
1414
},
1515
themeConfig: {
16+
algolia: {
17+
apiKey: '3e37c242d902c4d6c469abc8573b7533',
18+
indexName: 'nuxt-i18n'
19+
},
1620
repo: 'nuxt-community/nuxt-i18n',
1721
editLinks: true,
1822
docsDir: 'docs',

0 commit comments

Comments
 (0)
Please sign in to comment.