Skip to content

Commit

Permalink
update sidebars and redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 committed Oct 26, 2023
1 parent d37caad commit a44a3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/utils/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]+/)
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const sidebars = {
id: "concepts/index",
},
items: [
"concepts/what-is-ic",
"concepts/canisters-code",
"developer-docs/gas-cost",
"concepts/governance",
Expand Down

0 comments on commit a44a3ba

Please sign in to comment.