Ryan Wang
8114326771
docs: refine documentation for repeater formkit input ( #288 )
...
更新 FormKit Repeater 的文档。
/kind documentation
```release-note
None
```
12 months ago
Ryan Wang
11a4d97602
docs: update documentation for development ( #284 )
...
更新开发环境运行文档,补充关于 UC 个人中心的描述。
/kind documentation
Fixes https://github.com/halo-dev/docs/issues/278
```release-note
None
```
12 months ago
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
```
12 months ago
Ryan Wang
7e8a8ecb0d
docs: update documentation for Halo 2.11 ( #283 )
...
为 Halo 2.11.0 更新文档。
/kind documentation
```release-note
None
```
12 months ago
Ryan Wang
78ab4dbe14
docs: refine h2 database tips ( #280 )
...
优化使用 H2 数据库的提示。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
d61ada31bc
fix: description of container commands ( #279 )
...
修复关于容器参数的描述,从 2.1 之后不应该是**环境变量**
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
eb1b150785
docs: add downloadPluginPresets step for development documentation ( #277 )
...
为开发环境运行文档添加下载预设插件的步骤。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
d80d49e1ac
docs: remove oneinstack related documentations ( #275 )
...
移除 OneinStack 相关文档,目前 OneinStack 已经完全无法使用。
https://oneinstack.com/
```release-note
None
```
1 year ago
Ryan Wang
42206e7b15
docs: improve backup instructions in upgrade documentations ( #274 )
...
优化版本升级的备份说明,统一改为使用系统提供的备份功能,而不是手动操作工作目录。
```release-note
None
```
1 year ago
shangjianan2
78a0e1b3f1
docs: improve build step in plugin document ( #273 )
...
构建指令不全 https://github.com/halo-dev/plugin-starter 这个链接中的readme指令是全的,有pnpmInstall这个步骤
/kind documentation
```release-note
None
```
1 year ago
shangjianan2
2a38801e80
docs: improve documentations ( #272 )
...
优化halo文档(开发者指南->系统开发->构建)
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
147952f9c2
docs: improve documentations of plugin development ( #271 )
...
优化 Halo 插件开发文档。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
e3dbe69aa4
chore: zip dist files before ssh deploy ( #268 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
1 year ago
Ryan Wang
80ee4a04ad
chore: add ssh deploy step ( #267 )
...
重新添加 ssh-deploy 的 action 步骤,用于部署到服务器。
/kind improvement
```release-note
None
```
1 year ago
Ryan Wang
6446098581
fix: broken links ( #266 )
...
修复所有文档的错误链接。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
871c231a7c
docs: add sponsor page ( #265 )
...
添加赞助页面。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
0abd6612d8
docs: add security notice for oneinstack ( #261 )
...
添加关于 OneinStack 的安全性提示。
/kind documentation
```release-note
None
```
1 year ago
AirboZH
fa52893e06
docs: update ContributorVo (halo-dev/halo#4705) ( #263 )
...
/kind documentation
link: https://github.com/halo-dev/halo/pull/4705
```release-note
更新 ContributorVo 格式
```
1 year ago
Ryan Wang
ba0c62ef6b
docs: update documentation for Halo 2.10 ( #262 )
...
为 Halo 2.10.0 更新文档。
/kind documentation
```release-note
None
```
1 year ago
John Niang
f1e2d27c8a
Change mount dir of Halo container to ./halo2 ( #258 )
...
#### What this PR does / why we need it:
目前 Halo 容器挂载目录配置 `./:/root/.halo2` 容易让用户无意在 Halo 工作目录添加一些其他无关目录,例如:Nginx 也挂载到当前目录。这可能会导致无法正常使用备份功能。目前也无法预知未来可能会发生什么样的错误。
#### Which issue(s) this PR fixes:
Fixes https://github.com/halo-dev/halo/issues/4637
#### Does this PR introduce a user-facing change?
```release-note
修改 Halo 容器工作目录挂载目标目录为 ./halo2
```
1 year ago
John
587cd952d6
docs: add halo on podman ( #256 )
...
添加使用 Podman 部署Halo的方法.
```release-note
None
```
1 year ago
AllinProgram
8df9f0ceeb
fix: example code in menu finder api ( #260 )
...
Fixes https://github.com/halo-dev/docs/issues/259
```release-note
修正文档中关于获取菜单显示名称的代码示例,详情请参见:https://github.com/halo-dev/docs/issues/259
```
1 year ago
Ryan Wang
58b41335e1
docs: lock postgres version in docker compose example ( #257 )
...
固定 Docker Compose 文档中 postgres 的版本,防止使用 latest 标签导致跨版本不兼容。
/kind documentation
```release-note
None
```
1 year ago
TnZzZHlp
4a59d44091
fix: typos in plugin docs ( #254 )
1 year ago
Hilary Liu
2e77363d29
fix: menu api example in theme dev docs ( #252 )
...
日常主题开发中,我们应该使用菜单最终生成到名字
```release-note
None
````
1 year ago
John Niang
a1a2a4d297
Remove useless deploy step ( #251 )
...
/kind cleanup
Halo docs site has been deployed by Cloudflare Page. The deploy step in GitHub workflow is currently not useful.
```release-note
None
```
1 year ago
Ryan Wang
12a8b47426
feat: add image zoom feature ( #250 )
...
支持点击放大图片。
```release-note
None
```
1 year ago
QuinlanHoo
d8158746f1
Update MySQL to 8.1.0 to prevent mysql_native_password warning ( #249 )
...
使用caching_sha2_password代替mysql_native_password。
以解决使用My SQL的Docker镜像报Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'。告警的问题。
```release-note
None
```
1 year ago
Ryan Wang
f1b641dc12
docs: update documentation for Halo 2.9 ( #246 )
...
为 Halo 2.9.0 更新文档。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
32163df337
docs: update the instructions for the initial administrator in the deployment document ( #244 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
1 year ago
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
```
1 year ago
Ryan Wang
11384757c9
chore: update umami tracker config ( #245 )
...
更新 Umami 统计的配置信息。
/kind improvement
```release-note
None
```
1 year ago
Ryan Wang
72c2ef8cc7
docs: update documentation for Halo 2.8 ( #238 )
...
为 Halo 2.8.0 更新文档。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
b25183347f
docs: add backup and restore documentations ( #237 )
...
添加备份和恢复的使用文档。
/kind documentation
Fixes https://github.com/halo-dev/docs/issues/236
```release-note
None
```
1 year ago
Ryan Wang
18bab50498
docs: update documentation for Halo 2.7 ( #234 )
...
为 Halo 2.7.0 更新文档。
/kind documentation
```release-note
None
```
1 year ago
BugKing
801291838f
docs: 增加 Helm 部署文档 ( #233 )
...
增加 Helm Chart 部署文档。
Close #181
1 year ago
Ryan Wang
2acc48e6f9
docs: fix headings of nginxproxymanager.md ( #230 )
1 year ago
Ryan Wang
3119754ff6
docs: fix broken link in backup-migration.md ( #231 )
1 year ago
Ryan Wang
fb691cad4a
docs: refine repeater props ( #232 )
...
完善开发者文档中关于 Repeater 表单项的参数。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
2222905387
docs: improve documentation of 1Panel ( #229 )
...
优化使用 1Panel 部署的文档。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
5e70b24ed1
chore: bump docusaurus version to 2.4 ( #228 )
...
升级 Docusaurus 的版本至 2.4
```release-note
None
```
1 year ago
Ryan Wang
3ef8b4c0f9
docs: refactor documentations of user guide ( #225 )
...
重构用户指南的部分内容。
/kind documentation
```release-note
None
```
1 year ago
Ryan Wang
f9bbef1a63
chore: update site configs ( #227 )
...
1. 修改标题为 `Halo 文档`。
2. Sitemap 排除旧文档的索引,防止 Algolia 额度不够导致无法建索引。
3. 修改页面底部的 Copyright。
4. 修改底部的主题仓库为应用市场。
/kind improvement
```release-note
None
```
1 year ago
Ryan Wang
b3382b0170
docs: fix typos and word case ( #226 )
...
修正部分单词错误和写法错误。
/kind improvement
```release-note
None
```
1 year ago
airbo
81cdc88b31
docs: update form schema link ( #224 )
...
Fix #223
```release-note
None
```
2 years ago
Ryan Wang
5d74edea8f
docs: update documentation for Halo 2.6 ( #222 )
...
为 Halo 2.6 更新文档。
/kind documentation
```release-note
None
```
2 years ago
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
```
2 years ago
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
```
2 years ago
Simple
e7cce8f366
docs: fix incorrect configuration instructions in runtime-mode.md ( #221 )
...
/kind documentation
Closes #220
```release-note
None
```
2 years ago
Ryan Wang
9daf914879
docs: refine documentation of installation ( #215 )
...
优化安装文档。
1. 优化安装完成之后的提示。
2. 优化 Docker 启动参数的描述。
3. Docker 的数据库配置参数添加 MariaDB 的说明。
4. 移动反向代理方式的顺序。
/kind documentation
```release-note
None
```
2 years ago