Commit 3dbef87bda92c10ea55eeb75f503991df91041ea
1 parent
261639e3
chore: update chinese docs link
Showing
3 changed files
with
7 additions
and
7 deletions
docs/README.md
| @@ -62,7 +62,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins | @@ -62,7 +62,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins | ||
| 62 | 62 | ||
| 63 | ## Links | 63 | ## Links |
| 64 | - Documents | 64 | - Documents |
| 65 | - * [Chinese online document](https://ly525.github.io/luban-h5/zh/) | 65 | + * [Chinese online document](https://ly525.gitee.io/luban-h5/zh/) |
| 66 | * [English](https://ly525.github.io/luban-h5/en/getting-started/introduction.html) | 66 | * [English](https://ly525.github.io/luban-h5/en/getting-started/introduction.html) |
| 67 | 67 | ||
| 68 | - Source Code | 68 | - Source Code |
docs/zh/README.md
| @@ -34,14 +34,14 @@ git clone https://github.com/ly525/luban-h5 && cd luban-h5 | @@ -34,14 +34,14 @@ git clone https://github.com/ly525/luban-h5 && cd luban-h5 | ||
| 34 | # ./luban-h5.sh stop | 34 | # ./luban-h5.sh stop |
| 35 | ``` | 35 | ``` |
| 36 | 36 | ||
| 37 | -- 更多细节,请参照 [鲁班H5-在线文档](https://ly525.github.io/luban-h5/zh/) 的 [`快速开始`](https://ly525.github.io/luban-h5/zh/getting-started/quick-start.html) 章节,进行配置即可 | 37 | +- 更多细节,请参照 [鲁班H5-在线文档](https://ly525.gitee.io/luban-h5/zh/) 的 [`快速开始`](https://ly525.gitee.io/luban-h5/zh/getting-started/quick-start.html) 章节,进行配置即可 |
| 38 | 38 | ||
| 39 | -- 如果遇到接口 403 问题,请参照 [`快速开始`](https://ly525.github.io/luban-h5/zh/getting-started/quick-start.html) 章节,搜索关键字:403 即可 | 39 | +- 如果遇到接口 403 问题,请参照 [`快速开始`](https://ly525.gitee.io/luban-h5/zh/getting-started/quick-start.html) 章节,搜索关键字:403 即可 |
| 40 | 40 | ||
| 41 | ### 🔗Links/相关链接 | 41 | ### 🔗Links/相关链接 |
| 42 | | 源码 | 文档 | 教程 | 社区 | | 42 | | 源码 | 文档 | 教程 | 社区 | |
| 43 | | ------ | -------- | ------ | ------ | | 43 | | ------ | -------- | ------ | ------ | |
| 44 | -| [GitHub](https://github.com/ly525/luban-h5) | [中文文档](https://ly525.github.io/luban-h5/zh/) | [视频-快速开始(哔哩哔哩)](https://space.bilibili.com/121039466/channel/detail?cid=94066) | [中文社区/论坛](https://support.qq.com/product/93432) | 44 | +| [GitHub](https://github.com/ly525/luban-h5) | [中文文档](https://ly525.gitee.io/luban-h5/zh/) | [视频-快速开始(哔哩哔哩)](https://space.bilibili.com/121039466/channel/detail?cid=94066) | [中文社区/论坛](https://support.qq.com/product/93432) |
| 45 | | [Gitee (国内镜像)](https://gitee.com/ly525/luban-h5) | [English Docs](https://ly525.github.io/luban-h5/en/getting-started/introduction.html) | 自定义组件教程(WIP) | [Gitter](https://gitter.im/luban-h5/community) | | 45 | | [Gitee (国内镜像)](https://gitee.com/ly525/luban-h5) | [English Docs](https://ly525.github.io/luban-h5/en/getting-started/introduction.html) | 自定义组件教程(WIP) | [Gitter](https://gitter.im/luban-h5/community) | |
| 46 | | | [README(En)](./README.en.md) | [核心实现原理](https://juejin.im/post/5d6df27a6fb9a06b2d77eef9) | | | 46 | | | [README(En)](./README.en.md) | [核心实现原理](https://juejin.im/post/5d6df27a6fb9a06b2d77eef9) | | |
| 47 | 47 | ||
| @@ -76,7 +76,7 @@ git clone https://github.com/ly525/luban-h5 && cd luban-h5 | @@ -76,7 +76,7 @@ git clone https://github.com/ly525/luban-h5 && cd luban-h5 | ||
| 76 | 76 | ||
| 77 | 77 | ||
| 78 | ### 快速开始 | 78 | ### 快速开始 |
| 79 | -请参照 [鲁班H5-在线文档](https://ly525.github.io/luban-h5/zh/) 的 `快速开始` 章节 | 79 | +请参照 [鲁班H5-在线文档](https://ly525.gitee.io/luban-h5/zh/) 的 `快速开始` 章节 |
| 80 | 80 | ||
| 81 | 81 | ||
| 82 | ### 交流群 | 82 | ### 交流群 |
docs/zh/getting-started/quick-start.md
| @@ -102,7 +102,7 @@ cd back-end/h5-api && yarn && yarn dev | @@ -102,7 +102,7 @@ cd back-end/h5-api && yarn && yarn dev | ||
| 102 | cd front-end/h5 && yarn && yarn build:engine && yarn dev | 102 | cd front-end/h5 && yarn && yarn build:engine && yarn dev |
| 103 | ``` | 103 | ``` |
| 104 | - 按照提示,在浏览器中访问终端中提示的 URL 即可 | 104 | - 按照提示,在浏览器中访问终端中提示的 URL 即可 |
| 105 | -- 更多细节,请参照 [鲁班H5-在线文档](https://ly525.github.io/luban-h5/zh/) 的 [`快速开始`](https://ly525.github.io/luban-h5/zh/getting-started/quick-start.html) 章节,进行配置即可 | 105 | +- 更多细节,请参照 [鲁班H5-在线文档](https://ly525.gitee.io/luban-h5/zh/) 的 [`快速开始`](https://ly525.gitee.io/luban-h5/zh/getting-started/quick-start.html) 章节,进行配置即可 |
| 106 | 106 | ||
| 107 | 107 | ||
| 108 | ### 三、熟悉 Docker | 108 | ### 三、熟悉 Docker |
| @@ -122,7 +122,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins | @@ -122,7 +122,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins | ||
| 122 | 122 | ||
| 123 | # 安装完成之后 | 123 | # 安装完成之后 |
| 124 | # 1. visit :http://localhost:1234/admin,自定义配置账号密码,登录即可 | 124 | # 1. visit :http://localhost:1234/admin,自定义配置账号密码,登录即可 |
| 125 | -# 1.2 配置相关权限,文档参见:https://ly525.github.io/luban-h5/zh/getting-started/quick-start.html#%E5%90%8E%E7%AB%AF%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA | 125 | +# 1.2 配置相关权限,文档参见:https://ly525.gitee.io/luban-h5/zh/getting-started/quick-start.html#%E5%90%8E%E7%AB%AF%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA |
| 126 | 126 | ||
| 127 | # 2. 鲁班前端 | 127 | # 2. 鲁班前端 |
| 128 | # 2.1 宿主机访问 「鲁班前端」:localhost:1234, 即可看到鲁班的前端 | 128 | # 2.1 宿主机访问 「鲁班前端」:localhost:1234, 即可看到鲁班的前端 |