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
```
|
9 months ago |
Ryan Wang
|
1b33ca6668
|
docs: remove theme-astro-starter template (#315)
目前 https://github.com/halo-sigs/theme-astro-starter 还处于验证阶段,放置在文档中可能会造成一定困惑。
/kind documentation
```release-note
None
```
|
9 months ago |
Ryan Wang
|
5e15e35b29
|
fix: broken links (#302)
修复引用的 https://www.halo.run/archives/halo-and-webp 链接地址。
/kind documentation
```release-note
None
```
|
11 months ago |
Ryan Wang
|
1d97214ad3
|
chore: remove 1.x documentation (#303)
移除 1.x 的文档,以及清除一些过时文档。
1.x 所有文档已经被移动到 https://github.com/halo-dev/v1-legacy-docs 并托管在 https://v1.legacy-docs.halo.run
<img width="669" alt="图片" src="https://github.com/halo-dev/docs/assets/21301288/684e4b0e-fc60-44ae-bda1-52fe62c4670d">
/kind cleanup
```release-note
None
```
|
11 months ago |
Ryan Wang
|
d61ada31bc
|
fix: description of container commands (#279)
修复关于容器参数的描述,从 2.1 之后不应该是**环境变量**
/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
|
147952f9c2
|
docs: improve documentations of plugin development (#271)
优化 Halo 插件开发文档。
/kind documentation
```release-note
None
```
|
1 year ago |
Ryan Wang
|
6446098581
|
fix: broken links (#266)
修复所有文档的错误链接。
/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 |
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 |
Ryan Wang
|
2acc48e6f9
|
docs: fix headings of nginxproxymanager.md (#230)
|
1 year ago |
Ryan Wang
|
b3382b0170
|
docs: fix typos and word case (#226)
修正部分单词错误和写法错误。
/kind improvement
```release-note
None
```
|
1 year ago |
Ryan Wang
|
96feaf5631
|
typo: fix typo in the description of external url (#202)
修正 Docker 参数 `halo.external-url` 描述中的错别字。
/kind documentation
```release-note
None
```
|
2 years ago |
Li
|
1d939e714f
|
docs: add target attribute documentation for menu item (#191)
添加主题开发 - 导航菜单中关于 `target` 属性的文档
/kind documentation
Fixes #190
```release-note
None
```
|
2 years ago |
Ryan Wang
|
29a7cc4f78
|
fix: incorrect hightlight number of docker compose example code block (#195)
/kind documentation
修复由 https://github.com/halo-dev/docs/pull/189 导致的 Docker Compose 代码块高亮行错误的问题。
before:
<img width="727" alt="image" src="https://user-images.githubusercontent.com/21301288/221819214-fd261a4a-c6bf-4228-8377-bbb3a7aebb55.png">
after:
<img width="917" alt="image" src="https://user-images.githubusercontent.com/21301288/221819329-5087b143-e93c-4eff-a101-2d003c8f2e2a.png">
```release-note
None
```
|
2 years ago |
舒夏
|
b0e841bc4a
|
Refine docker run command (#194)
```release-note
None
```
|
2 years ago |
Li
|
4fdea96f09
|
docs: add a tip for default admin username and password for development environment (#192)
添加开发环境下初始管理员用户名和密码的提示
/kind documentation
Fixes #188
```release-note
None
```
|
2 years ago |
BugKing
|
f6e0ae6f1d
|
docs: add healthcheck for halo in compose (#189)
在 Docker Compose 文件中,使用 `/actuator/health/readiness` 接口为 Halo 服务增加健康检查。
```release-note
docs: add healthcheck for halo in compose
```
|
2 years ago |
guqing
|
f21171de21
|
feat: add plugin development docs (#123)
### What this PR does?
添加插件开发文档
### Which issue(s) this PR fixes
Fixes #113
/area docs
```release-note
None
```
|
2 years ago |
WinteWu
|
4d59c627c5
|
fix: nginx link error in docker-compose page (#186)
```release-note
None
```
|
2 years ago |
Scott_N_Yang
|
a324a86fc3
|
docs: add documentation of traefik proxy (#172)
增加 Traefik 与 Halo 配合使用的文档
/kind documentation
```release-note
None
```
|
2 years ago |
Ryan Wang
|
e89334a6b4
|
docs: add documentation for custom template tag (#179)
添加 Halo 为 Thymeleaf 提供的 Halo 专有标签的文档。
/kind documentation
Fixes #160
```release-note
None
```
|
2 years ago |
Ryan Wang
|
6f8b67c9f0
|
docs: add documentation for template engine global variables (#180)
添加 Halo 为模板引擎提供的全局变量的文档。
/kind documentation
Fixes #161
```release-note
None
```
|
2 years ago |
Ryan Wang
|
b8a50b78b6
|
docs: remove version tips (#183)
Fixes #182
/kind documentation
```release-note
None
```
|
2 years ago |
Ryan Wang
|
bf412ac04e
|
docs: add documentation for update docker image to upgrade halo (#177)
添加更新 Docker 镜像的文档。
/kind documentation
Fixes #150
```release-note
None
```
|
2 years ago |
Ryan Wang
|
d13c86a5a7
|
docs: add documentation for author template variables (#176)
添加主题端作者归档页面的文档。后端改动可查阅:https://github.com/halo-dev/docs/issues/144
/kind documentation
Fixes #143
```release-note
None
```
|
2 years ago |
Ryan Wang
|
922502a9d3
|
docs: add tips of console proxy (#178)
在开发环境文档中添加 Console 代理的提示。
/kind documentation
```release-note
None
```
|
2 years ago |
Ryan Wang
|
d623ac063a
|
docs: add lastModifyTime field description for post and singlePage related vo (#175)
为主题开发文档中关于文章和自定义页面的 VO 描述添加 lastModifyTime 字段。后端改动见:https://github.com/halo-dev/halo/pull/3101
/kind documentation
Fixes #169
```release-note
None
```
|
2 years ago |
Ryan Wang
|
55e5f60aee
|
docs: update documentation for Halo 2.2 (#174)
为 Halo 2.2 更新文档。
/kind documentation
```release-note
None
```
|
2 years ago |