From dcf4bd1fe2f25fc7d0d955c2962e42f7f4145b07 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Wed, 2 Feb 2022 16:10:22 +0100 Subject: [PATCH] Update Algolia credentials --- website/siteConfig.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 4d8b79afc4..7920ff409c 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -20,15 +20,16 @@ const siteConfig = { // organizationName: "olafurpg", algolia: { - apiKey: "0460d1c693a278bc1ad07ada3fb96c63", - indexName: "scalameta" + appId: "DZKJ3Z5JFX", + apiKey: "e8f55852e303f6374dfa716be910cf08", + indexName: "scalameta", }, // For no header links in the top nav bar -> headerLinks: [], headerLinks: [ { doc: "trees/guide", label: "Trees" }, { doc: "semanticdb/guide", label: "SemanticDB" }, - { href: repoUrl, label: "GitHub", external: true } + { href: repoUrl, label: "GitHub", external: true }, ], // If you have users set above, you add it here: @@ -42,7 +43,7 @@ const siteConfig = { /* colors for website */ colors: { primaryColor: "#005124", - secondaryColor: "#181A1F" + secondaryColor: "#181A1F", }, customDocsPath: "website/target/docs", @@ -52,7 +53,7 @@ const siteConfig = { highlight: { // Highlight.js theme to use for syntax highlighting in code blocks - theme: "github" + theme: "github", }, /* On page navigation for the current documentation page */ @@ -62,7 +63,7 @@ const siteConfig = { // editUrl: `${repoUrl}/edit/main/docs/`, repoUrl, - gitterUrl + gitterUrl, }; module.exports = siteConfig;