File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ It has the following features:
27
27
28
28
* Maintain commonly used development templates and generate projects that meet enterprise-level code specifications with one click
29
29
30
- For more details please see: https://jzero.jaronnie.com /en . The English documentation is incomplete and is still being supplemented
30
+ For more details please see: https://docs. jzero.io /en . The English documentation is incomplete and is still being supplemented
31
31
32
32
## Install
33
33
@@ -80,12 +80,12 @@ go run main.go server
80
80
For more examples code please see: https://github.com/jzero-io/examples
81
81
82
82
Project Practice please see:
83
- * api frame: https://jzero.jaronnie.com /project/api.html
84
- * gateway frame: https://jzero.jaronnie.com /project/gateway.html
83
+ * api frame: https://docs. jzero.io /project/api.html
84
+ * gateway frame: https://docs. jzero.io /project/gateway.html
85
85
86
86
## Roadmap
87
87
88
- please see: https://jzero.jaronnie.com /roadmap/base.html
88
+ please see: https://docs. jzero.io /roadmap/base.html
89
89
90
90
## Contributors
91
91
Original file line number Diff line number Diff line change 16
16
17
17
* 将 jzero 应用部署在 [ Vercel] ( https://vercel.com ) , [ 模板仓库分支] ( https://github.com/jzero-io/templates/tree/api-vercel ) , [ 代码示例] ( https://github.com/jaronnie/go-serverless-vercel )
18
18
* 基于 git change 生成代码, 极大提升大型项目开发体验
19
- * 基于 jzero 的[ 后台管理系统] ( https://github.com/jzero-io/jzero-admin ) , [ 演示地址] ( https://demo .jzero-admin.jaronnie.com )
19
+ * 基于 jzero 的[ 后台管理系统] ( https://github.com/jzero-io/jzero-admin ) , [ 演示地址] ( https://admin .jzero.io )
20
20
21
21
中文 | [ ENGLISH] ( README-EN.md )
22
22
32
32
* 维护常用开发模板, 一键生成符合企业级代码规范的项目
33
33
* 所有配套工具链跨平台使用, 支持 windows/mac/linux
34
34
35
- 更多详情请参阅:https://jzero.jaronnie.com
35
+ 更多详情请参阅:https://docs. jzero.io
36
36
37
37
## 下载
38
38
@@ -85,16 +85,16 @@ go run main.go server
85
85
更多示例代码请参阅: https://github.com/jzero-io/examples
86
86
87
87
项目实战请参阅:
88
- * api 框架: https://jzero.jaronnie.com /project/api.html
89
- * gateway 框架: https://jzero.jaronnie.com /project/gateway.html
88
+ * api 框架: https://docs. jzero.io /project/api.html
89
+ * gateway 框架: https://docs. jzero.io /project/gateway.html
90
90
91
91
## 路线图
92
92
93
- 请参阅: https://jzero.jaronnie.com /roadmap/base.html
93
+ 请参阅: https://docs. jzero.io /roadmap/base.html
94
94
95
95
## 贡献者
96
96
97
- [ 贡献] ( https://jzero.jaronnie.com /guide/contribute )
97
+ [ 贡献] ( https://docs. jzero.io /guide/contribute.html )
98
98
99
99
<div >
100
100
<a href =" https://github.com/jzero-io/jzero/graphs/contributors " >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import sidebar from "./sidebar.js";
5
5
6
6
// @ts -ignore
7
7
export default hopeTheme ( {
8
- hostname : "https://jzero.jaronnie.com " ,
8
+ hostname : "https://docs. jzero.io " ,
9
9
10
10
author : {
11
11
name : "jaronnie" ,
You can’t perform that action at this time.
0 commit comments