-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Main navigation
David Jones edited this page Feb 26, 2019
·
5 revisions
To edit layout and text displayed on the left main navigation you need to edit the mainnav.yaml file which is located in the data/partials
directory.
To create a new entry add the following block:
- name: "My file name"
url: "/path/to/my/file"
children:
- name: "My subfile name"
url: "/path/to/my/file/subfile"
-
name
: Text displayed for your navigation entry -
url
: Url pointed by your navigation entry -
children
: if this navigation item has child entries add them here in the same format