✏️ Docs(theme-documentation-basics): modify keepStatic default value to false

This commit is contained in:
Cell
2022-03-31 20:19:19 +08:00
parent 50e244f9e1
commit 69d42bb808
2 changed files with 2 additions and 2 deletions
@@ -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")