Skip to content

Commit 2378372

Browse files
authored
Merge pull request #33 from devsapp/gwh/dipper
fix:react readme
2 parents 8fde79d + 6c1953e commit 2378372

15 files changed

Lines changed: 250 additions & 75 deletions

File tree

angular/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ Type: Project
33
Name: start-angular-cap
44
Provider:
55
- 阿里云
6-
Version: 0.0.5
6+
Version: 0.0.6
77
Description: 本案例将 Angular ,这一款优秀的前端 JS 框架示例,快速创建并部署到云原生应用开发平台 CAP。
88
HomePage: https://github.com/devsapp/start-website/tree/dipper/angular
99
Organization: 阿里云函数计算(FC)
1010
Effective: Public
1111
Tags:
1212
- 静态网站
13+
- Develop
1314
Category: 新手入门
1415
Service:
1516
函数计算:

angular/readme.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</description>
1111

1212

13-
## 前期准备
13+
## 资源准备
1414

1515
使用该项目,您需要有开通以下服务并拥有对应权限:
1616

@@ -41,7 +41,7 @@
4141

4242
<appcenter>
4343

44-
- :fire: 通过 [云原生应用开发平台 CAP](https://devs.console.aliyun.com/applications/create?template=start-angular-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/create?template=start-angular-cap) 该应用。
44+
- :fire: 通过 [云原生应用开发平台 CAP](https://cap.console.aliyun.com/template-detail?template=start-angular-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://cap.console.aliyun.com/template-detail?template=start-angular-cap) 该应用。
4545

4646
</appcenter>
4747
<deploy>
@@ -59,18 +59,37 @@ Angular 是谷歌开发的一款开源的 web 前端框架,诞生于 2009 年
5959

6060
</appdetail>
6161

62+
63+
64+
65+
66+
67+
6268
## 使用流程
6369

6470
<usedetail id="flushContent">
6571

6672
### 查看部署的应用
67-
本项目案例是 Angular 部署到阿里云 Serverless 平台(函数计算 FC),部署完成之后,您可以看到系统返回给您的案例地址。
73+
本项目案例是 Angular 部署到云原生应用开发平台 CAP,部署完成之后,您可以看到系统返回给您的案例地址。
74+
75+
![](https://img.alicdn.com/imgextra/i2/O1CN01W7bmjq1lwvQ5KJoZe_!!6000000004884-0-tps-1328-129.jpg)
6876

6977
此时,打开案例地址,就可以进入 Angular 默认的首页。
7078

7179
</usedetail>
7280

73-
## 注意事项
81+
## 二次开发指南
82+
83+
<development id="flushContent">
84+
85+
在初始化项目时,需要绑定代码仓库,CAP平台会自动配置代码仓库的Webhook。当仓库对应的分支有任何提交时,CAP平台会收到Webhook推送,并自动完成构建与部署。
86+
87+
您也可以通过云端控制台 webIDE 的开发功能进行二次开发。
88+
89+
</development>
90+
91+
92+
93+
94+
7495

75-
<matters id="flushContent">
76-
</matters>

angular/src/readme.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</description>
1111

1212

13-
## 前期准备
13+
## 资源准备
1414

1515
使用该项目,您需要有开通以下服务并拥有对应权限:
1616

@@ -41,7 +41,7 @@
4141

4242
<appcenter>
4343

44-
- :fire: 通过 [云原生应用开发平台 CAP](https://devs.console.aliyun.com/applications/create?template=start-angular-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/create?template=start-angular-cap) 该应用。
44+
- :fire: 通过 [云原生应用开发平台 CAP](https://cap.console.aliyun.com/template-detail?template=start-angular-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://cap.console.aliyun.com/template-detail?template=start-angular-cap) 该应用。
4545

4646
</appcenter>
4747
<deploy>
@@ -59,18 +59,37 @@ Angular 是谷歌开发的一款开源的 web 前端框架,诞生于 2009 年
5959

6060
</appdetail>
6161

62+
63+
64+
65+
66+
67+
6268
## 使用流程
6369

6470
<usedetail id="flushContent">
6571

6672
### 查看部署的应用
67-
本项目案例是 Angular 部署到阿里云 Serverless 平台(函数计算 FC),部署完成之后,您可以看到系统返回给您的案例地址。
73+
本项目案例是 Angular 部署到云原生应用开发平台 CAP,部署完成之后,您可以看到系统返回给您的案例地址。
74+
75+
![](https://img.alicdn.com/imgextra/i2/O1CN01W7bmjq1lwvQ5KJoZe_!!6000000004884-0-tps-1328-129.jpg)
6876

6977
此时,打开案例地址,就可以进入 Angular 默认的首页。
7078

7179
</usedetail>
7280

73-
## 注意事项
81+
## 二次开发指南
82+
83+
<development id="flushContent">
84+
85+
在初始化项目时,需要绑定代码仓库,CAP平台会自动配置代码仓库的Webhook。当仓库对应的分支有任何提交时,CAP平台会收到Webhook推送,并自动完成构建与部署。
86+
87+
您也可以通过云端控制台 webIDE 的开发功能进行二次开发。
88+
89+
</development>
90+
91+
92+
93+
94+
7495

75-
<matters id="flushContent">
76-
</matters>

docusaurus/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ Type: Project
33
Name: start-docusaurus-cap
44
Provider:
55
- 阿里云
6-
Version: 0.0.5
6+
Version: 0.0.6
77
Description: 本案例将 Docusaurus ,这一使用者广泛的网站生成器,快速创建并部署到云原生应用开发平台 CAP。
88
HomePage: https://github.com/devsapp/start-website/tree/dipper/docusaurus
99
Organization: 阿里云函数计算(FC)
1010
Effective: Public
1111
Tags:
1212
- 静态网站
1313
- Jamstack
14+
- Develop
1415
Category: Jamstack
1516
Service:
1617
函数计算:

docusaurus/readme.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</description>
1111

1212

13-
## 前期准备
13+
## 资源准备
1414

1515
使用该项目,您需要有开通以下服务并拥有对应权限:
1616

@@ -41,7 +41,7 @@
4141

4242
<appcenter>
4343

44-
- :fire: 通过 [云原生应用开发平台 CAP](https://devs.console.aliyun.com/applications/create?template=start-docusaurus-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/create?template=start-docusaurus-cap) 该应用。
44+
- :fire: 通过 [云原生应用开发平台 CAP](https://cap.console.aliyun.com/template-detail?template=start-docusaurus-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://cap.console.aliyun.com/template-detail?template=start-docusaurus-cap) 该应用。
4545

4646
</appcenter>
4747
<deploy>
@@ -65,22 +65,39 @@ Docusaurus 预设了响应式的布局,意味着你的文档网站将会在各
6565

6666
</appdetail>
6767

68+
69+
70+
71+
72+
73+
6874
## 使用流程
6975

7076
<usedetail id="flushContent">
7177

7278
### 查看部署的应用
73-
本项目案例是 docusaurus 部署到阿里云 Serverless 平台(函数计算 FC),部署完成之后,您可以看到系统返回给您的案例地址,例如:
79+
本项目案例是 docusaurus 部署到云原生应用开发平台 CAP,部署完成之后,您可以看到系统返回给您的案例地址,例如:
7480

75-
![图片alt](https://img.alicdn.com/imgextra/i1/O1CN010c3YHL1a0nGVe2ZyK_!!6000000003268-0-tps-1196-584.jpg)
81+
![图片alt](https://img.alicdn.com/imgextra/i1/O1CN01OqxhbQ1qpCp5FTAiy_!!6000000005544-0-tps-1331-124.jpg)
7682

7783
此时,打开案例地址,就可以进入 docusaurus 默认的首页:
7884

7985
![图片alt](https://img.alicdn.com/imgextra/i3/O1CN01SAgalQ1fW09cM1X7i_!!6000000004013-2-tps-1263-664.png)
8086

8187
</usedetail>
8288

83-
## 注意事项
89+
## 二次开发指南
90+
91+
<development id="flushContent">
92+
93+
在初始化项目时,需要绑定代码仓库,CAP平台会自动配置代码仓库的Webhook。当仓库对应的分支有任何提交时,CAP平台会收到Webhook推送,并自动完成构建与部署。
94+
95+
您也可以通过云端控制台 webIDE 的开发功能进行二次开发。
96+
97+
</development>
98+
99+
100+
101+
102+
84103

85-
<matters id="flushContent">
86-
</matters>

docusaurus/src/readme.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</description>
1111

1212

13-
## 前期准备
13+
## 资源准备
1414

1515
使用该项目,您需要有开通以下服务并拥有对应权限:
1616

@@ -41,7 +41,7 @@
4141

4242
<appcenter>
4343

44-
- :fire: 通过 [云原生应用开发平台 CAP](https://devs.console.aliyun.com/applications/create?template=start-docusaurus-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/create?template=start-docusaurus-cap) 该应用。
44+
- :fire: 通过 [云原生应用开发平台 CAP](https://cap.console.aliyun.com/template-detail?template=start-docusaurus-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://cap.console.aliyun.com/template-detail?template=start-docusaurus-cap) 该应用。
4545

4646
</appcenter>
4747
<deploy>
@@ -65,22 +65,39 @@ Docusaurus 预设了响应式的布局,意味着你的文档网站将会在各
6565

6666
</appdetail>
6767

68+
69+
70+
71+
72+
73+
6874
## 使用流程
6975

7076
<usedetail id="flushContent">
7177

7278
### 查看部署的应用
73-
本项目案例是 docusaurus 部署到阿里云 Serverless 平台(函数计算 FC),部署完成之后,您可以看到系统返回给您的案例地址,例如:
79+
本项目案例是 docusaurus 部署到云原生应用开发平台 CAP,部署完成之后,您可以看到系统返回给您的案例地址,例如:
7480

75-
![图片alt](https://img.alicdn.com/imgextra/i1/O1CN010c3YHL1a0nGVe2ZyK_!!6000000003268-0-tps-1196-584.jpg)
81+
![图片alt](https://img.alicdn.com/imgextra/i1/O1CN01OqxhbQ1qpCp5FTAiy_!!6000000005544-0-tps-1331-124.jpg)
7682

7783
此时,打开案例地址,就可以进入 docusaurus 默认的首页:
7884

7985
![图片alt](https://img.alicdn.com/imgextra/i3/O1CN01SAgalQ1fW09cM1X7i_!!6000000004013-2-tps-1263-664.png)
8086

8187
</usedetail>
8288

83-
## 注意事项
89+
## 二次开发指南
90+
91+
<development id="flushContent">
92+
93+
在初始化项目时,需要绑定代码仓库,CAP平台会自动配置代码仓库的Webhook。当仓库对应的分支有任何提交时,CAP平台会收到Webhook推送,并自动完成构建与部署。
94+
95+
您也可以通过云端控制台 webIDE 的开发功能进行二次开发。
96+
97+
</development>
98+
99+
100+
101+
102+
84103

85-
<matters id="flushContent">
86-
</matters>

dumi/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-dumi-cap
4-
Version: 0.0.5
4+
Version: 0.0.6
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: 本案例将 Dumi ,这一为 React 组件和库的开发者量身打造的文档生成器,快速创建并部署到云原生应用开发平台 CAP 。
88
HomePage: https://github.com/devsapp/start-website/tree/dipper/dumi
99
Tags: #标签详情
1010
- 模板
1111
- Serverless Devs
12+
- Develop
1213
Category: 新手入门 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
1314
Service: # 使用的服务
1415
函数计算: # 取值内容参考:https://api.devsapp.cn/v3/common/args.html

dumi/readme.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</description>
1111

1212

13-
## 前期准备
13+
## 资源准备
1414

1515
使用该项目,您需要有开通以下服务并拥有对应权限:
1616

@@ -41,7 +41,7 @@
4141

4242
<appcenter>
4343

44-
- :fire: 通过 [云原生应用开发平台 CAP](https://devs.console.aliyun.com/applications/create?template=start-dumi-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/create?template=start-dumi-cap) 该应用。
44+
- :fire: 通过 [云原生应用开发平台 CAP](https://cap.console.aliyun.com/template-detail?template=start-dumi-cap)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://cap.console.aliyun.com/template-detail?template=start-dumi-cap) 该应用。
4545

4646
</appcenter>
4747
<deploy>
@@ -67,27 +67,40 @@ Dumi 的灵活性表现在它支持多种文档格式,包括 Markdown 和 JSX
6767

6868
</appdetail>
6969

70+
71+
72+
73+
74+
75+
7076
## 使用流程
7177

7278
<usedetail id="flushContent">
7379

7480
### 查看部署的应用
75-
本项目案例是 dumi 部署到阿里云 Serverless 平台(函数计算 FC),部署完成之后,您可以看到系统返回给您的案例地址,例如:
81+
本项目案例是 dumi 部署到云原生应用开发平台 CAP,部署完成之后,您可以看到系统返回给您的案例地址,例如:
7682

77-
![图片alt](https://img.alicdn.com/imgextra/i3/O1CN01Jy0N4Z21BmOGYjobX_!!6000000006947-0-tps-1382-766.jpg)
83+
![图片alt](https://img.alicdn.com/imgextra/i1/O1CN01UOXuSL1N4prky0Oaj_!!6000000001517-0-tps-1298-127.jpg)
7884

7985
此时,打开案例地址,就可以进入 dumi 默认的首页:
8086

8187
![图片alt](https://img.alicdn.com/imgextra/i3/O1CN01TxWTvM1cUDwi4CjKn_!!6000000003603-0-tps-2730-1306.jpg)
8288

8389

84-
### 二次开发
90+
</usedetail>
91+
92+
## 二次开发指南
93+
94+
<development id="flushContent">
95+
96+
在初始化项目时,需要绑定代码仓库,CAP平台会自动配置代码仓库的Webhook。当仓库对应的分支有任何提交时,CAP平台会收到Webhook推送,并自动完成构建与部署。
97+
98+
您也可以通过云端控制台 webIDE 的开发功能进行二次开发。
99+
100+
</development>
101+
102+
85103

86-
您可以通过云端控制台的开发功能进行二次开发。如果您之前是在本地创建的项目案例,也可以在本地项目目录`website-dumi-v3`文件夹下,对项目进行二次开发。开发完成后,可以通过`s deploy`进行快速部署。
87104

88-
</usedetail>
89105

90-
## 注意事项
91106

92-
<matters id="flushContent">
93-
</matters>

0 commit comments

Comments
 (0)