mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +00:00
feat(local search): change vitepress search utility feature provider from algolia to local search instead due to native comptability support built into vitepress dependencies
This commit is contained in:
parent
65f0d977eb
commit
925cd8f5d8
@ -14,10 +14,14 @@ export const themeConfig: DefaultTheme.Config = {
|
||||
outlineBadges: false, // whether to show badge on outline
|
||||
lastUpdatedText: 'Last updated', // config for last updated footer text
|
||||
// documentation full text search config via algolia
|
||||
algolia: {
|
||||
appId: 'G9IUR45K98',
|
||||
apiKey: '8528cc91281d8112b28f508317a96dd3',
|
||||
indexName: 'toshiki-notebook',
|
||||
// algolia: {
|
||||
// appId: 'G9IUR45K98',
|
||||
// apiKey: '8528cc91281d8112b28f508317a96dd3',
|
||||
// indexName: 'toshiki-notebook',
|
||||
// },
|
||||
// documentation full local index search
|
||||
search: {
|
||||
provider: 'local',
|
||||
},
|
||||
// documentation edit link
|
||||
editLink: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user