Commit Graph

6 Commits

Author SHA1 Message Date
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
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
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