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

Commit a5d367e

Browse files
committed
chore: format docs
1 parent f8316cd commit a5d367e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/client-api/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ So when you develop layout components, you need to verify that `$pagination` exi
1818
:::
1919

2020

21-
### $pagination.pages
21+
### `$pagination.pages`
2222

2323
Matched pages for current route. example:
2424

@@ -29,27 +29,27 @@ Matched pages for current route. example:
2929
]
3030
```
3131

32-
### $pagination.length
32+
### `$pagination.length`
3333

3434
Length of current paginations.
3535

36-
### $pagination.hasPrev
36+
### `$pagination.hasPrev`
3737

3838
Whether previous pagination page exists.
3939

40-
### $pagination.prevLink
40+
### `$pagination.prevLink`
4141

4242
Link of previous pagination page.
4343

44-
### $pagination.hasNext
44+
### `$pagination.hasNext`
4545

4646
Whether next pagination page exists.
4747

48-
### $pagination.nextLink
48+
### `$pagination.nextLink`
4949

5050
Link of next pagination page.
5151

52-
### $pagination.getSpecificPageLink
52+
### `$pagination.getSpecificPageLink`
5353

5454
Get specific pagination page via page number.
5555

@@ -119,7 +119,7 @@ This variable is essentially designed to generalize the list page of frontmatter
119119
120120
## $service
121121
122-
### `$service.comment`
122+
### $service.comment
123123
124124
#### `$service.comment.enabled`
125125
@@ -129,7 +129,7 @@ Whether comment is enabled.
129129
130130
Get the comment service
131131
132-
### `$service.email`
132+
### $service.email
133133
134134
#### `$service.email.enabled`
135135

0 commit comments

Comments
 (0)