Commit Graph

40 Commits

Author SHA1 Message Date
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
e57d33d369 docs: update tips for migration (#130)
在迁移文档增加站点需要 HTTPS 的提示。

/kind documentation

```release-note
None
```
2022-12-06 03:00:15 +00:00
Ryan Wang
fdad517e54 docs: add docker installation tips (#129)
在部署文档中添加安装 Docker 的提示。

/kind documentation

```release-note
None
```
2022-12-05 11:04:12 +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
Nova Kwok
987a9c9d3f Change mirror frontend URL from https://dl.halo.run to https://download.halo.run (#108)
Change mirror site frontend website to new address, shouldn't affect old download link such as `https://dl.halo.run/release/halo-1.3.0.jar`

Related post: https://nova.moe/halo-mirror-serverless/
Related repo: https://github.com/halo-sigs/halo-dl-api

```release-note
None
```
2022-11-14 14:06:14 +00:00
Ryan Wang
be858399ad docs: update versions for 1.6.0 1.5.5 2.0.0-alpha.2 (#100)
更新 Halo `1.6.0` `1.5.5` `2.0.0-alpha.2` 的版本号。

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

```release-note
None
```
2022-10-13 05:10:13 +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
99a14110b9 docs: provides Halo 2.0 online demo environment (#98)
提供 Halo 2.0 的在线演示环境。

/kind documentation

```release-note
None
```
2022-10-11 03:42:13 +00:00
603466551
7c5457c36f Update third-party.md (#93)
在极空间nas中使用docker搭建halo
2022-10-01 01:56:18 +00:00
Ryan Wang
f630eaeca6 docs: add a tip that cannot map halo to a domain subfolder (#90)
添加不能将 Halo 反向代理到域名子目录的提示。

/kind documentation

```release-note
None
```
2022-08-31 17:28:14 +00:00
YYplus
322ebdba54 fix: typo in backup-migration.md (#87)
```release-note
None
```
2022-08-09 07:42:19 +00:00
Kent Liao
bf0e4ee4f0 fix: linkTag example (#86)
methods:
* listTeams
* listTeamsByRandom

```release-note
None
```
2022-08-02 14:14:19 +00:00
vayci
e855ddac26 fix: photoTag listByTeam example (#84)
Fixes #85 

```release-note
None
```
2022-08-01 12:36:11 +00:00
Ryan Wang
3f900d0826 fix: docker-compose documentation about the mysql container configurations (#83)
Fixes halo-dev/halo#2257

see https://hub.docker.com/_/mysql

/kind documentation

```release-note
None
```

Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-07-20 10:01:50 +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
John Niang
e37e4e4a12 Refine pr.md to be clearer (#77)
* Refine contribution.md to be clearer

Signed-off-by: johnniang <johnniang@fastmail.com>

* Update pr.md in version-1.5.2 folder as well

Signed-off-by: johnniang <johnniang@fastmail.com>
2022-04-25 04:58:17 +00:00
Ryan Wang
a77813a3ac docs: improve docker compose documentations (#74)
* docs: improve docker-compose documentations

Signed-off-by: Ryan Wang <i@ryanc.cc>

* docs: improve docker-compose documentations

Signed-off-by: Ryan Wang <i@ryanc.cc>

* fix: redis network typo

Signed-off-by: Ryan Wang <i@ryanc.cc>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: John Niang <johnniang@fastmail.com>

* Update docs/getting-started/install/other/docker-compose.md

Co-authored-by: John Niang <johnniang@fastmail.com>

* Update versioned_docs/version-1.5.2/getting-started/install/other/docker-compose.md

Co-authored-by: John Niang <johnniang@fastmail.com>

* fix: halo_redis not in depends_on

Signed-off-by: Ryan Wang <i@ryanc.cc>

* fix: Docker-Compose -> Docker Compose

Signed-off-by: Ryan Wang <i@ryanc.cc>

* perf: add indentation to list block level content

Signed-off-by: Ryan Wang <i@ryanc.cc>

* perf: add indentation to list block level content

Signed-off-by: Ryan Wang <i@ryanc.cc>

Co-authored-by: John Niang <johnniang@fastmail.com>
2022-04-16 14:05:57 +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
d605271fcc docs: update markdown.md for Halo 1.5.x (#70)
* doc: update markdown document

Signed-off-by: Ryan Wang <i@ryanc.cc>

* docs: update markdown.md

Signed-off-by: Ryan Wang <i@ryanc.cc>

* docs: update markdown.md

Signed-off-by: Ryan Wang <i@ryanc.cc>

* docs: update markdown.md

Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-04-14 05:35:16 +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
dcf872a0dc docs: fix cases (#66)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-31 16:34:06 +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
00f21dbb78 docs: steps to add clear leveldb cache to upgrade documentation (#59)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-29 16:36:52 +00:00
Ryan Wang
163e387b9c doc: update intro.md (#55)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-23 14:19:50 +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
cnskis
1fd8794974 docs: update third-party.md (#49) 2022-03-19 15:24:40 +08:00
Ryan Wang
021c5ce149 doc: add tips for h2 console config (#48)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-14 17:32:41 +08:00
guqing
80fa7403fc fix: server compression config for gzip statics file (#47)
* fix: server compression config for gzip statics file
2022-03-09 12:09:14 +08:00
Ryan Wang
7e023448fc chore: use markdownlint and add pre commit hook (#41)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-14 15:34:33 +08:00
Lin
251729f565 fix: typo in page-variable.md (#38) 2022-02-14 11:37:12 +08:00
Ryan Wang
7993abe690 docs: add the way to get the category tree in the theme development documentation (#37)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-12 23:48:21 +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
210681e192 fix: error links in the three-party installation tutorial (#35)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-09 14:44:35 +08:00
daiyum
ae25c81c19 docs: fix links by team syntax error (#28) 2022-01-17 23:51:17 +08:00
Ryan Wang
9fbabe08fc docs: add demo site (#27) 2022-01-11 16:57:45 +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