Skip to content

Commit 3b00091

Browse files
added detail on new metadata tag to formatting section too
1 parent 390d38f commit 3b00091

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/learning-paths/cross-platform/_example-learning-path/appendix-1-formatting.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,13 @@ You can also give a custom title as specified here.
300300
- Work
301301
{{% /notice %}}
302302

303+
## Hiding a page from being listed in the navigation pane
304+
305+
Use the following metadata in your markdown page to effectively "hide" the page from being listed in the navigation pane:
306+
307+
```markdown
308+
---
309+
hide_from_navpane: true
310+
---
311+
```
303312

0 commit comments

Comments
 (0)