Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit bca68d8

Browse files
committed
Remove unintended backticks
1 parent f2dea85 commit bca68d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

creating-documentation-pages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ label: "My Custom Sidebar Label"
126126
You can hide items from the sidebar by adding the `hidden` property to the front matter:
127127

128128
```yaml
129-
`hidden: true`
129+
hidden: true
130130
```
131131

132132
This can be useful to create redirects or other items that should not be shown in the sidebar.

0 commit comments

Comments
 (0)