diff --git a/docs/notes/theme/config/frontmatter/basic.md b/docs/notes/theme/config/frontmatter/basic.md index db01ecf7..d14ba7aa 100644 --- a/docs/notes/theme/config/frontmatter/basic.md +++ b/docs/notes/theme/config/frontmatter/basic.md @@ -99,14 +99,6 @@ permalink: /config/frontmatter/basic/ 当前文章是否 显示 回到顶部 的按钮。 -### signDown - -- 类型: `boolean` -- 默认值: `false` -- 详情: - - 当前文章是否 显示 向下前头 的标志。 - ### comments - 类型: `boolean` diff --git a/docs/notes/theme/config/frontmatter/home.md b/docs/notes/theme/config/frontmatter/home.md index 1e55a35b..4768884c 100644 --- a/docs/notes/theme/config/frontmatter/home.md +++ b/docs/notes/theme/config/frontmatter/home.md @@ -66,3 +66,11 @@ interface PlumeHomeConfigBase { ``` 更多详细配置请参考 [自定义首页](../../guide/custom/home.md) + +### signDown + +- 类型: `boolean` +- 默认值: `false` +- 详情: + + 是否显示向下前头的标志。