Skip to content

Commit d333f05

Browse files
committed
Fix build issues with document IDs and navigation links
1 parent 581f4a6 commit d333f05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/getting-started/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 2,
44
"link": {
55
"type": "doc",
6-
"id": "getting-started"
6+
"id": "getting-started/index"
77
}
88
}

docs/usage/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 3,
44
"link": {
55
"type": "doc",
6-
"id": "usage"
6+
"id": "usage/index"
77
}
88
}

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ const config: Config = {
113113
label: 'Documentation',
114114
},
115115
{
116-
to: '/docs/getting-started',
116+
to: '/docs/getting-started/',
117117
label: 'Getting Started',
118118
position: 'left',
119119
},
120120
{
121-
to: '/docs/usage',
121+
to: '/docs/usage/',
122122
label: 'Usage',
123123
position: 'left'
124124
},

0 commit comments

Comments
 (0)