Commit Graph

36 Commits

Author SHA1 Message Date
Ryan Wang
9420d37857 chore: remove archived docs (#360)
考虑到此仓库的文档版本逐渐变多,会导致编译过慢,所以这个 PR 移除了 2.0-2.9 的历史版本,并将这些版本部署到了 https://v2.archive-docs.halo.run/

<img width="498" alt="image" src="https://github.com/halo-dev/docs/assets/21301288/64281dc1-28c0-4656-a2fc-10ccc050e2a7">

/kind improvement

```release-note
None
```
2024-05-28 11:27:08 +00:00
Ryan Wang
462340d454 fix: translations (#346) 2024-05-07 23:25:32 +08:00
Ryan Wang
846d6c3791 docs: update documentation for Halo 2.15 (#345)
为 Halo 2.15.0 更新文档。

/kind documentation

```release-note
None 
```
2024-04-30 08:14:06 +00:00
Ryan Wang
6e97f3724b docs: update documentation for Halo 2.14 (#334)
为 Halo 2.14.0 更新文档。

/kind documentation

```release-note
None 
```
2024-04-01 07:28:07 +00:00
Ryan Wang
7dd663136d docs: update documentation for Halo 2.13 (#321)
为 Halo 2.13.0 更新文档。

/kind documentation

```release-note
None 
```
2024-03-01 04:35:02 +00:00
Ryan Wang
d0ea59e6e2 docs: update documentation for Halo 2.12 (#306)
为 Halo 2.12.0 更新文档。

/kind documentation

```release-note
None 
```
2024-02-01 03:11:39 +00:00
Ryan Wang
7e8a8ecb0d docs: update documentation for Halo 2.11 (#283)
为 Halo 2.11.0 更新文档。

/kind documentation

```release-note
None 
```
2023-12-01 07:00:09 +00:00
Ryan Wang
ba0c62ef6b docs: update documentation for Halo 2.10 (#262)
为 Halo 2.10.0 更新文档。

/kind documentation

```release-note
None 
```
2023-10-10 04:40:27 +00:00
Ryan Wang
f1b641dc12 docs: update documentation for Halo 2.9 (#246)
为 Halo 2.9.0 更新文档。

/kind documentation

```release-note
None 
```
2023-09-01 03:48:12 +00:00
Ryan Wang
72c2ef8cc7 docs: update documentation for Halo 2.8 (#238)
为 Halo 2.8.0 更新文档。

/kind documentation

```release-note
None 
```
2023-08-01 06:40:35 +00:00
Ryan Wang
18bab50498 docs: update documentation for Halo 2.7 (#234)
为 Halo 2.7.0 更新文档。

/kind documentation

```release-note
None 
```
2023-06-30 05:08:11 +00:00
Ryan Wang
f9bbef1a63 chore: update site configs (#227)
1. 修改标题为 `Halo 文档`。
2. Sitemap 排除旧文档的索引,防止 Algolia 额度不够导致无法建索引。
3. 修改页面底部的 Copyright。
4. 修改底部的主题仓库为应用市场。


/kind improvement

```release-note
None
```
2023-06-07 09:57:22 +00:00
Ryan Wang
5d74edea8f docs: update documentation for Halo 2.6 (#222)
为 Halo 2.6 更新文档。

/kind documentation

```release-note
None
```
2023-06-01 07:43:14 +00:00
Ryan Wang
bc5fe02283 docs: docs: update documentation for Halo 2.5 (#212)
为 Halo 2.5 更新文档。

/kind documentation

```release-note
None
```
2023-04-28 03:50:17 +00:00
Ryan Wang
4edbf7e639 docs: update documentation for Halo 2.4 (#203)
为 Halo 2.4 更新文档。

/kind documentation

```release-note
None
```
2023-03-31 03:54:14 +00:00
Ryan Wang
a23ea5940f docs: update documentation for Halo 2.3 (#196)
为 Halo 2.3 更新文档。

/kind documentation

```release-note
None
```
2023-03-01 14:06:19 +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
Ryan Wang
ef03b0fbfb docs: update documentation for Halo 2.1 (#162)
为 Halo 2.1 更新文档。

see https://github.com/halo-dev/halo/releases/tag/v2.1.0

/kind documentation

```release-note
None
```
2023-01-03 07:56:36 +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
4921736046 refactor: document versioning structure (#99)
重构文档版本结构。

- 移除 1.5/1.4 相关所有 patch 版本的文档,使用 1.5/1.4 版本号代替。
- 创建 1.6 的文档版本。
- 后续针对 1.5 或者 1.6 的更新,可以直接对具体版本进行更改。

本打算使用 [@docusaurus/plugin-client-redirects](https://docusaurus.io/zh-CN/docs/api/plugins/@docusaurus/plugin-client-redirects) 做已删除的 patch 版本的重定向,旦可能不是很好满足匹配重定向的需求。~~所以在此 PR 合并之前我将通过 Nginx 对具体版本进行重定向转发~~。

比如:`/1.4.17/{path}` 重定向到 `/1.4/{path}`,`/1.5.4/{path}` `/1.5.3/{path}` 都从定向到 `/1.5/{path}`

/kind documentation
/cc @halo-dev/sig-docs 

> PS: 此 PR 未对新发布的 [1.6.0](https://github.com/halo-dev/halo/releases/tag/v1.6.0) [1.5.5](https://github.com/halo-dev/halo/releases/tag/v1.5.5) [2.0.0-alpha.2](https://github.com/halo-dev/halo/releases/tag/v2.0.0-alpha.2) 做修改,将在后续 PR 更改。

```release-note
None
```
2022-10-13 03:58:14 +00:00
Ryan Wang
95971a90df docs: documentation for Halo 2.0 (#92)
提供 Halo 2.0 的文档。

TODO list:

- [x] Halo 2.0 的配置文档
- [ ] ~~插件/主题开发的简要文档~~

```release-note
提供 Halo 2.0 的文档
```
2022-09-30 13:20:18 +00:00
Ryan Wang
2e421f26ab chore: bump docusaurus to 2.1.0 (#91)
升级 docusaurus 到 2.1.0

- https://github.com/facebook/docusaurus/releases/tag/v2.0.0
- https://github.com/facebook/docusaurus/releases/tag/v2.1.0

```release-note
none
```
2022-09-28 15:14:16 +00:00
Ryan Wang
331c29b3af release: create 1.5.4 version (#82)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-07-07 11:02:10 +00:00
Ryan Wang
eba654da79 release: create 1.5.3 version (#79)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-05-09 09:22:18 +00:00
Ryan Wang
f42f651081 chore: remove archived documentations (#72)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-04-14 07:49:17 +00:00
Ryan Wang
ddcfbeed36 release: create 1.5.2 version (#69)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-04-10 17:09:00 +08:00
Ryan Wang
c7fcd588f0 docs: remove tencent developer labs sidebar link (#67)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-04-04 08:14:03 +00:00
Ryan Wang
9c9185e681 release: create 1.5.1 version (#63)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-31 00:06:07 +08:00
Ryan Wang
75405a306d release: create 1.5.0 version (#54)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-23 13:01:57 +08:00
Ryan Wang
b64030c98f chore: bump docusaurus to beta 17 (#46)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-07 14:15:40 +08:00
Ryan Wang
ea16bf0046 chore: bump docusaurus to beta 16 (#44)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-26 12:08:00 +08:00
Ryan Wang
24b99c52a9 release: create 1.4.17 version (#26) 2022-01-11 13:56:08 +08:00
Ryan Wang
a5c242093b docs: remove sponsor doc (#24) 2022-01-07 20:52:24 +08:00
Ryan Wang
2986d23295 chore: update copyright to fit2cloud (#22) 2022-01-04 19:07:37 +08:00
Ryan Wang
8767974c17 chore(deps): upgrade docusaurus to beta.13 (#15) 2021-12-12 16:02:48 +08:00
Ryan Wang
ff334efd4e feat: add i18n 2021-10-05 14:50:31 +08:00