Fix: update some docs (#608)

Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
This commit is contained in:
Jianbo Sun 2022-04-18 09:28:12 +08:00 committed by GitHub
parent 49b34fd994
commit 96d1dd88d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 27 additions and 17 deletions

View File

@ -138,6 +138,4 @@ Forward successfully! Opening browser ...
## Next
- [Component Observability](../../component-observability)
- [Data Pass Between Components ](../../workflow/component-dependency-parameter)
- [Multi-Cluster and Environment](../../../case-studies/multi-cluster)
- [Provision a Database and Import a SQL File for initialization](./provision-and-initiate-database)

View File

@ -111,3 +111,7 @@ Handling connection for 4000
![](https://kubevela-assets.oss-cn-beijing.aliyuncs.com/gifs/db-import-sql-sample-favorite-links.gif)
## Next
- [Secure your Database Connection](./secure-your-database-connection)
- [Provision an RDS instance with more than one database](./provision-an-RDS-instance-with-more-than-one-database)

View File

@ -64,5 +64,6 @@ Great! You have finished deploying your first KubeVela application, the simplest
## Next Step
* Learn how to do [Multi-Cluster App Delivery](../case-studies/multi-cluster), Components and traits are just the beginning of your vela sail, there're more powerful features around Policy and Workflow.
* Read from [the introduction](../) to learn more about the project.
* Learn how to do [Multi-Cluster Application Delivery](../case-studies/multi-cluster). Components and traits are just the beginning of your vela sail, there're more powerful features around Policy and Workflow.
* Refer to [VelaUX](../quick-start) for UI Console experience.

View File

@ -4,7 +4,7 @@ title: Core Concept
KubeVela revolves around cloud-native application delivery and management scenarios. The application delivery model behind it is [Open Application Model](../platform-engineers/oam/oam-model), or OAM for short. It describes various components and operational traits required for application as a unified, and infrastructure-independent "deployment plan". As a result, we can achieve standardized and efficient application delivery in a multi-cloud/hybrid-cloud environment. KubeVela includes the following core concepts:
![alt](../resources/oam-concept.jpg)
![alt](../resources/oam-concept.png)
## Application

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 KiB

View File

@ -214,7 +214,7 @@
},
"KubeVela works as an application delivery control plane that is fully decoupled from runtime infrastructure. It can deploy any workload types including containers, cloud services, databases, or even VM instances to any cloud or Kubernetes cluster, following the workflow designed by you.": {
"message": "KubeVela 本质上是一个与运行时基础设施无关的应用交付与管理控制平面。所以它可以按照你定义的工作流与策略,面向任何环境交付和管理任何应用组件,比如:容器、云函数、数据库,甚至网络和虚拟机实例等等。"
},
},
"KubeVela is a": {
"message": "KubeVela 是一个"
},
@ -230,12 +230,15 @@
"KubeVela is infrastructure agnostic, programmable, yet most importantly,": {
"message": "KubeVela 是基础设施无关的、可编程的,但最重要的是:"
},
"application-centric.": {
"application-centric,": {
"message": "它是完全以应用为中心的。"
},
".": {
"message": "."
},
" with rich out-of-box capabilities as addons based on it's extensibility.": {
"message": "得益于其可扩展性KubeVela 具备大量开箱即用的插件。"
},
"theme.SearchPage.documentsFound.plurals": {
"message": "One document found|{count} documents found",
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"

View File

@ -4,7 +4,7 @@ title: 核心概念
KubeVela 围绕着云原生应用交付和管理场景展开,背后的应用交付模型是 [Open Application Model](../platform-engineers/oam/oam-model),简称 OAM 其核心是将应用部署所需的所有组件和各项运维动作描述为一个统一的、与基础设施无关的“部署计划”进而实现在混合环境中标准化和高效率的应用交付。KubeVela 包括以下核心概念:
![alt](../resources/oam-concept.jpg)
![alt](../resources/oam-concept.png)
## 应用Application
@ -39,4 +39,4 @@ Kubernetes 集群描述它包括了集群通信密钥等信息Kubernetes
- 查看 [架构文档](./architecture),了解 KubeVela 的整体架构。
- 查看 [快速开始](../end-user/quick-start-cli),了解更多使用场景和最佳实践。
- 查看 [操作手册](../end-user/components/helm) to check out more features.
- 查看 [操作手册](../end-user/components/helm) 以便了解更多功能。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 KiB

View File

@ -4,7 +4,7 @@ title: 核心概念
KubeVela 围绕着云原生应用交付和管理场景展开,背后的应用交付模型是 [Open Application Model](../platform-engineers/oam/oam-model),简称 OAM 其核心是将应用部署所需的所有组件和各项运维动作描述为一个统一的、与基础设施无关的“部署计划”进而实现在混合环境中标准化和高效率的应用交付。KubeVela 包括以下核心概念:
![alt](../resources/oam-concept.jpg)
![alt](../resources/oam-concept.png)
## 应用Application
@ -39,4 +39,4 @@ Kubernetes 集群描述它包括了集群通信密钥等信息Kubernetes
- 查看 [架构文档](./architecture),了解 KubeVela 的整体架构。
- 查看 [快速开始](../end-user/quick-start-cli),了解更多使用场景和最佳实践。
- 查看 [操作手册](../end-user/components/helm) to check out more features.
- 查看 [操作手册](../end-user/components/helm) 以便了解更多功能。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 KiB

View File

@ -108,7 +108,8 @@ const WhatIs = () => (
<br />
<Translate>
KubeVela is infrastructure agnostic, programmable, yet most importantly,
</Translate><i> <Translate>application-centric.</Translate></i>
</Translate><i><b> <Translate>application-centric,</Translate></b></i><Translate> with rich out-of-box capabilities as addons based on it's extensibility.</Translate>
<br />
</small>
</p>
</div>

View File

@ -138,6 +138,4 @@ Forward successfully! Opening browser ...
## Next
- [Component Observability](../../component-observability)
- [Data Pass Between Components ](../../workflow/component-dependency-parameter)
- [Multi-Cluster and Environment](../../../case-studies/multi-cluster)
- [Provision a Database and Import a SQL File for initialization](./provision-and-initiate-database)

View File

@ -111,3 +111,7 @@ Handling connection for 4000
![](https://kubevela-assets.oss-cn-beijing.aliyuncs.com/gifs/db-import-sql-sample-favorite-links.gif)
## Next
- [Secure your Database Connection](./secure-your-database-connection)
- [Provision an RDS instance with more than one database](./provision-an-RDS-instance-with-more-than-one-database)

View File

@ -64,5 +64,6 @@ Great! You have finished deploying your first KubeVela application, the simplest
## Next Step
* Learn how to do [Multi-Cluster App Delivery](../case-studies/multi-cluster), Components and traits are just the beginning of your vela sail, there're more powerful features around Policy and Workflow.
* Read from [the introduction](../) to learn more about the project.
* Learn how to do [Multi-Cluster Application Delivery](../case-studies/multi-cluster). Components and traits are just the beginning of your vela sail, there're more powerful features around Policy and Workflow.
* Refer to [VelaUX](../quick-start) for UI Console experience.

View File

@ -4,7 +4,7 @@ title: Core Concept
KubeVela revolves around cloud-native application delivery and management scenarios. The application delivery model behind it is [Open Application Model](../platform-engineers/oam/oam-model), or OAM for short. It describes various components and operational traits required for application as a unified, and infrastructure-independent "deployment plan". As a result, we can achieve standardized and efficient application delivery in a multi-cloud/hybrid-cloud environment. KubeVela includes the following core concepts:
![alt](../resources/oam-concept.jpg)
![alt](../resources/oam-concept.png)
## Application

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 KiB