diff options
| author | XhmikosR <[email protected]> | 2020-02-17 21:46:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-17 21:46:18 +0200 |
| commit | 557e9cfb3cb82ce59cc09fe8bfc6ad463d51f91f (patch) | |
| tree | 6ffb405d46dfc58a463371f65065ff15533a5573 | |
| parent | d191d57445e86542c76fba2b289df73e1843e76a (diff) | |
| download | bootstrap-557e9cfb3cb82ce59cc09fe8bfc6ad463d51f91f.tar.xz bootstrap-557e9cfb3cb82ce59cc09fe8bfc6ad463d51f91f.zip | |
ToC: specify ToC levels (#30216)
| -rw-r--r-- | config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.yml b/config.yml index c0871e79a..af406a33f 100644 --- a/config.yml +++ b/config.yml @@ -9,6 +9,9 @@ markup: unsafe: true highlight: noClasses: false + tableOfContents: + startLevel: 2 + endLevel: 6 buildDrafts: true buildFuture: true @@ -17,9 +20,6 @@ enableRobotsTXT: true metaDataFormat: "yaml" disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"] -blackfriday: - fractions: false - publishDir: "_gh_pages" module: |
