Skip to content

Commit

Permalink
feat: move tutorials under learn
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 27, 2024
1 parent 35d48eb commit 7adfeaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
4 changes: 0 additions & 4 deletions config/footer-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
"label": "Docs",
"href": "/docs"
},
{
"label": "Tutorials",
"href": "/tutorials"
},
{
"label": "Tools",
"href": "/tools"
Expand Down
5 changes: 0 additions & 5 deletions config/navbar-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"label": "Docs",
"position": "left"
},
{
"to": "/tutorials",
"label": "Tutorials",
"position": "left"
},
{
"to": "/tools",
"label": "Tools",
Expand Down
22 changes: 10 additions & 12 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ const sidebars: SidebarsConfig = {
},
items: [{ type: "autogenerated", dirName: "learn" }],
},
{
type: "category",
label: "Tutorials",
collapsible: false,
link: {
type: "generated-index",
slug: "/tutorials",
},
items: [{ type: "autogenerated", dirName: "tutorials" }],
},
],
docs: [
{
Expand Down Expand Up @@ -69,18 +79,6 @@ const sidebars: SidebarsConfig = {
],
},
],
tutorials: [
{
type: "category",
label: "Tutorials",
collapsible: false,
link: {
type: "generated-index",
slug: "/tutorials",
},
items: [{ type: "autogenerated", dirName: "tutorials" }],
},
],
tools: [
{
type: "category",
Expand Down

0 comments on commit 7adfeaa

Please sign in to comment.