Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 47b583d

Browse files
committed
docs: update documentation
1 parent 60aa60e commit 47b583d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/config/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ For more details about permalinks, please head to [Permalinks](https://v1.vuepre
9797
### pagination
9898

9999
- Type: `Pagination`
100-
- Default: `{ lengthPerPage: 10 }`
101100
- Required: `false`
102101

102+
It can overwrite [globalPagination](./#globalpagination).
103+
103104
Please head to [Pagination Config](../pagination/README.md#config) section to get all available options.
104105

105106
## frontmatters
@@ -173,7 +174,17 @@ Layout component name for scope page.
173174
### pagination
174175

175176
- Type: `Pagination`
176-
- Default: `{ lengthPerPage: 10 }`
177+
- Required: `false`
178+
179+
It can overwrite [globalPagination](./#globalpagination).
180+
181+
Please head to [Pagination Config](../pagination/README.md#config) section to get all available options.
182+
183+
## globalPagination
184+
185+
Pagination config for all directories and frontmatters.
186+
187+
- Type: `Pagination`
177188
- Required: `false`
178189

179190
Please head to [Pagination Config](../pagination/README.md#config) section to get all available options.

0 commit comments

Comments
 (0)