-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Main navigation
Gus edited this page Dec 27, 2017
·
5 revisions
To edit layout and text displayed on the left main navigation you need to edit the config.yaml
file at the repo root.
To create a new entry add the following block:
- identifier: customnav_mysectionnav_my_file_name
name: "My file name"
url: "/path/to/my/file"
weight: 10
parent: customnav_myparentsectionnav_my_parent_file_name
-
identifier
: A unique ID assigned to your navigation entry -
name
: Text displayed for your navigation entry -
url
: Url pointed by your navigation entry -
weight
: Sort all your entry for a given parent identifier, entries are sort in weight ascending order -
parent
: Create a sub-navigation under a given identifier