Skip to content

Commit

Permalink
Merge pull request #87 from sublimetext-io/feat/algolia
Browse files Browse the repository at this point in the history
switch to algolia
  • Loading branch information
TerminalFi authored Oct 29, 2023
2 parents 43393ec + 6b9e736 commit 7d8b3c3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ export default defineConfig({
timeStyle: 'short'
}
},
search: {
provider: 'local',
options: {
},
},
// search: {
// provider: 'algolia',
// provider: 'local',
// options: {
// appId: 'VG0SM49I9Y',
// apiKey: '03a9038782a67456948aa551344de4ee',
// indexName: 'sublimetext'
// }
// },
// },
search: {
provider: 'algolia',
options: {
appId: 'VG0SM49I9Y',
apiKey: '03a9038782a67456948aa551344de4ee',
indexName: 'sublimetext'
}
},
// Navbar Link
nav: [
{ text: "Guide", link: "/guide/", activeMatch: "^/guide/" },
Expand Down

0 comments on commit 7d8b3c3

Please sign in to comment.