Skip to content

Commit c161a94

Browse files
committed
add documentation
1 parent 0938574 commit c161a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/documentation/navigation_structures.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ version: 2.0
6666
title_url: /events
6767
```
6868

69+
If no sidebar should be displayed, add `sidebar: false` to the frontmatter of the page or don't specify one at all.
70+
6971
## Top navigation and sidebar relationship
7072

7173
Top navigation titles can be used to switch between different high level sections on the website, each having their own sidebar. As described before, sidebars are defined by the `sidebar` metadata attribute in a page, so linking in the topnav YAML towards whis page is one part of the job. To make sure that all pages within that sidebar have this topnav item on active, one has to name its sidebar file in the same way as the topnav title (spaces, hyphens and underscores get ignored).

0 commit comments

Comments
 (0)