Skip to content

Commit

Permalink
Add doc search (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Dec 12, 2023
1 parent 8b8d7c0 commit d666cd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ const config: Config = {
darkTheme: themes.oneDark,
additionalLanguages: ["csharp", "java", "python"],
},
algolia: {
// cspell:disable-next-line
appId: "45W9UOZTFJ",
apiKey: "a9d52fdde02ebb7bab1d19b4443dcde1",
indexName: "typespec-azure",
},
} satisfies ThemeConfig,
plugins: [
(context, options): Plugin => {
Expand Down

0 comments on commit d666cd4

Please sign in to comment.