Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 11, 2024
1 parent 1f6266e commit f1731ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,19 @@ export default hopeTheme({
},
},

markdown: {
codeTabs: true,
},

plugins: {
docsearch: {
appId: '34YFD9IUQ2',
apiKey: '9a9058b8655746634e01071411c366b8',
indexName: 'vuepress',
searchParameters: {
indexName: 'vuepress',
facetFilters: ['tags:v2'],
},
},
markdownTab: {
codeTabs: true,
},
},
})

0 comments on commit f1731ae

Please sign in to comment.