Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8564f6

Browse files
authored
Merge pull request #36 from drivecore/fix-sidebar-categories-improved
Fix sidebar categories to eliminate duplicate entries
2 parents d079d1a + cea8172 commit e8564f6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/getting-started/_category_.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Getting Started",
3+
"position": 2,
4+
"link": {
5+
"type": "doc",
6+
"id": "getting-started"
7+
}
8+
}

docs/usage/_category_.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Usage Guide",
3+
"position": 3,
4+
"link": {
5+
"type": "doc",
6+
"id": "usage"
7+
}
8+
}

0 commit comments

Comments
 (0)