Skip to content

Commit

Permalink
feat: tutorials category
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 27, 2024
1 parent 4a83872 commit 02d2acb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
4 changes: 4 additions & 0 deletions config/footer-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"label": "Docs",
"href": "/docs"
},
{
"label": "Tutorials",
"href": "/tutorials"
},
{
"label": "Tools",
"href": "/tools"
Expand Down
5 changes: 5 additions & 0 deletions config/navbar-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"label": "Docs",
"position": "left"
},
{
"to": "/tutorials",
"label": "Tutorials",
"position": "left"
},
{
"to": "/tools",
"label": "Tools",
Expand Down
4 changes: 0 additions & 4 deletions docs/tutorials/index.md

This file was deleted.

12 changes: 12 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ const sidebars: SidebarsConfig = {
items: [{ type: "autogenerated", dirName: "docs" }],
},
],
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 02d2acb

Please sign in to comment.