|
|
|
@ -17,6 +17,12 @@ module.exports = {
|
|
|
|
|
placement: 'vuejsorg'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
algolia: {
|
|
|
|
|
apiKey: 'c57105e511faa5558547599f120ceeba',
|
|
|
|
|
indexName: 'vitepress'
|
|
|
|
|
// algoliaOptions: { facetFilters: ['tags:guide,api'] }
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
nav: [
|
|
|
|
|
{ text: 'Guide', link: '/' },
|
|
|
|
|
{ text: 'Config Reference', link: '/config/basics' },
|
|
|
|
|