Commit Graph

17 Commits

Author SHA1 Message Date
Ryan Wang
afda4f83bf docs: add documentation for singlePage extension (#501)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2025-06-15 12:03:18 +08:00
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
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
Ryan Wang
250c0180d7 chore: bump docusaurus version to 3.x (#395)
升级 Docusaurus 版本至 3.x

参照 https://docusaurus.io/zh-CN/docs/migration/v3 升级指南。

Fixes #394 

/kind improvement

```release-note
None
```
2024-08-09 14:12:40 +00:00
guqing
c565125540 docs: add docs for getBreadcrumbs of category finder (#384)
### What this PR does?
为分类 Finder API 新增的 getBreadcrumbs 方法提供文档

see also https://github.com/halo-dev/halo/pull/6135

```release-note
None
```
2024-07-04 15:22:33 +00:00
Ryan Wang
1714c0f496 docs: add documentations for plugin detail modal component (#385)
添加 2.17.0 添加的 PluginDetailModal 组件的文档。

/kind documentation

```release-note
None
```
2024-07-02 15:47:25 +00:00
guqing
b2bab07578 docs: add docs for login handler enhancer (#382)
### What this PR does?
增加关于 LoginHandlerEnhancer 的使用文档

see also https://github.com/halo-dev/halo/pull/6176

```release-note
None
```
2024-07-02 04:53:23 +00:00
guqing
daf93fb72c docs: add docs for check plugin availability by version (#383)
### What this PR does?
添加插件 Finder API 中通过插件名称和版本判断某插件是否可用的 API 的文档

see also https://github.com/halo-dev/halo/pull/6236

```release-note
None
```
2024-07-02 04:51:23 +00:00
guqing
b125e02d8d docs: add docs for template footer processor (#381)
### What this PR does?
为 TemplateFooterProcessor 添加开发文档

see also https://github.com/halo-dev/halo/pull/6191

```release-note
None
```
2024-07-02 04:27:22 +00:00
guqing
9b87090a9b docs: add docs for list options builder (#380)
### What this PR does?
添加 ListOptions builder 的文档说明

see also https://github.com/halo-dev/halo/pull/6148

```release-note
None
```
2024-07-02 03:49:22 +00:00
guqing
59096a9e4b chore: remove deprecated plugin wrapper (#379)
### What this PR does?
移除已经过时的 PluginWrapper 引用

```release-note
None
```
2024-07-02 03:25:22 +00:00
Ryan Wang
9d868fa50e docs: update documentation for Halo 2.17 (#378)
为 [Halo 2.17](https://github.com/halo-dev/halo/releases/tag/v2.17.0) 更新文档。

/kind documentation

```release-note
None
```
2024-07-02 02:41:22 +00:00