mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-28 01:09:02 +08:00
重构文档版本结构。 - 移除 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 ```
26 lines
561 B
Markdown
26 lines
561 B
Markdown
---
|
|
title: 资源下载
|
|
description: 目前所有与 Halo 相关的下载地址
|
|
---
|
|
|
|
## GitHub
|
|
|
|
:::note
|
|
如果您的服务器在海外,推荐从 GitHub 下载。
|
|
:::
|
|
|
|
- [运行包](https://github.com/halo-dev/halo/releases)
|
|
- [配置文件](https://github.com/halo-dev/halo-common)
|
|
|
|
## 官方镜像源
|
|
|
|
- [https://dl.halo.run](https://dl.halo.run)
|
|
|
|
此镜像源由 [Nova Kwok](https://nova.moe/) 提供并维护。
|
|
|
|
## 三方镜像源
|
|
|
|
- [https://halo.cary.tech](https://halo.cary.tech)
|
|
|
|
此镜像源由 [新逸Cary](https://blog.xinac.cn) 提供并维护。
|