Skip to content

Commit

Permalink
Update nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 committed Jan 17, 2024
1 parent 4b4ca83 commit 33fe134
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,32 +239,12 @@ const sidebars = {
label: "Sharing links to canisters",
id: "developer-docs/production/social-sharing",
},
{
type: "doc",
label: "Using Motoko playground",
id: "developer-docs/setup/playground",
},
{
type: "doc",
label: "Managing projects",
id: "developer-docs/setup/manage-projects",
},
{
type: "doc",
label: "Using Visual Studio Code",
id: "developer-docs/setup/vs-code",
},
],
},
{
type: "category",
label: "Quickstart guides",
items: [
{
type: "doc",
label: "Developer quickstart",
id: "developer-docs/setup/quickstart",
},
{
type: "doc",
label: "Quickstart for React developers",
Expand Down Expand Up @@ -505,6 +485,15 @@ const sidebars = {
"developer-docs/backend/candid/generating-candid",
],
},
{
type: "category",
label: "Developer tools",
items: [
"developer-docs/setup/playground",
"developer-docs/setup/manage-projects",
"developer-docs/setup/vs-code",
],
},
{
type: "category",
label: "Application frontends",
Expand Down

0 comments on commit 33fe134

Please sign in to comment.