From bf65d79c50ebd63ab1e638a4247c03d9502d8a0d Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 6 Aug 2024 01:06:31 +0800 Subject: [PATCH] docs: update docs --- docs/notes/theme/config/主题配置.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/notes/theme/config/主题配置.md b/docs/notes/theme/config/主题配置.md index 68a66509..a46132c9 100644 --- a/docs/notes/theme/config/主题配置.md +++ b/docs/notes/theme/config/主题配置.md @@ -632,12 +632,24 @@ interface LastUpdatedOptions { - 默认值: `'Contributors'` - 详情: 贡献者的文本 +### prevPage + +- 类型: `boolean` +- 默认值: `true` +- 详情: 是否显示上一页 + ### prevPageLabel - 类型: `string` - 默认值: `'Previous Page'` - 详情: 上一页的文本 +### nextPage + +- 类型: `boolean` +- 默认值: `true` +- 详情: 是否显示下一页 + ### nextPageLabel - 类型: `string`