Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing example display for ListedPostVo type #482

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading