Skip to content

Commit 0cdf7fc

Browse files
committed
feat: deploy set as main
Signed-off-by: seven <zilisheng1996@gmail.com>
1 parent 1c9dab6 commit 0cdf7fc

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.github/workflows/page-site.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
directory: dist
2525
# Optional: Enable this if you want to have GitHub Deployments triggered
2626
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
27-
branch: master
27+
branch: main
28+
environment: production
2829

docs/.vitepress/theme/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:root {
2+
--vp-c-brand-1: #F89B40;
3+
}

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import DefaultTheme from 'vitepress/theme'
22
import {inBrowser, useData} from "vitepress";
33
import {watchEffect} from "vue";
4+
import './custom.css'
45

56
export default {
67
...DefaultTheme,

docs/index.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,24 @@ layout: home
44

55
hero:
66
name: "hostsless"
7-
text: "build your business without any physical hosts concerns"
8-
tagline: hostsless the feature
9-
7+
text: "Full life cycle cross providers serverless application management for your fast-growing business"
8+
tagline: Evolve the future with serverless
109

1110
features:
11+
- title: huawei cloud
12+
details: TBC
13+
- title: aliyun cloud
14+
details: TBC
15+
- title: tencent cloud
16+
details: Lorem ipsum dolor sit amet
17+
- title: openFunction
18+
details: tbc
19+
- title: aws
20+
details: tbc
21+
- title: .etc
22+
details: tbc
23+
24+
resources:
1225
- title: storage
1326
details: Lorem ipsum dolor sit amet
1427
- title: compute

0 commit comments

Comments
 (0)