Skip to content

Commit fa22fca

Browse files
rmoffChaomingZhangCN
authored andcommitted
[hotfix][docs] Fix ToC to include H1
This closes apache#3773.
1 parent da351ab commit fa22fca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ pygmentsUseClasses = true
6565
[markup]
6666
[markup.goldmark.renderer]
6767
unsafe = true
68+
[markup.tableOfContents]
69+
startLevel = 1
6870

6971
[languages]
7072
[languages.en]
@@ -91,4 +93,4 @@ source = 'layouts'
9193
target = 'layouts'
9294
[[module.imports.mounts]]
9395
source = 'data'
94-
target = 'data'
96+
target = 'data'

0 commit comments

Comments
 (0)