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",