Commit Graph

11 Commits

Author SHA1 Message Date
Ryan Wang
22600b7f6f fix: missing example display for ListedPostVo type (#482)
修复 ListedPostVo 类型示例不显示的问题。

Fixes #480 

```release-note
None
```
2024-12-09 11:23:35 +00:00
Ryan Wang
ec9fdde451 fix: correct getByNames method examples for category and tag api (#483)
修复 categoryFinder 和 tagFinder 关于 getByNames 的错误示例。

Fixes https://github.com/halo-dev/docs/issues/475

```release-note
None
```
2024-12-09 11:21:34 +00:00
Ryan Wang
ec9331cbcc docs: update postCount field in category vo and tag vo (#477)
统一分类和标签的文章数量字段。

See https://github.com/halo-dev/halo/issues/7095

```release-note
None
```
2024-12-04 09:39:10 +00:00
Ryan Wang
d0373d3db5 docs: remove lastLoginAt field from UserVo (#472)
移除 UserVo 类型示例中的 lastLoginAt 字段,目前这个字段并没有使用。

```release-note
None
```
2024-11-20 03:28:08 +00:00
guqing
717ee402f4 refactor: update permission control docs for plugin (#443)
### What this PR does?
重构权限控制部分文档并调整相应结构

```release-note
None
```
2024-10-25 08:01:56 +00:00
Ryan Wang
5ce83249d2 docs: update halo official website url (#433)
更新 Halo 官网的地址。

```release-note
None
```
2024-10-15 06:31:21 +00:00
Takagi
d449d7c676 docs: add explanation for formkit select fieldSelectorKey property (#409)
#### What this PR does / why we need it:

为 formkit select 组件的远程搜索,增加 `fieldSelectorKey` 字段的使用说明。

see https://github.com/halo-dev/halo/pull/6591

#### Does this PR introduce a user-facing change?
```release-note
None
```
2024-09-18 02:46:49 +00:00
Ryan Wang
5608dedd2b docs: add documentation for RESTful API usage (#412)
添加 REST API 的使用文档。

Fixes #326 
Fixes #216 


```release-note
None
```
2024-09-09 09:34:05 +00:00
guqing
3aadde1218 docs: add docs for unified parameter list method of post finder (#411)
### What this PR does?

为 https://github.com/halo-dev/halo/pull/6531 补充文档说明


```release-note
None
```
2024-09-05 04:45:47 +00:00
Takagi
a82e778e05 docs: supplement formkit select document (#410)
#### What this PR does / why we need it:

补充 formkit select 相关文档。

#### Which issue(s) this PR fixes:

Fixes #408 

#### Does this PR introduce a user-facing change?
```release-note
None
```
2024-09-05 04:43:47 +00:00
Ryan Wang
e431bdc99b docs: update documentation for Halo 2.18 (#407)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2024-09-02 14:14:00 +08:00