Commit Graph

19 Commits

Author SHA1 Message Date
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
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
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
BugKing
3b43496f60 docs: recover FAQ in sidebar (#142)
在 PR #124 中误删了侧边栏的常见问题,现在重新添加回来。
```release-note
docs: recover FAQ in sidebar
```
2022-12-12 09:26:42 +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
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
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
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
002bdf3704 docs: add faq page (#32)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-11 15:01:51 +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
51e3a89374 release: create 1.4.16 version (#20) 2021-12-12 20:31:07 +08:00
Ryan Wang
65eee57a38 feat: support create versioning docs (#16) 2021-12-12 16:58:35 +08:00