Commit Graph

36 Commits

Author SHA1 Message Date
Ryan Wang
5e15e35b29 fix: broken links (#302)
修复引用的 https://www.halo.run/archives/halo-and-webp 链接地址。

/kind documentation

```release-note
None
```
2024-01-02 02:50:12 +00:00
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
```
2024-01-02 02:38:12 +00:00
Ryan Wang
d80d49e1ac docs: remove oneinstack related documentations (#275)
移除 OneinStack 相关文档,目前 OneinStack 已经完全无法使用。

https://oneinstack.com/

```release-note
None
```
2023-11-07 07:45:28 +00:00
Ryan Wang
6446098581 fix: broken links (#266)
修复所有文档的错误链接。

/kind documentation

```release-note
None
```
2023-10-23 08:51:29 +00:00
Ryan Wang
0abd6612d8 docs: add security notice for oneinstack (#261)
添加关于 OneinStack 的安全性提示。

/kind documentation

```release-note
None
```
2023-10-13 03:36:11 +00:00
Ryan Wang
58b41335e1 docs: lock postgres version in docker compose example (#257)
固定 Docker Compose 文档中 postgres 的版本,防止使用 latest 标签导致跨版本不兼容。

/kind documentation

```release-note
None
```
2023-09-19 06:52:21 +00:00
TnZzZHlp
4a59d44091 fix: typos in plugin docs (#254) 2023-09-09 10:14:14 +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
2acc48e6f9 docs: fix headings of nginxproxymanager.md (#230) 2023-06-19 16:20:09 +08:00
Ryan Wang
b3382b0170 docs: fix typos and word case (#226)
修正部分单词错误和写法错误。

/kind improvement

```release-note
None
```
2023-06-07 06:25:23 +00:00
Ryan Wang
96feaf5631 typo: fix typo in the description of external url (#202)
修正 Docker 参数 `halo.external-url` 描述中的错别字。

/kind documentation

```release-note
None 
```
2023-03-28 09:18:12 +00:00
Li
4fdea96f09 docs: add a tip for default admin username and password for development environment (#192)
添加开发环境下初始管理员用户名和密码的提示

/kind documentation

Fixes #188 

```release-note
None
```
2023-02-27 14:08:17 +00:00
Ryan Wang
e89334a6b4 docs: add documentation for custom template tag (#179)
添加 Halo 为 Thymeleaf 提供的 Halo 专有标签的文档。

/kind documentation

Fixes #160 

```release-note
None
```
2023-02-03 08:08:11 +00:00
Ryan Wang
6f8b67c9f0 docs: add documentation for template engine global variables (#180)
添加 Halo 为模板引擎提供的全局变量的文档。

/kind documentation

Fixes #161 

```release-note
None
```
2023-02-03 06:58:11 +00:00
Ryan Wang
b8a50b78b6 docs: remove version tips (#183)
Fixes #182 

/kind documentation

```release-note
None
```
2023-02-03 06:48:11 +00:00
Ryan Wang
bf412ac04e docs: add documentation for update docker image to upgrade halo (#177)
添加更新 Docker 镜像的文档。

/kind documentation

Fixes #150 

```release-note
None
```
2023-02-02 03:14:10 +00:00
Ryan Wang
922502a9d3 docs: add tips of console proxy (#178)
在开发环境文档中添加 Console 代理的提示。

/kind documentation

```release-note
None
```
2023-02-01 08:02:10 +00:00
Ryan Wang
96ca3e2c50 docs: update documentation for migrate from Halo 1.x (#171)
Halo 1.5 / 1.6 的迁移插件已经更新:https://github.com/halo-sigs/plugin-migrate/releases/tag/v1.1.0

同步修改使用文档。

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

/kind documentation

```release-note
None
```
2023-01-30 06:38:12 +00:00
Ryan Wang
91683d445a docs: bump mysql version to 8.0.31 for docker documentation (#167)
将 Docker Compose 文档中的 MySQL 版本升级到 8.0.31 以支持 Arm 架构的机器。

/kind documentation

Fixes #135 

```release-note
None
```
2023-01-06 03:16:38 +00:00
Ryan Wang
8c3d6d097e fix: wrong example of contributor finder api (#166)
修复关于 Contributor 的 Finder API 示例错误的问题。

/kind documentation

Fixes #158 

```release-note
None
```
2023-01-05 15:40:37 +00:00
Alanrah
c1bc43a686 docs: remove the "Internal members can access" option from the post's usage documentation (#155)
halo2.0目前从issue得知,并未实现“内部成员可访问”可见性控制,和文档docs不同步

```release-note
None
```
2022-12-26 10:38:30 +00:00
RalstonLiu
1416be911c docs: add documentation for use with Nginx Proxy Manager (#149)
添加nginxproxymanager的文档,之前PR关闭了

```release-note
None
```
2022-12-26 02:50:32 +00:00
BugKing
2ec6fbb8af Fix illustration for uninstalling plugins (#152)
```release-note
fix: 卸载插件配图错误
````

Fixes #151
2022-12-22 07:32:29 +00:00
Ryan Wang
f11892ec27 docs: update documentation for Halo 2.0.2 (#148)
为 [Halo 2.0.2](https://github.com/halo-dev/halo/releases/tag/v2.0.2) 更新版本号。

/kind documentation

```release-note
None
```
2022-12-16 16:36:18 +00:00
Ryan Wang
6bcbab1855 docs: update documentation for pull request contribution (#147)
更新 Pull Request 贡献指南。

/kind documentation

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

```release-note
None
```
2022-12-16 03:44:34 +00:00
Ryan Wang
dcb7a89b82 docs: add description of the docker environment variable (#137)
为部署文档提供 Docker 环境变量的解释。

/kind documentation

```release-note
None
```
2022-12-16 03:42:41 +00:00
BugKing
039159dfc0 docs: add password resetting section in FAQ (#145)
```release-note
docs: add password resetting section in FAQ
```

在 FAQ 中增加忘记密码处理相关内容。
2022-12-15 16:13:15 +00:00
Ryan Wang
ec3cba41cf docs: add documentation about compilation (#138)
提供自编译可执行 JAR 和 Docker 镜像的文档。

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

/kind documentation

```release-note
None
```
2022-12-13 13:38:46 +00:00
Simple-Stark
39d34fbea6 docs: improve the developer run guide (#139)
针对 WIndows 平台优化开发者运行的文档。

/kind documentation

```release-note
None
```
2022-12-12 04:04:22 +00:00
Ryan Wang
1d43c93f49 feat: improve the quick start section of the introduction (#136)
更新介绍文档中快速开始的命令,提供初始管理员账号和外部访问链接的环境变量设置。

/kind documentation

```release-note
None
```
2022-12-09 04:02:14 +00:00
Ryan Wang
749083c815 docs: remove third-party document (#134)
移除三方安装指南,目前已经不适用于 Halo 2.0

/kind documentation

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

```release-note
None
```
2022-12-08 06:50:11 +00:00
Ryan Wang
36a4db6796 docs: refine the field descriptions of the theme VO (#133)
完善主题开发文档关于 VO 字段的描述。

/kind documentation

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

```release-note
None
```
2022-12-08 04:54:10 +00:00
Ryan Wang
2ed9998d8a docs: update documentation for Halo 2.0.1 (#132)
为 [Halo 2.0.1](https://github.com/halo-dev/halo/releases/tag/v2.0.1) 更新版本号。

/kind documentation

```release-note
None
```
2022-12-07 10:00:54 +00:00
Ryan Wang
e57d33d369 docs: update tips for migration (#130)
在迁移文档增加站点需要 HTTPS 的提示。

/kind documentation

```release-note
None
```
2022-12-06 03:00:15 +00:00
Ryan Wang
fdad517e54 docs: add docker installation tips (#129)
在部署文档中添加安装 Docker 的提示。

/kind documentation

```release-note
None
```
2022-12-05 11:04:12 +00:00
Ryan Wang
5c76928800 chore: set 2.0 is latest version (#127)
将 2.0 版本的文档设置为最新的文档。同时保留 /2.0.0-SNAPSHOT/

/kind documentation

```release-note
None
```
2022-12-01 01:49:52 +00:00