Add categories to FAQ
This TOC is the kramdown version, so the levels are defined site-wide.
This commit is contained in:
parent
8c5fd73ea6
commit
76abafa159
2 changed files with 4 additions and 2 deletions
|
@ -82,7 +82,7 @@ kramdown:
|
||||||
auto_ids: true
|
auto_ids: true
|
||||||
footnote_nr: 1
|
footnote_nr: 1
|
||||||
entity_output: as_char
|
entity_output: as_char
|
||||||
toc_levels: 1..6
|
toc_levels: 1..2
|
||||||
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
||||||
enable_coderay: false
|
enable_coderay: false
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
---
|
---
|
||||||
title: "Frequently Asked Questions"
|
title: "Frequently Asked Questions"
|
||||||
permalink: /docs/faq
|
permalink: /docs/faq
|
||||||
#{% include toc title="Questions" %}
|
# TOC levels is dictated by toc_levels in _config.yml
|
||||||
|
# Update to front-matter TOC after upgrading MMistakes
|
||||||
---
|
---
|
||||||
|
{% include toc title="Categories" %}
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue