Commit Graph

86 Commits

Author SHA1 Message Date
Ryan Wang
fc626d152c docs: remove colorScheme param for halo:comment tag (#352)
移除文档中关于 `halo:comment` 标签的 colorScheme 字段,这是以前的设计错误,此模板引擎标签不应该涉及最终 UI 相关的功能。目前官方的评论插件已经支持通过 CSS 变量来改变配色和其他样式。

/kind documentation

```release-note
None
```
2024-05-16 03:48:35 +00:00
guqing
b8b5a4e34d doc: add doc for template head processor extension point (#348) 2024-05-08 16:10:19 +08:00
Ryan Wang
a997fbb948 docs: add tips for metadata name of theme (#347) 2024-05-07 23:25:18 +08:00
Ryan Wang
846d6c3791 docs: update documentation for Halo 2.15 (#345)
为 Halo 2.15.0 更新文档。

/kind documentation

```release-note
None 
```
2024-04-30 08:14:06 +00:00
Ryan Wang
7e0fbd85be docs: add issues field for theme and plugin manifest example (#342)
为主题和插件的配置文件示例添加 issues 字段。

Ref https://github.com/halo-dev/halo/pull/5755

/kind documentation

```release-note
None
```
2024-04-30 04:41:56 +00: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
Ryan Wang
0ce0fd13a5 docs: add documentation for user tab (#340)
为用户资料选项卡和个人中心的资料选项卡扩展点添加文档。

Ref https://github.com/halo-dev/halo/pull/5763

/kind documentation

```release-note
None
```
2024-04-24 17:25:32 +00:00
Ryan Wang
710c4a480c docs: update example of plugin manifest file (#339)
更新插件开发中的 plugin.yaml 示例。

Ref https://github.com/halo-dev/halo/issues/5721

```release-note
None
```
2024-04-19 01:24:08 +00:00
Ryan Wang
48d2ce43df docs: update example of theme manifest file (#338)
更新主题开发中的 theme.yaml 示例。

Ref https://github.com/halo-dev/halo/issues/5721

```release-note
None
```
2024-04-19 01:22:07 +00:00
Ryan Wang
6e97f3724b docs: update documentation for Halo 2.14 (#334)
为 Halo 2.14.0 更新文档。

/kind documentation

```release-note
None 
```
2024-04-01 07:28:07 +00:00
Takagi
ce581bcc6d docs: add the selection attribute to handleDrop (#332)
将 selection 属性添加至默认编辑器的 handleDrop 扩展中。相关改动查看 https://github.com/halo-dev/halo/pull/5570

/kind documentation

```release-note
None
```
2024-03-27 04:24:08 +00:00
Takagi
64b30fae7d docs: add formkit verfiyForm documentation (#327)
为 FormKit Schema 文档添加 verifyForm 的内容。相关改动查看 https://github.com/halo-dev/halo/pull/5464

/kind documentation

```release-note
None
```
2024-03-27 03:26:07 +00:00
Ryan Wang
3922a171a1 docs: add title prop for editor create extension point (#325)
为编辑器扩展添加 title 字段的描述,为 https://github.com/halo-dev/halo/pull/5465 的改动添加文档。

/kind documentation

```release-note
None
```
2024-03-27 03:22:06 +00:00
MashiroT
47d0964151 addressing outdated version issue of Checkstyle in code style documentation (#330)
#329 
/kind documentation
```
None
```
2024-03-19 09:14:07 +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
Ryan Wang
7dd663136d docs: update documentation for Halo 2.13 (#321)
为 Halo 2.13.0 更新文档。

/kind documentation

```release-note
None 
```
2024-03-01 04:35:02 +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
276bbb729a docs: refine documentation for annotation setting name (#314)
修改《元数据表单定义》文档中关于 metadata.name 的描述。

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

/kind documentation

```release-note
None
```
2024-02-29 09:41:38 +00:00
Ryan Wang
1b33ca6668 docs: remove theme-astro-starter template (#315)
目前 https://github.com/halo-sigs/theme-astro-starter 还处于验证阶段,放置在文档中可能会造成一定困惑。

/kind documentation

```release-note
None
```
2024-02-20 08:40:08 +00:00
John Niang
2f2e1a6f1a Refactor project build and run (#308)
This PR mainly adapts PR <https://github.com/halo-dev/halo/pull/5314>.

```release-note
None
```
2024-02-06 06:32:13 +00:00
Ryan Wang
d0ea59e6e2 docs: update documentation for Halo 2.12 (#306)
为 Halo 2.12.0 更新文档。

/kind documentation

```release-note
None 
```
2024-02-01 03:11:39 +00: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
Ryan Wang
9110357574 docs: add documentation for theme error template (#287)
添加主题错误模板的文档。

/kind documentation

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


```release-note
None
```
2023-12-08 08:04:09 +00:00
Ryan Wang
8114326771 docs: refine documentation for repeater formkit input (#288)
更新 FormKit Repeater 的文档。

/kind documentation

```release-note
None
```
2023-12-08 08:02:08 +00:00
Ryan Wang
11a4d97602 docs: update documentation for development (#284)
更新开发环境运行文档,补充关于 UC 个人中心的描述。

/kind documentation

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

```release-note
None
```
2023-12-08 04:08:07 +00:00
Ryan Wang
df6ed25a8e docs: refine documentation of halo:comment tag (#281)
从 Halo 2.9 开始,判断评论组件是否显示的条件不再只是单纯的判断评论插件是否安装。

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

/kind documentation


```release-note
None
```
2023-12-01 08:32:10 +00:00
Ryan Wang
7e8a8ecb0d docs: update documentation for Halo 2.11 (#283)
为 Halo 2.11.0 更新文档。

/kind documentation

```release-note
None 
```
2023-12-01 07:00:09 +00:00
Ryan Wang
eb1b150785 docs: add downloadPluginPresets step for development documentation (#277)
为开发环境运行文档添加下载预设插件的步骤。

/kind documentation

```release-note
None
```
2023-11-20 06:36:10 +00:00
shangjianan2
78a0e1b3f1 docs: improve build step in plugin document (#273)
构建指令不全 https://github.com/halo-dev/plugin-starter 这个链接中的readme指令是全的,有pnpmInstall这个步骤
/kind documentation
```release-note
None
```
2023-10-30 10:36:55 +00:00
shangjianan2
2a38801e80 docs: improve documentations (#272)
优化halo文档(开发者指南->系统开发->构建)

/kind documentation

```release-note
None
```
2023-10-27 08:53:47 +00:00
Ryan Wang
147952f9c2 docs: improve documentations of plugin development (#271)
优化 Halo 插件开发文档。

/kind documentation

```release-note
None
```
2023-10-26 16:12:18 +00:00
Ryan Wang
6446098581 fix: broken links (#266)
修复所有文档的错误链接。

/kind documentation

```release-note
None
```
2023-10-23 08:51:29 +00:00
AirboZH
fa52893e06 docs: update ContributorVo (halo-dev/halo#4705) (#263)
/kind documentation

link: https://github.com/halo-dev/halo/pull/4705


```release-note
更新 ContributorVo 格式
```
2023-10-11 10:32:33 +00:00
Ryan Wang
ba0c62ef6b docs: update documentation for Halo 2.10 (#262)
为 Halo 2.10.0 更新文档。

/kind documentation

```release-note
None 
```
2023-10-10 04:40:27 +00:00
Hilary Liu
2e77363d29 fix: menu api example in theme dev docs (#252)
日常主题开发中,我们应该使用菜单最终生成到名字

```release-note
None
````
2023-09-08 02:40:12 +00:00
Ryan Wang
f1b641dc12 docs: update documentation for Halo 2.9 (#246)
为 Halo 2.9.0 更新文档。

/kind documentation

```release-note
None 
```
2023-09-01 03:48:12 +00:00
Ryan Wang
d937472224 docs: add downloadPluginPresets step for build documentation (#243)
完善开发环境构建的文章,添加下载预设插件的步骤。

Fixes #242 
Ref https://github.com/halo-dev/halo/issues/4418#issuecomment-1677354115

/kind documentation

```release-note
None
```
2023-08-21 11:42:12 +00:00
Ryan Wang
72c2ef8cc7 docs: update documentation for Halo 2.8 (#238)
为 Halo 2.8.0 更新文档。

/kind documentation

```release-note
None 
```
2023-08-01 06:40:35 +00:00
Ryan Wang
18bab50498 docs: update documentation for Halo 2.7 (#234)
为 Halo 2.7.0 更新文档。

/kind documentation

```release-note
None 
```
2023-06-30 05:08:11 +00:00
Ryan Wang
fb691cad4a docs: refine repeater props (#232)
完善开发者文档中关于 Repeater 表单项的参数。

/kind documentation

```release-note
None
```
2023-06-13 02:54:12 +00:00
Ryan Wang
3ef8b4c0f9 docs: refactor documentations of user guide (#225)
重构用户指南的部分内容。

/kind documentation

```release-note
None
```
2023-06-09 03:02:11 +00:00
Ryan Wang
b3382b0170 docs: fix typos and word case (#226)
修正部分单词错误和写法错误。

/kind improvement

```release-note
None
```
2023-06-07 06:25:23 +00:00
airbo
81cdc88b31 docs: update form schema link (#224)
Fix #223 
```release-note
None
```
2023-06-02 01:26:18 +00:00
Ryan Wang
5d74edea8f docs: update documentation for Halo 2.6 (#222)
为 Halo 2.6 更新文档。

/kind documentation

```release-note
None
```
2023-06-01 07:43:14 +00:00
Simple
4b934c0ace docs: add configuration examples for the Windows platform in the plugin-related documents (#219)
Halo 插件开发 Windows 环境下插件绝对路径的补充

Ref #218 

/kind documentation


```release-note
None
```
2023-05-26 15:48:13 +00:00
Ryan Wang
11b2ac3b3e docs: update documentation of attachment form schema (#217)
更新 Form Schema 文档中 Attachment 类型的参数。

Ref https://github.com/halo-dev/halo/pull/3827

/kind documentation

```release-note
None
```
2023-05-26 14:50:13 +00:00
Simple
e7cce8f366 docs: fix incorrect configuration instructions in runtime-mode.md (#221)
/kind documentation
Closes #220

```release-note
None
```
2023-05-26 13:38:11 +00:00
Ryan Wang
bc5fe02283 docs: docs: update documentation for Halo 2.5 (#212)
为 Halo 2.5 更新文档。

/kind documentation

```release-note
None
```
2023-04-28 03:50:17 +00:00
John Niang
c2bac256e9 Update document about building halo 2.4.0 (#206)
See https://github.com/halo-dev/docs/issues/205 for more.

```release-note
None
```
2023-04-01 04:26:11 +00:00