mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
✏️ Docs(theme-documentation-basics): modify keepStatic default value to false
This commit is contained in:
@@ -449,7 +449,7 @@ Please open the code block below to view the complete sample configuration :(far
|
||||
# whether to enable the table of the contents
|
||||
enable = true
|
||||
# {{< version 0.2.9 >}} whether to keep the static table of the contents in front of the post
|
||||
keepStatic = true
|
||||
keepStatic = false
|
||||
# whether to make the table of the contents in the sidebar automatically collapsed
|
||||
auto = true
|
||||
# {{< version 0.2.13 >}} position of TOC ("left", "right")
|
||||
|
||||
@@ -460,7 +460,7 @@ hugo
|
||||
# 是否使用目录
|
||||
enable = true
|
||||
# {{< version 0.2.9 >}} 是否保持使用文章前面的静态目录
|
||||
keepStatic = true
|
||||
keepStatic = false
|
||||
# 是否使侧边目录自动折叠展开
|
||||
auto = true
|
||||
# {{< version 0.2.13 >}} 目录位置 ("left", "right")
|
||||
|
||||
Reference in New Issue
Block a user