Skip to content

Commit

Permalink
add search to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdotink committed Sep 7, 2023
1 parent 2b0baac commit 7262d2d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,17 @@ export default defineConfig({
{ icon: 'discord', link: 'https://discord.gg/mchCdAFPWU' },
],

search: {
provider: 'algolia',
options: {
appId: 'OXUAMIFLZV',
apiKey: 'b30ea2870076353706bb93154da80143',
indexName: 'red',

}
},

nav: nav(),
sidebar: sidebar(),
}
},
})

0 comments on commit 7262d2d

Please sign in to comment.