Skip to content

Commit

Permalink
chore: add searc to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 17, 2025
1 parent a869fe3 commit ce7dd87
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion book/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: 'succinctlabs', // Usually your GitHub org/user name.
projectName: 'sp1', // Usually your repo name.
deploymentBranch: 'main',
deploymentBranch: 'dev',
trailingSlash: false,

onBrokenLinks: 'warn',
Expand Down Expand Up @@ -50,6 +50,15 @@ const config: Config = {
],

themeConfig: {
algolia: {
apiKey: "8bfb4b393679faa73e8362e3966be8c3", // Public api key
appId: "P3LCHD8MFM",
indexName: "succinct",
searchPagePath: "search",

// Leaving at the default of `true` for now
contextualSearch: true,
},
docs: {
sidebar: {
hideable: false,
Expand Down

0 comments on commit ce7dd87

Please sign in to comment.