Skip to content

Commit

Permalink
feat: update docs page
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Sep 24, 2024
1 parent 8bfce74 commit 863ed05
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
6 changes: 4 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
['meta', {name: 'description', content: descZh}],
['meta', {
name: 'keywords',
content: 'ServerlessInsight, serverless, serverless insight, 无服务器, serverless architecture, Serverless应用开发, Serverless应用部署,Serverless应用运维, 无服务器架构, 极客范,geekfun, 极客范开源社区, 开源软件, 软件可持续性,可持续软件项目'
content: 'ServerlessInsight, serverless 平台,serverless framework, 跨云 serverless 管理, serverless 应用开发, serverless 全生命周期管理, 基础设施即代码, ServerlessInsight 特性, 无服务器架构, Serverless Insight, 跨供应商 serverless 管理, 多云 serverless 部署, 极客范开源社区, serverless 开发工具, 云原生开发, 无服务器应用部署, 开源 serverless 软件, serverless CI/CD 集成, 开源 serverless 项目, 云原生 serverless 最佳实践, serverless 微服务架构, serverless 实时数据处理, API 后端 serverless 框架, serverless 事件驱动架构, 可持续软件开发,极客范,geekfun',
}],
['meta', {property: 'og:title', content: titleZh}],
['meta', {property: 'og:description', content: descZh}],
Expand Down Expand Up @@ -55,7 +55,9 @@ export default defineConfig({
],

socialLinks: [
{icon: 'github', link: 'https://github.com/geek-fun/serverlessinsight'}
{icon: 'github', link: 'https://github.com/geek-fun/serverlessinsight'},
{icon: 'twitter', link: 'https://x.com/Blankll31075'},
{icon: 'youtube', link: 'https://www.youtube.com/@geekfun-club'}
]
},
},
Expand Down
15 changes: 9 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ hero:
link: https://github.com/geek-fun/serverlessinsight

features:
- title: 阿里云
details: TBC
- title: 华为云
details: TBC
- title: 腾讯云
details: Lorem ipsum dolor sit amet
- title: 基础设施即代码
details: 通过ServerlessInsight,开发者只需要在`serverlessinsight.yml`中定义Serverless应用的资源,ServerlessInsight会自动根据定义的资源生成对应的Serverless应用代码,无需开发者手动申请或创建资源,提升开发效率。

- title: 全生命周期管理
details: ServerlessInsight提供了全生命周期的Serverless应用管理,包括开发、部署、监控、调优等功能,帮助您快速构建Serverless应用,提升开发效率,降低运维成本。
- title: 跨云供应商
details: ServerlessInsight支持多个Serverless供应商,包括阿里云、华为云、腾讯云等,帮助您更好的选择Serverless供应商,降低供应商锁定风险。
- title: 开放生态
details: ServerlessInsight坚持开源开放,且第一方也提供了丰富且通用的cli,无任何对特定CI/CD工具的依赖,方便您快速集成到现有的开发工具链中,提升开发效率。

---
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ServerlessInsight支持多个Serverless供应商,包括阿里云、华为云

### 开放生态

ServerlessInsight提供了丰富且通用的cli,无任何对特定CI/CD工具的依赖,方便您快速集成到现有的开发工具链中,提升开发效率。
ServerlessInsight坚持开源开放,且第一方也提供了丰富且通用的cli,无任何对特定CI/CD工具的依赖,方便您快速集成到现有的开发工具链中,提升开发效率。

## ServerlessInsight架构于原理

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hostsless-site",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 863ed05

Please sign in to comment.