File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ A minimal navigation configuration could look like this:
110110
111111``` yaml
112112nav :
113- - ' index.md'
114- - ' about.md'
113+ - index.md
114+ - about.md
115115` ` `
116116
117117All paths in the navigation configuration must be relative to the ` docs_dir`
@@ -126,8 +126,8 @@ in the `nav` setting add a title right before the filename.
126126
127127` ` ` yaml
128128nav:
129- - Home: ' index.md'
130- - About: ' about.md'
129+ - Home: index.md
130+ - About: about.md
131131` ` `
132132
133133Note that if a title is defined for a page in the navigation, that title will be
@@ -139,13 +139,13 @@ section title. For example:
139139
140140` ` ` yaml
141141nav:
142- - Home: ' index.md'
143- - ' User Guide' :
144- - ' Writing your docs': ' writing-your-docs.md'
145- - ' Styling your docs': ' styling-your-docs.md'
142+ - Home: index.md
143+ - User Guide:
144+ - Writing your docs: writing-your-docs.md
145+ - Styling your docs: styling-your-docs.md
146146 - About:
147- - ' License': ' license.md'
148- - ' Release Notes': ' release-notes.md'
147+ - License: license.md
148+ - Release Notes: release-notes.md
149149` ` `
150150
151151With the above configuration we have three top level items : " Home" , "User Guide"
You can’t perform that action at this time.
0 commit comments