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:
Anda Toshiki 2024-09-15 08:57:14 -07:00
parent 65f0d977eb
commit 925cd8f5d8
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D

View File

@ -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: {