From a44a3ba3b07756f6c9c0a0d0baf78abca7205c8f Mon Sep 17 00:00:00 2001 From: Jessie Mongeon Date: Thu, 26 Oct 2023 13:43:32 -0500 Subject: [PATCH] update sidebars and redirects --- plugins/utils/redirects.js | 3 +-- sidebars.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/utils/redirects.js b/plugins/utils/redirects.js index 1238e58e89..2a78ab9c2d 100644 --- a/plugins/utils/redirects.js +++ b/plugins/utils/redirects.js @@ -172,9 +172,8 @@ const redirects = ` /docs/developers-guide/tutorials-intro.html /docs/current/tutorials/developer-journey/ /docs/quickstart/quickstart.html /docs/current/developer-docs/setup/ /apis/site/proxy /docs/current/references/http-gateway-protocol-spec - /docs/developers-guide/concepts/what-is-ic /docs/current/concepts/ + /docs/developers-guide/concepts/what-is-ic /docs/current/concepts/what-is-ic /language-guide/index /docs/current/tutorials/developer-journey/level-0/intro-languages - /docs/current/concepts/what-is-IC /docs/current/concepts/ /docs/current/concepts/data-centers /docs/current/concepts/ ` .split(/[\r\n]+/) diff --git a/sidebars.js b/sidebars.js index af3f42e76c..92183d022e 100644 --- a/sidebars.js +++ b/sidebars.js @@ -150,6 +150,7 @@ const sidebars = { id: "concepts/index", }, items: [ + "concepts/what-is-ic", "concepts/canisters-code", "developer-docs/gas-cost", "concepts/governance",