Skip to content

Commit

Permalink
fix: missing example display for ListedPostVo type (#482)
Browse files Browse the repository at this point in the history
修复 ListedPostVo 类型示例不显示的问题。

Fixes #480 

```release-note
None
```
  • Loading branch information
ruibaby authored Dec 9, 2024
1 parent ec9fdde commit 22600b7
Show file tree
Hide file tree
Showing 39 changed files with 38 additions and 67 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/theme/finder-apis/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ postFinder.archives(page, size, year, month);

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/theme/template-variables/archives.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md";

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/theme/template-variables/author.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/theme/template-variables/category.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ customTemplates:

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/theme/template-variables/index_.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
15 changes: 0 additions & 15 deletions docs/developer-guide/theme/template-variables/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,3 @@ customTemplates:
### PostVo

<PostVo />

- [路由信息](#路由信息)
- [自定义模板](#自定义模板)
- [变量](#变量)
- [post](#post)
- [变量类型](#变量类型)
- [示例](#示例)
- [\_templateId](#_templateid)
- [变量值](#变量值)
- [类型定义](#类型定义)
- [CategoryVo](#categoryvo)
- [TagVo](#tagvo)
- [ContributorVo](#contributorvo)
- [ContentVo](#contentvo)
- [PostVo](#postvo)
2 changes: 1 addition & 1 deletion docs/developer-guide/theme/template-variables/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
},
"engines": {
"node": ">=18.0"
}
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ postFinder.archives(page, size, year, month);

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md";

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ postFinder.archives(page, size, year, month);

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md";

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ postFinder.archives(page, size, year, month);

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md";

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ postFinder.archives(page, size, year, month);

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md";

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ postFinder.archives(page, size, year, month);

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md";

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ customTemplates:

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,3 @@ customTemplates:
### PostVo

<PostVo />

- [路由信息](#路由信息)
- [自定义模板](#自定义模板)
- [变量](#变量)
- [post](#post)
- [变量类型](#变量类型)
- [示例](#示例)
- [\_templateId](#_templateid)
- [变量值](#变量值)
- [类型定义](#类型定义)
- [CategoryVo](#categoryvo)
- [TagVo](#tagvo)
- [ContributorVo](#contributorvo)
- [ContentVo](#contentvo)
- [PostVo](#postvo)
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"

### ListedPostVo

\<ListedPostVo \/\>
<ListedPostVo />

- [#CategoryVo](#categoryvo)
- [#TagVo](#tagvo)
Expand Down

0 comments on commit 22600b7

Please sign in to comment.