From 22600b7f6f25a1d49b96d249742b22f28353c2b7 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 9 Dec 2024 19:23:35 +0800 Subject: [PATCH] fix: missing example display for ListedPostVo type (#482) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 ListedPostVo 类型示例不显示的问题。 Fixes #480 ```release-note None ``` --- docs/developer-guide/theme/finder-apis/post.md | 2 +- .../theme/template-variables/archives.md | 2 +- .../theme/template-variables/author.md | 2 +- .../theme/template-variables/category.md | 2 +- .../theme/template-variables/index_.md | 2 +- .../theme/template-variables/post.md | 15 --------------- .../theme/template-variables/tag.md | 2 +- package.json | 3 ++- .../developer-guide/theme/finder-apis/post.md | 2 +- .../theme/template-variables/archives.md | 2 +- .../theme/template-variables/author.md | 2 +- .../theme/template-variables/category.md | 2 +- .../theme/template-variables/index_.md | 2 +- .../theme/template-variables/tag.md | 2 +- .../developer-guide/theme/finder-apis/post.md | 2 +- .../theme/template-variables/archives.md | 2 +- .../theme/template-variables/author.md | 2 +- .../theme/template-variables/category.md | 2 +- .../theme/template-variables/index_.md | 2 +- .../theme/template-variables/tag.md | 2 +- .../developer-guide/theme/finder-apis/post.md | 2 +- .../theme/template-variables/archives.md | 2 +- .../theme/template-variables/author.md | 2 +- .../theme/template-variables/category.md | 2 +- .../theme/template-variables/index_.md | 2 +- .../theme/template-variables/tag.md | 2 +- .../developer-guide/theme/finder-apis/post.md | 2 +- .../theme/template-variables/archives.md | 2 +- .../theme/template-variables/author.md | 2 +- .../theme/template-variables/category.md | 2 +- .../theme/template-variables/index_.md | 2 +- .../theme/template-variables/tag.md | 2 +- .../developer-guide/theme/finder-apis/post.md | 2 +- .../theme/template-variables/archives.md | 2 +- .../theme/template-variables/author.md | 2 +- .../theme/template-variables/category.md | 2 +- .../theme/template-variables/index_.md | 2 +- .../theme/template-variables/post.md | 15 --------------- .../theme/template-variables/tag.md | 2 +- 39 files changed, 38 insertions(+), 67 deletions(-) diff --git a/docs/developer-guide/theme/finder-apis/post.md b/docs/developer-guide/theme/finder-apis/post.md index b03103c6..0e53cfd8 100644 --- a/docs/developer-guide/theme/finder-apis/post.md +++ b/docs/developer-guide/theme/finder-apis/post.md @@ -458,7 +458,7 @@ postFinder.archives(page, size, year, month); ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/docs/developer-guide/theme/template-variables/archives.md b/docs/developer-guide/theme/template-variables/archives.md index de3bc2df..14a7e535 100644 --- a/docs/developer-guide/theme/template-variables/archives.md +++ b/docs/developer-guide/theme/template-variables/archives.md @@ -67,7 +67,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"; ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/docs/developer-guide/theme/template-variables/author.md b/docs/developer-guide/theme/template-variables/author.md index 5021047c..1f0f38d1 100644 --- a/docs/developer-guide/theme/template-variables/author.md +++ b/docs/developer-guide/theme/template-variables/author.md @@ -79,7 +79,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/docs/developer-guide/theme/template-variables/category.md b/docs/developer-guide/theme/template-variables/category.md index 3a7e7429..2a775540 100644 --- a/docs/developer-guide/theme/template-variables/category.md +++ b/docs/developer-guide/theme/template-variables/category.md @@ -119,7 +119,7 @@ customTemplates: ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/docs/developer-guide/theme/template-variables/index_.md b/docs/developer-guide/theme/template-variables/index_.md index 6188b567..23c3edef 100644 --- a/docs/developer-guide/theme/template-variables/index_.md +++ b/docs/developer-guide/theme/template-variables/index_.md @@ -73,7 +73,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/docs/developer-guide/theme/template-variables/post.md b/docs/developer-guide/theme/template-variables/post.md index d798709b..0be11f4c 100644 --- a/docs/developer-guide/theme/template-variables/post.md +++ b/docs/developer-guide/theme/template-variables/post.md @@ -95,18 +95,3 @@ customTemplates: ### PostVo - -- [路由信息](#路由信息) - - [自定义模板](#自定义模板) -- [变量](#变量) - - [post](#post) - - [变量类型](#变量类型) - - [示例](#示例) - - [\_templateId](#_templateid) - - [变量值](#变量值) -- [类型定义](#类型定义) - - [CategoryVo](#categoryvo) - - [TagVo](#tagvo) - - [ContributorVo](#contributorvo) - - [ContentVo](#contentvo) - - [PostVo](#postvo) diff --git a/docs/developer-guide/theme/template-variables/tag.md b/docs/developer-guide/theme/template-variables/tag.md index 59b9aaa7..b89a8bf2 100644 --- a/docs/developer-guide/theme/template-variables/tag.md +++ b/docs/developer-guide/theme/template-variables/tag.md @@ -80,7 +80,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/package.json b/package.json index 9501a70b..56143bd6 100644 --- a/package.json +++ b/package.json @@ -55,5 +55,6 @@ }, "engines": { "node": ">=18.0" - } + }, + "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" } diff --git a/versioned_docs/version-2.16/developer-guide/theme/finder-apis/post.md b/versioned_docs/version-2.16/developer-guide/theme/finder-apis/post.md index dc60c601..e3d71a32 100644 --- a/versioned_docs/version-2.16/developer-guide/theme/finder-apis/post.md +++ b/versioned_docs/version-2.16/developer-guide/theme/finder-apis/post.md @@ -371,7 +371,7 @@ postFinder.archives(page, size, year, month); ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.16/developer-guide/theme/template-variables/archives.md b/versioned_docs/version-2.16/developer-guide/theme/template-variables/archives.md index 82436fb8..ebd3216b 100644 --- a/versioned_docs/version-2.16/developer-guide/theme/template-variables/archives.md +++ b/versioned_docs/version-2.16/developer-guide/theme/template-variables/archives.md @@ -65,7 +65,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"; ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.16/developer-guide/theme/template-variables/author.md b/versioned_docs/version-2.16/developer-guide/theme/template-variables/author.md index 02f4feb6..7e957572 100644 --- a/versioned_docs/version-2.16/developer-guide/theme/template-variables/author.md +++ b/versioned_docs/version-2.16/developer-guide/theme/template-variables/author.md @@ -77,7 +77,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.16/developer-guide/theme/template-variables/category.md b/versioned_docs/version-2.16/developer-guide/theme/template-variables/category.md index 730f6a72..f0d20137 100644 --- a/versioned_docs/version-2.16/developer-guide/theme/template-variables/category.md +++ b/versioned_docs/version-2.16/developer-guide/theme/template-variables/category.md @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.16/developer-guide/theme/template-variables/index_.md b/versioned_docs/version-2.16/developer-guide/theme/template-variables/index_.md index ca268c1c..209612e0 100644 --- a/versioned_docs/version-2.16/developer-guide/theme/template-variables/index_.md +++ b/versioned_docs/version-2.16/developer-guide/theme/template-variables/index_.md @@ -71,7 +71,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.16/developer-guide/theme/template-variables/tag.md b/versioned_docs/version-2.16/developer-guide/theme/template-variables/tag.md index b9181574..227932f6 100644 --- a/versioned_docs/version-2.16/developer-guide/theme/template-variables/tag.md +++ b/versioned_docs/version-2.16/developer-guide/theme/template-variables/tag.md @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.17/developer-guide/theme/finder-apis/post.md b/versioned_docs/version-2.17/developer-guide/theme/finder-apis/post.md index dc60c601..e3d71a32 100644 --- a/versioned_docs/version-2.17/developer-guide/theme/finder-apis/post.md +++ b/versioned_docs/version-2.17/developer-guide/theme/finder-apis/post.md @@ -371,7 +371,7 @@ postFinder.archives(page, size, year, month); ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.17/developer-guide/theme/template-variables/archives.md b/versioned_docs/version-2.17/developer-guide/theme/template-variables/archives.md index 82436fb8..ebd3216b 100644 --- a/versioned_docs/version-2.17/developer-guide/theme/template-variables/archives.md +++ b/versioned_docs/version-2.17/developer-guide/theme/template-variables/archives.md @@ -65,7 +65,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"; ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.17/developer-guide/theme/template-variables/author.md b/versioned_docs/version-2.17/developer-guide/theme/template-variables/author.md index 02f4feb6..7e957572 100644 --- a/versioned_docs/version-2.17/developer-guide/theme/template-variables/author.md +++ b/versioned_docs/version-2.17/developer-guide/theme/template-variables/author.md @@ -77,7 +77,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.17/developer-guide/theme/template-variables/category.md b/versioned_docs/version-2.17/developer-guide/theme/template-variables/category.md index 730f6a72..f0d20137 100644 --- a/versioned_docs/version-2.17/developer-guide/theme/template-variables/category.md +++ b/versioned_docs/version-2.17/developer-guide/theme/template-variables/category.md @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.17/developer-guide/theme/template-variables/index_.md b/versioned_docs/version-2.17/developer-guide/theme/template-variables/index_.md index ca268c1c..209612e0 100644 --- a/versioned_docs/version-2.17/developer-guide/theme/template-variables/index_.md +++ b/versioned_docs/version-2.17/developer-guide/theme/template-variables/index_.md @@ -71,7 +71,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.17/developer-guide/theme/template-variables/tag.md b/versioned_docs/version-2.17/developer-guide/theme/template-variables/tag.md index b9181574..227932f6 100644 --- a/versioned_docs/version-2.17/developer-guide/theme/template-variables/tag.md +++ b/versioned_docs/version-2.17/developer-guide/theme/template-variables/tag.md @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.18/developer-guide/theme/finder-apis/post.md b/versioned_docs/version-2.18/developer-guide/theme/finder-apis/post.md index 1f63c249..711a6554 100644 --- a/versioned_docs/version-2.18/developer-guide/theme/finder-apis/post.md +++ b/versioned_docs/version-2.18/developer-guide/theme/finder-apis/post.md @@ -401,7 +401,7 @@ postFinder.archives(page, size, year, month); ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.18/developer-guide/theme/template-variables/archives.md b/versioned_docs/version-2.18/developer-guide/theme/template-variables/archives.md index 82436fb8..ebd3216b 100644 --- a/versioned_docs/version-2.18/developer-guide/theme/template-variables/archives.md +++ b/versioned_docs/version-2.18/developer-guide/theme/template-variables/archives.md @@ -65,7 +65,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"; ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.18/developer-guide/theme/template-variables/author.md b/versioned_docs/version-2.18/developer-guide/theme/template-variables/author.md index 02f4feb6..7e957572 100644 --- a/versioned_docs/version-2.18/developer-guide/theme/template-variables/author.md +++ b/versioned_docs/version-2.18/developer-guide/theme/template-variables/author.md @@ -77,7 +77,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.18/developer-guide/theme/template-variables/category.md b/versioned_docs/version-2.18/developer-guide/theme/template-variables/category.md index 730f6a72..f0d20137 100644 --- a/versioned_docs/version-2.18/developer-guide/theme/template-variables/category.md +++ b/versioned_docs/version-2.18/developer-guide/theme/template-variables/category.md @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.18/developer-guide/theme/template-variables/index_.md b/versioned_docs/version-2.18/developer-guide/theme/template-variables/index_.md index ca268c1c..209612e0 100644 --- a/versioned_docs/version-2.18/developer-guide/theme/template-variables/index_.md +++ b/versioned_docs/version-2.18/developer-guide/theme/template-variables/index_.md @@ -71,7 +71,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.18/developer-guide/theme/template-variables/tag.md b/versioned_docs/version-2.18/developer-guide/theme/template-variables/tag.md index b9181574..227932f6 100644 --- a/versioned_docs/version-2.18/developer-guide/theme/template-variables/tag.md +++ b/versioned_docs/version-2.18/developer-guide/theme/template-variables/tag.md @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.19/developer-guide/theme/finder-apis/post.md b/versioned_docs/version-2.19/developer-guide/theme/finder-apis/post.md index b03103c6..0e53cfd8 100644 --- a/versioned_docs/version-2.19/developer-guide/theme/finder-apis/post.md +++ b/versioned_docs/version-2.19/developer-guide/theme/finder-apis/post.md @@ -458,7 +458,7 @@ postFinder.archives(page, size, year, month); ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.19/developer-guide/theme/template-variables/archives.md b/versioned_docs/version-2.19/developer-guide/theme/template-variables/archives.md index 82436fb8..ebd3216b 100644 --- a/versioned_docs/version-2.19/developer-guide/theme/template-variables/archives.md +++ b/versioned_docs/version-2.19/developer-guide/theme/template-variables/archives.md @@ -65,7 +65,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"; ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.19/developer-guide/theme/template-variables/author.md b/versioned_docs/version-2.19/developer-guide/theme/template-variables/author.md index 02f4feb6..7e957572 100644 --- a/versioned_docs/version-2.19/developer-guide/theme/template-variables/author.md +++ b/versioned_docs/version-2.19/developer-guide/theme/template-variables/author.md @@ -77,7 +77,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.19/developer-guide/theme/template-variables/category.md b/versioned_docs/version-2.19/developer-guide/theme/template-variables/category.md index 730f6a72..f0d20137 100644 --- a/versioned_docs/version-2.19/developer-guide/theme/template-variables/category.md +++ b/versioned_docs/version-2.19/developer-guide/theme/template-variables/category.md @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.19/developer-guide/theme/template-variables/index_.md b/versioned_docs/version-2.19/developer-guide/theme/template-variables/index_.md index ca268c1c..209612e0 100644 --- a/versioned_docs/version-2.19/developer-guide/theme/template-variables/index_.md +++ b/versioned_docs/version-2.19/developer-guide/theme/template-variables/index_.md @@ -71,7 +71,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.19/developer-guide/theme/template-variables/tag.md b/versioned_docs/version-2.19/developer-guide/theme/template-variables/tag.md index b9181574..227932f6 100644 --- a/versioned_docs/version-2.19/developer-guide/theme/template-variables/tag.md +++ b/versioned_docs/version-2.19/developer-guide/theme/template-variables/tag.md @@ -78,7 +78,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.20/developer-guide/theme/finder-apis/post.md b/versioned_docs/version-2.20/developer-guide/theme/finder-apis/post.md index b03103c6..0e53cfd8 100644 --- a/versioned_docs/version-2.20/developer-guide/theme/finder-apis/post.md +++ b/versioned_docs/version-2.20/developer-guide/theme/finder-apis/post.md @@ -458,7 +458,7 @@ postFinder.archives(page, size, year, month); ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.20/developer-guide/theme/template-variables/archives.md b/versioned_docs/version-2.20/developer-guide/theme/template-variables/archives.md index de3bc2df..14a7e535 100644 --- a/versioned_docs/version-2.20/developer-guide/theme/template-variables/archives.md +++ b/versioned_docs/version-2.20/developer-guide/theme/template-variables/archives.md @@ -67,7 +67,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"; ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.20/developer-guide/theme/template-variables/author.md b/versioned_docs/version-2.20/developer-guide/theme/template-variables/author.md index 5021047c..1f0f38d1 100644 --- a/versioned_docs/version-2.20/developer-guide/theme/template-variables/author.md +++ b/versioned_docs/version-2.20/developer-guide/theme/template-variables/author.md @@ -79,7 +79,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.20/developer-guide/theme/template-variables/category.md b/versioned_docs/version-2.20/developer-guide/theme/template-variables/category.md index 3a7e7429..2a775540 100644 --- a/versioned_docs/version-2.20/developer-guide/theme/template-variables/category.md +++ b/versioned_docs/version-2.20/developer-guide/theme/template-variables/category.md @@ -119,7 +119,7 @@ customTemplates: ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.20/developer-guide/theme/template-variables/index_.md b/versioned_docs/version-2.20/developer-guide/theme/template-variables/index_.md index 6188b567..23c3edef 100644 --- a/versioned_docs/version-2.20/developer-guide/theme/template-variables/index_.md +++ b/versioned_docs/version-2.20/developer-guide/theme/template-variables/index_.md @@ -73,7 +73,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo) diff --git a/versioned_docs/version-2.20/developer-guide/theme/template-variables/post.md b/versioned_docs/version-2.20/developer-guide/theme/template-variables/post.md index d798709b..0be11f4c 100644 --- a/versioned_docs/version-2.20/developer-guide/theme/template-variables/post.md +++ b/versioned_docs/version-2.20/developer-guide/theme/template-variables/post.md @@ -95,18 +95,3 @@ customTemplates: ### PostVo - -- [路由信息](#路由信息) - - [自定义模板](#自定义模板) -- [变量](#变量) - - [post](#post) - - [变量类型](#变量类型) - - [示例](#示例) - - [\_templateId](#_templateid) - - [变量值](#变量值) -- [类型定义](#类型定义) - - [CategoryVo](#categoryvo) - - [TagVo](#tagvo) - - [ContributorVo](#contributorvo) - - [ContentVo](#contentvo) - - [PostVo](#postvo) diff --git a/versioned_docs/version-2.20/developer-guide/theme/template-variables/tag.md b/versioned_docs/version-2.20/developer-guide/theme/template-variables/tag.md index 59b9aaa7..b89a8bf2 100644 --- a/versioned_docs/version-2.20/developer-guide/theme/template-variables/tag.md +++ b/versioned_docs/version-2.20/developer-guide/theme/template-variables/tag.md @@ -80,7 +80,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md" ### ListedPostVo -\ + - [#CategoryVo](#categoryvo) - [#TagVo](#tagvo)