Skip to content

Commit

Permalink
docs: algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Jun 4, 2024
1 parent af7d255 commit 0eeac91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,12 @@ export default defineConfigWithTheme<ThemeConfig>({
sidebar,

search: {
provider: 'local'
provider: 'algolia',
options: {
appId: 'JEAU8WEZ73',
apiKey: '9fa114761cc3f74ca6b3e7b88d9eb192',
indexName: 'at4j'
}
},

outline: [2, 3],
Expand Down

0 comments on commit 0eeac91

Please sign in to comment.