Skip to content

Commit

Permalink
Add search to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Nov 1, 2024
1 parent 0104a95 commit cf97b21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docsSite/docusaurus-embed.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const configEmbed = Object.assign(config, {
experimental_router: "hash"
},
themeConfig: Object.assign(config.themeConfig!, {
announcementBar: undefined
announcementBar: undefined,
algolia: undefined
})
});

Expand Down
5 changes: 5 additions & 0 deletions docsSite/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ["java"]
},
algolia: {
appId: "GBP8QKXFZG",
apiKey: "a9a4c90f61d9bb34e8d54e71acaccd60",
indexName: "advantagescope"
}
} satisfies Preset.ThemeConfig
};
Expand Down

0 comments on commit cf97b21

Please sign in to comment.