Skip to content

Commit b46693b

Browse files
author
Sylvain Pace
authored
docs: add algolia search (nuxt-community#355)
1 parent ba71853 commit b46693b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ module.exports = {
33
description: 'Axios Module for Nuxt',
44
head: [['link', { rel: 'stylesheet', href: '/styles.css' }]],
55
themeConfig: {
6+
algolia: {
7+
apiKey: 'b41badfa89f1ce270dfeaf0fdfbfbaea',
8+
indexName: 'nuxtjs_axios'
9+
},
610
repo: 'nuxt-community/axios-module',
711
docsDir: 'docs',
812
editLinks: true,

0 commit comments

Comments
 (0)