Skip to content

Commit

Permalink
docs: add algolia search (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pace authored Apr 27, 2020
1 parent ba71853 commit b46693b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ module.exports = {
description: 'Axios Module for Nuxt',
head: [['link', { rel: 'stylesheet', href: '/styles.css' }]],
themeConfig: {
algolia: {
apiKey: 'b41badfa89f1ce270dfeaf0fdfbfbaea',
indexName: 'nuxtjs_axios'
},
repo: 'nuxt-community/axios-module',
docsDir: 'docs',
editLinks: true,
Expand Down

0 comments on commit b46693b

Please sign in to comment.