mirror of https://github.com/twbs/bootstrap.git
ToC: specify ToC levels (#30216)
This commit is contained in:
parent
d191d57445
commit
557e9cfb3c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue