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

Commit cfcb0be

Browse files
committed
docs: update documentation
1 parent 4d641b6 commit cfcb0be

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Diff for: docs/config/README.md

+13-2
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
@@ -166,7 +167,17 @@ Layout component name for entry page.
166167
### pagination
167168

168169
- Type: `Pagination`
169-
- Default: `{ lengthPerPage: 10 }`
170+
- Required: `false`
171+
172+
It can overwrite [globalPagination](./#globalpagination).
173+
174+
Please head to [Pagination Config](../pagination/README.md#config) section to get all available options.
175+
176+
## globalPagination
177+
178+
Pagination config for all directories and frontmatters.
179+
180+
- Type: `Pagination`
170181
- Required: `false`
171182

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

0 commit comments

Comments
 (0)