Skip to content

Commit 3e4311b

Browse files
authored
Merge pull request #34 from devsapp/gwh/dipper
fix: add tags
2 parents 2378372 + d594063 commit 3e4311b

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

.github/workflows/publish_app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.10"
2626
- name: install s
2727
run: |
28-
npm i @serverless-devs/s -g
28+
npm i @serverless-devs/s@3.1.7-9e8d4182 -g
2929
- name: publish
3030
run: |
3131
python auto-publish.py

angular/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Type: Project
33
Name: start-angular-cap
44
Provider:
55
- 阿里云
6-
Version: 0.0.6
6+
Version: 0.0.7
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
- 静态网站
1313
- Develop
14+
- Angular
15+
- Node.js
1416
Category: 新手入门
1517
Service:
1618
函数计算:

docusaurus/publish.yaml

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

dumi/publish.yaml

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

react/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Type: Project
33
Name: start-react-cap
44
Provider:
55
- 阿里云
6-
Version: 0.0.6
6+
Version: 0.0.7
77
Description: 本案例将 React框架,快速创建并部署到云原生应用开发平台 CAP。其组件化、高性能和易于上手的特点,受到了广大开发者的喜爱和追捧。
88
HomePage: https://github.com/devsapp/start-website/tree/dipper/react
99
Organization: 阿里云函数计算(FC)
1010
Effective: Public
1111
Tags:
1212
- 静态网站
1313
- Develop
14+
- React
15+
- Node.js
1416
Category: 新手入门
1517
Service:
1618
函数计算:

vue/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Type: Project
33
Name: start-vue-cap
44
Provider:
55
- 阿里云
6-
Version: 0.0.6
6+
Version: 0.0.7
77
Description: 本案例将 Vue 框架示例快速创建并部署到云原生应用开发平台。其简洁的API、高效的性能和良好的生态系统,在前端开发领域得到了广泛的应用。
88
HomePage: https://github.com/devsapp/start-website/tree/dipper/vue
99
Organization: 阿里云函数计算(FC)
1010
Effective: Public
1111
Tags:
1212
- 静态网站
1313
- Develop
14+
- vue
15+
- Node.js
1416
Category: 新手入门
1517
Service:
1618
函数计算:

0 commit comments

Comments
 (0)