docs: update documentation for Halo 2.12 (#306)

为 Halo 2.12.0 更新文档。

/kind documentation

```release-note
None 
```
This commit is contained in:
Ryan Wang
2024-02-01 11:11:39 +08:00
committed by GitHub
parent 2ebc8ca714
commit d0ea59e6e2
165 changed files with 13474 additions and 254 deletions

View File

@@ -28,7 +28,7 @@ git checkout v2.4.0
```
:::tip
请务必按照以上要求切换到最新的 tag而不是直接使用 main 分支构建main 分支是我们的开发分支。此文档以 `2.11.0` 为例,查看最新的 tag 可使用 `git tag --column` 查看。
请务必按照以上要求切换到最新的 tag而不是直接使用 main 分支构建main 分支是我们的开发分支。此文档以 `2.12.0` 为例,查看最新的 tag 可使用 `git tag --column` 查看。
:::
## 构建 Console 和个人中心
@@ -57,7 +57,7 @@ pnpm build
## 构建 Fat Jar
构建之前需要修改 `gradle.properties` 中的 `version` 为当前 tag 的版本号,如:`version=2.11.0`
构建之前需要修改 `gradle.properties` 中的 `version` 为当前 tag 的版本号,如:`version=2.12.0`
```bash
cd path/to/halo
@@ -94,7 +94,7 @@ cd path/to/halo
```
```bash
docker build -t halo-dev/halo:2.11.0 .
docker build -t halo-dev/halo:2.12.0 .
```
```bash