File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,10 @@ title: This Doc Needs To Be Edited
110
110
My new content here..
111
111
```
112
112
113
- 1 . Refer to that doc's ID in an existing sidebar in ` website/sidebar.json ` :
113
+ Note: Ensure the file name and the id value do not include non-url safe
114
+ characters i.e. '\* '.
115
+
116
+ 2 . Refer to that doc's ID in an existing sidebar in ` website/sidebar.json ` :
114
117
115
118
``` javascript
116
119
// Add newly-created-doc to the Getting Started category of docs
@@ -192,7 +195,7 @@ For more information about the navigation bar, click
192
195
193
196
1 . Docusaurus uses React components to build pages. The components are saved as
194
197
.js files in ` website/pages/en ` :
195
- 1 . If you want your page to show up in your navigation header, you will need to
198
+ 2 . If you want your page to show up in your navigation header, you will need to
196
199
update ` website/siteConfig.js ` to add to the ` headerLinks ` element:
197
200
198
201
` website/siteConfig.js `
You can’t perform that action at this time.
0 commit comments