-
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_agentnav_basic_usage
name: "Basic Agent Usage"
url: "/agent/"
weight: 10
parent: menu_references_agent
-
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