diff --git a/docusaurus.config.ts b/docusaurus.config.ts index af280c3..f14cc4c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -46,16 +46,15 @@ const config: Config = { ], themeConfig: { - // algolia: { - // // FIXME: put valid stuff here - // // The application ID provided by Algolia - // appId: "H1LI1VATRI", - // Public API key: it is safe to commit it - // apiKey: "201fbeeb537ae90f533bedcb5a73230b", - // indexName: "projectbluefin", - // contextualSearch: true, - // searchPagePath: "search", - // }, + algolia: { + // The application ID provided by Algolia + appId: "C96XU8V092", + // Public API key: it is safe to commit it + apiKey: "031cf6f8268fe4c35d5b2adda34c79d2", + indexName: "getaurora", + contextualSearch: true, + searchPagePath: "search", + }, metadata: [ { diff --git a/sidebars.ts b/sidebars.ts index 5e54e7b..8bf785e 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -21,7 +21,7 @@ const sidebars: SidebarsConfig = { items: [ "guides/system-requirements", "guides/basic-usage", - "guides/start-icon", + "guides/start-icon", "guides/software", "guides/layerapp", "guides/developer", @@ -32,7 +32,7 @@ const sidebars: SidebarsConfig = { type: "category", label: "Reference", collapsed: false, - items: ["reference/example"] + items: ["reference/example"], }, ], };