Commit Graph

15 Commits

Author SHA1 Message Date
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
d61ada31bc fix: description of container commands (#279)
修复关于容器参数的描述,从 2.1 之后不应该是**环境变量**

/kind documentation

```release-note
None
```
2023-11-25 02:58:07 +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
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
Ryan Wang
2acc48e6f9 docs: fix headings of nginxproxymanager.md (#230) 2023-06-19 16:20:09 +08: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
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
```
2023-03-01 03:46:19 +00:00
舒夏
b0e841bc4a Refine docker run command (#194)
```release-note
None
```
2023-03-01 03:44:24 +00:00
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
```
2023-02-27 07:32:16 +00:00
WinteWu
4d59c627c5 fix: nginx link error in docker-compose page (#186)
```release-note
None
```
2023-02-06 09:42:13 +00:00
Scott_N_Yang
a324a86fc3 docs: add documentation of traefik proxy (#172)
增加 Traefik 与 Halo 配合使用的文档

/kind documentation

```release-note
None
```
2023-02-03 16:32: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
55e5f60aee docs: update documentation for Halo 2.2 (#174)
为 Halo 2.2 更新文档。

/kind documentation

```release-note
None
```
2023-02-01 04:14:09 +00:00