Skip to content

Commit 343d83b

Browse files
committed
Add _category_.json files to improve sidebar navigation titles (#34)
1 parent a3470a5 commit 343d83b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Getting Started",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Getting started with MyCoder installation and setup"
7+
}
8+
}

docs/usage/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Usage Guide",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Learn how to use MyCoder effectively"
7+
}
8+
}

0 commit comments

Comments
 (0)