Fixed MD link to docs in the 'Helpers' page. (#1066)
This commit is contained in:
parent
23349e14f8
commit
7b26077a11
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ sidebar:
|
||||||
**ProTip:** If you're applying the same navigation list to several pages setting it as a [Front Matter default](https://jekyllrb.com/docs/configuration/#front-matter-defaults) is the better option.
|
**ProTip:** If you're applying the same navigation list to several pages setting it as a [Front Matter default](https://jekyllrb.com/docs/configuration/#front-matter-defaults) is the better option.
|
||||||
{: .notice--info}
|
{: .notice--info}
|
||||||
|
|
||||||
The theme's documentation is built with the `nav_list` helper so if you'd like an example to dissect take a look at `navigation.yml`, `_config.yml` and `_doc` collection in the [`/docs/`] folder(https://github.com/{{ site.repository }}/tree/master/docs/) of this repo.
|
The theme's documentation is built with the `nav_list` helper so if you'd like an example to dissect take a look at `navigation.yml`, `_config.yml` and `_doc` collection in the [`/docs/` folder](https://github.com/{{ site.repository }}/tree/master/docs/) of this repo.
|
||||||
|
|
||||||
To add a navigation list to a post or page's main content instead of the sidebar use the include this way:
|
To add a navigation list to a post or page's main content instead of the sidebar use the include this way:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue