Commit Graph

17 Commits

Author SHA1 Message Date
guqing
eac3f93313 docs: rewrite extension development documentation (#455) 2024-10-31 11:29:44 +08:00
guqing
c28767ab09 chore: move framework doc file to core developer dir (#445)
### What this PR does?
将 Halo 架构概览移动到系统开发章节

```release-note
None
```
2024-10-25 13:33:55 +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
Takagi
017ec7aaa9 docs: add docs for plugin ExtensionGetter (#388)
#### What this PR does / why we need it:

添加 ExtensionGetter 的开发者文档及示例。

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

#### Does this PR introduce a user-facing change?
```release-note
None
```
2024-07-26 02:27:39 +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
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
bb324eddda docs: add guide for customize and build controller (#376)
### What this PR does?
补充关于定制和构建控制器的文档

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

```release-note
None
```
2024-06-28 07:22:59 +00:00
guqing
70d9c65698 docs: add detailed guide on how to use plugin settings (#375)
### What this PR does?
新增关于如何使用插件配置的文档

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

```release-note
None
```
2024-06-28 07:04:58 +00:00
Ryan Wang
8846344ca8 typo: 登陆 -> 登录 (#364)
更新文案:登陆 -> 登录

/kind documentation

```release-note
None
```
2024-05-29 08:09:11 +00:00
guqing
8df5dcf9e9 refactor: role template docs (#353)
### What this PR does?
重写 API 权限控制的文档以减小用户理解成本


```release-note
None
```
2024-05-16 05:02:35 +00:00
guqing
b8b5a4e34d doc: add doc for template head processor extension point (#348) 2024-05-08 16:10:19 +08:00
Nova Kwok
fd7eac2881 Fix typo condtions to conditions (#343)
condtions should be conditions? 🤔
2024-04-26 17:14:54 +00:00
John Niang
2c80278f59 Add documentation for websocket (#341)
See https://github.com/halo-dev/halo/pull/5662#issuecomment-2049166868 for more.

```release-note
None
```
2024-04-25 08:19:14 +00:00
guqing
f8177d84a2 doc: refine doc for route rules of custom extension apis (#322)
### What this PR does?
优化关于自定义 APIs 路由规则的描述文档

```release-note
None
```
2024-03-14 02:32:24 +00:00
John Niang
08ebdfc95f Add documentation for authentication webfilter extension points (#320)
* Add documentation for authentication webfilter extension points

* Refine requirements of extension point definition
2024-03-01 11:11:18 +08:00
Ryan Wang
6a253dd896 docs: refactor documentation of plugin development (#291)
重构和完善插件开发文档。

/kind documentation

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

```release-note
None
```

---------

Signed-off-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: guqing <i@guqing.email>
2024-01-30 16:00:18 +08:00