From b4bc566060f718b810cfa4a3b943d6c31fe8a16f Mon Sep 17 00:00:00 2001 From: Conner Gallagher Date: Tue, 14 Jun 2022 12:36:43 -0600 Subject: [PATCH] added search to docusaurus --- website/docusaurus.config.js | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 91328bc..4c52df1 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -87,6 +87,11 @@ const config = { themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ + algolia: { + appId: "XO84KDTPTB", + apiKey: "bc1bca7d93098a0d241c000cd8e900aa", + indexName: "switchboard", + }, colorMode: { disableSwitch: false, respectPrefersColorScheme: true, @@ -118,10 +123,10 @@ const config = { }, items: [ // Need to bring in Algolia DocSearch https://docsearch.algolia.com/ - // { - // type: "search", - // position: "right", - // }, + { + type: "search", + position: "right", + }, { type: "doc", docId: "introduction", @@ -168,13 +173,13 @@ const config = { }, { to: "https://publish.switchboard.xyz/", - label: "Publish", - position: "left", + label: "Publisher", + position: "right", }, { to: "https://switchboardxyz.medium.com/", label: "Blog", - position: "left", + position: "right", }, { type: "localeDropdown",