guqing
ccde5aaee3
docs: add docs for system info getter ( #479 )
...
### What this PR does?
新增 SystemInfoGetter 共享 Bean 使用文档
```release-note
None
```
2024-12-05 03:29:12 +00:00
guqing
8a0e508304
fix: correct plugin dependency description ( #478 )
...
### What this Pr does?
修复插件依赖声明文档描述不正确的问题
```release-note
None
```
2024-12-04 09:45:11 +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
Ryan Wang
002d1f472d
chore: bump docusaurus to 3.6.2 ( #471 )
...
升级 Docusaurus 至 3.6.2,以修复开发环境无法启动的问题。
```release-note
None
```
2024-11-20 03:26:07 +00:00
guqing
905e121b85
docs: add doc on defining and declaring extension points for plugin extensibility ( #470 )
...
### What this PR does?
提供插件如何被扩展的文档
```release-note
None
```
2024-11-16 03:36:01 +00:00
guqing
a21748cce5
docs: add shared events document for developer ( #468 )
...
### What this PR does?
添加共享事件文档
```release-note
None
```
2024-11-14 08:30:03 +00:00
Ryan Wang
adc8202762
chore: update OWNERS ( #469 )
...
* chore: update OWNERS
* Update OWNERS
2024-11-13 18:46:17 +08:00
guqing
c40c587bf2
docs: add plugin dependencies docs ( #467 )
...
### What this PR does?
新增插件依赖开发文档
```release-note
None
```
2024-11-12 09:08:00 +00:00
Ryan Wang
86b9b26d38
typo: resrouces to resources ( #466 )
...
```release-note
None
```
2024-11-07 03:47:30 +00:00
guqing
da39e579d0
refactor: update document for devtools ( #465 )
...
### What this PR does?
更新 Devtools 文档
```release-note
None
```
2024-11-05 09:22:55 +00:00
Ryan Wang
48c094d1be
docs: update documentation for using Alibaba Cloud ECS Halo image ( #463 )
...
更新使用阿里云镜像部署 Halo 的文档。
```release-note
None
```
2024-11-01 10:20:49 +00:00
guqing
00741fee5c
fix: aggregate role docs ( #464 )
2024-11-01 17:48:07 +08:00
guqing
92551b7d2d
docs: add document for notification ( #462 )
...
### What this PR does?
新增通知功能相关开发文档
```release-note
None
```
2024-11-01 01:50:44 +00:00
Ryan Wang
aa466d9b72
chore: bump docusaurus to canary verison ( #428 )
...
Support for building projects via rspack has been added in the latest Canary version of Docusaurus, which significantly improves compilation speed.
```bash
❯ hyperfine --prepare 'pnpm clear' --runs 5 'DOCUSAURUS_FASTER=false pnpm build' 'DOCUSAURUS_FASTER=true pnpm build'
Benchmark 1: DOCUSAURUS_FASTER=false pnpm build
Time (mean ± σ): 70.715 s ± 17.150 s [User: 134.096 s, System: 31.651 s]
Range (min … max): 52.330 s … 88.497 s 5 runs
Benchmark 2: DOCUSAURUS_FASTER=true pnpm build
Time (mean ± σ): 30.094 s ± 4.572 s [User: 64.061 s, System: 28.384 s]
Range (min … max): 25.832 s … 37.655 s 5 runs
Summary
DOCUSAURUS_FASTER=true pnpm build ran
2.35 ± 0.67 times faster than DOCUSAURUS_FASTER=false pnpm build
```
see: https://github.com/facebook/docusaurus/issues/10556#issuecomment-2407671873
```release-note
None
```
2024-10-31 09:48:01 +00:00
Ryan Wang
c03925c907
docs: add file.encoding parameter for jar deployment document ( #460 )
...
Fixes #457
```release-note
None
```
2024-10-31 08:23:07 +00:00
BugKing
618b35f983
docs: 增加阿里云云市场部署文档 ( #459 )
2024-10-31 07:17:07 +00:00
guqing
0b1d4596d5
feat: diagrams can be rendered using Mermaid in a code block ( #458 )
...
### What this PR does?
添加对 Mermaid Diagrams 的支持
```release-note
None
```
2024-10-31 05:28:51 +00:00
guqing
eac3f93313
docs: rewrite extension development documentation ( #455 )
2024-10-31 11:29:44 +08:00
guqing
97f7aba3a3
fix: show correct last update time/author ( #456 )
2024-10-30 17:35:26 +08:00
Ryan Wang
58d9fa35e1
docs: add documentation for extension point settings ( #454 )
...
添加插件管理 -> 扩展配置的使用文档。
/kind documentation
```release-note
None
```
2024-10-29 08:18:12 +00:00
Ryan Wang
9058e60b44
docs: add menu management documentation ( #453 )
...
添加菜单管理的使用文档。
Fixes https://github.com/halo-dev/docs/issues/331
/kind documentation
```release-note
None
```
2024-10-29 08:16:12 +00:00
Ryan Wang
4b9a671204
docs: add custom login-related pages documentation ( #452 )
...
提供自定义登录相关页面的文档。
/kind documentation
Fixes https://github.com/halo-dev/docs/issues/436
```release-note
提供自定义登录相关页面的文档。
```
2024-10-29 08:14:12 +00:00
guqing
f106b52017
docs: add docs for using shared objects within the plugin ( #451 )
...
### What this PR does?
完善 Halo 共享给插件的 Beans 列表和使用文档
```release-note
None
```
2024-10-29 02:02:10 +00:00
Ryan Wang
cd44c8ba89
docs: restructure theme development documentation ( #450 )
...
重构主题开发的部分文档,合并模板路由和模板变量章节。
/kind documentation
```release-note
None
```
2024-10-28 08:18:05 +00:00
Ryan Wang
5ef6bc2712
docs: add database creation tips ( #449 )
...
添加创建数据库的提示。
Fixes https://github.com/halo-dev/docs/issues/336
```release-note
None
```
2024-10-28 07:32:04 +00:00
guqing
e4edfed6bc
docs: update devtools documents ( #446 )
...
### What this PR does?
更新 devtools 使用文档
```release-note
None
```
2024-10-28 06:32:05 +00:00
guqing
fa1fb46d25
refactor: update plugin manifest doc ( #448 )
...
### What this PR does?
更新插件描述文件的文档
```release-note
None
```
2024-10-28 06:30:05 +00:00
guqing
57e7c2bc03
refactor: update plugin structure doc ( #447 )
...
### What this PR does?
更新插件项目结构文档
```release-note
None
```
2024-10-28 04:04:04 +00: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
Ryan Wang
e3125c4547
docs: update intro documentation ( #441 )
...
更新介绍文档。
/kind documentation
```release-note
None
```
2024-10-25 07:59:54 +00:00
Ryan Wang
0074d76b4c
docs: add JVM_OPTS environment documentation ( #442 )
...
为 Docker 部署添加 JVM_OPTS 环境变量的说明。
Fixes #17
/kind documentation
```release-note
None
```
2024-10-24 07:31:49 +00:00
Ryan Wang
bb4ade60ec
docs: update basic authentication documentation ( #440 )
...
更新关于 Basic Auth 认证的说明。
/kind documentation
```release-note
None
```
2024-10-24 04:09:48 +00:00
Ryan Wang
6e55c499ab
docs: update documentations for user guide ( #439 )
...
更新 Halo 的使用文档。
/kind documentation
```release-note
None
```
2024-10-23 14:58:20 +00:00
Ryan Wang
0d888830df
docs: add Halo configuration documentation ( #438 )
...
添加 Halo 的配置文档。
/kind documentation
```release-note
None
```
2024-10-23 04:42:17 +00:00
guqing
32c8947334
docs: add devtools upgrade guide for 0.2.0 ( #434 )
...
### What this PR does?
添加 Devtools 升级到 0.2.0 版本的升级提示
```release-note
None
```
2024-10-15 11:17:22 +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
afef951e88
docs: update screenshots for version 2.20 ( #432 )
...
为 Halo 2.20 更新部分截图。
/kind documentation
```release-note
None
```
2024-10-15 06:01:21 +00:00
Ryan Wang
06e5cb2d20
chore: remove 2.10~2.15 versions ( #431 )
...
移除 2.10~2.15 的文档,已经将 2.10~2.15 的文档转移到 https://v2.archive-docs.halo.run/
```release-note
None
```
2024-10-15 04:21:21 +00:00
Ryan Wang
9876911e3a
docs: update documentation for Halo 2.20 ( #429 )
...
为 [Halo 2.20](https://github.com/halo-dev/halo/releases/tag/v2.20.0 ) 更新文档。
/kind documentation
```release-note
None
```
2024-10-14 03:33:15 +00:00
KunSir
f752dd74d7
docs: update alibaba-cloud-computenest deploy url ( #426 )
...
```release-note
None
```
2024-09-30 02:59:51 +00:00
Ryan Wang
d1a898efcc
docs: refine backup tips ( #420 )
...
优化升级前备份的提示。
/kind documentation
```release-note
None
```
2024-09-30 02:09:53 +00:00
KunSir
ca902d7a90
docs: add alibaba-cloud-computenest.md ( #425 )
2024-09-29 09:29:46 +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
a2b7fe2828
docs: add documentation for offline activation of paid apps in the app store ( #415 )
...
添加离线激活应用市场付费应用的文档。
/kind documentation
```release-note
None
```
2024-09-14 06:40:32 +00:00
Ryan Wang
65018a5955
docs: add documentation for menu select form item ( #416 )
...
添加关于 menuSelect 输入类型的文档。
See https://github.com/halo-dev/halo/pull/6642
/kind documentation
```release-note
None
```
2024-09-14 06:38:31 +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