Fix: update some docs (#608)
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
|  | @ -138,6 +138,4 @@ Forward successfully! Opening browser ... | ||||||
| 
 | 
 | ||||||
| ## Next | ## Next | ||||||
| 
 | 
 | ||||||
| - [Component Observability](../../component-observability) | - [Provision a Database and Import a SQL File for initialization](./provision-and-initiate-database) | ||||||
| - [Data Pass Between Components ](../../workflow/component-dependency-parameter) |  | ||||||
| - [Multi-Cluster and Environment](../../../case-studies/multi-cluster) |  | ||||||
|  |  | ||||||
|  | @ -111,3 +111,7 @@ Handling connection for 4000 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
|  | ## 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) | ||||||
|  |  | ||||||
|  | @ -64,5 +64,6 @@ Great! You have finished deploying your first KubeVela application, the simplest | ||||||
| 
 | 
 | ||||||
| ## Next Step | ## 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. | * Refer to [VelaUX](../quick-start) for UI Console experience. | ||||||
|  | @ -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: | 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: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
| ## Application | ## Application | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| Before Width: | Height: | Size: 240 KiB | 
| After Width: | Height: | Size: 756 KiB | 
|  | @ -230,12 +230,15 @@ | ||||||
|   "KubeVela is infrastructure agnostic, programmable, yet most importantly,": { |   "KubeVela is infrastructure agnostic, programmable, yet most importantly,": { | ||||||
|     "message": "KubeVela 是基础设施无关的、可编程的,但最重要的是:" |     "message": "KubeVela 是基础设施无关的、可编程的,但最重要的是:" | ||||||
|   }, |   }, | ||||||
|   "application-centric.": { |   "application-centric,": { | ||||||
|     "message": "它是完全以应用为中心的。" |     "message": "它是完全以应用为中心的。" | ||||||
|   }, |   }, | ||||||
|   ".": { |   ".": { | ||||||
|     "message": "." |     "message": "." | ||||||
|   }, |   }, | ||||||
|  |   " with rich out-of-box capabilities as addons based on it's extensibility.": { | ||||||
|  |     "message": "得益于其可扩展性,KubeVela 具备大量开箱即用的插件。" | ||||||
|  |   }, | ||||||
|   "theme.SearchPage.documentsFound.plurals": { |   "theme.SearchPage.documentsFound.plurals": { | ||||||
|     "message": "One document found|{count} documents found", |     "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)" |     "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)" | ||||||
|  |  | ||||||
|  | @ -4,7 +4,7 @@ title: 核心概念 | ||||||
| 
 | 
 | ||||||
| KubeVela 围绕着云原生应用交付和管理场景展开,背后的应用交付模型是 [Open Application Model](../platform-engineers/oam/oam-model),简称 OAM ,其核心是将应用部署所需的所有组件和各项运维动作,描述为一个统一的、与基础设施无关的“部署计划”,进而实现在混合环境中标准化和高效率的应用交付。KubeVela 包括以下核心概念: | KubeVela 围绕着云原生应用交付和管理场景展开,背后的应用交付模型是 [Open Application Model](../platform-engineers/oam/oam-model),简称 OAM ,其核心是将应用部署所需的所有组件和各项运维动作,描述为一个统一的、与基础设施无关的“部署计划”,进而实现在混合环境中标准化和高效率的应用交付。KubeVela 包括以下核心概念: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
| ## 应用(Application) | ## 应用(Application) | ||||||
| 
 | 
 | ||||||
|  | @ -39,4 +39,4 @@ Kubernetes 集群描述,它包括了集群通信密钥等信息,Kubernetes  | ||||||
| 
 | 
 | ||||||
| - 查看 [架构文档](./architecture),了解 KubeVela 的整体架构。 | - 查看 [架构文档](./architecture),了解 KubeVela 的整体架构。 | ||||||
| - 查看 [快速开始](../end-user/quick-start-cli),了解更多使用场景和最佳实践。 | - 查看 [快速开始](../end-user/quick-start-cli),了解更多使用场景和最佳实践。 | ||||||
| - 查看 [操作手册](../end-user/components/helm) to check out more features. | - 查看 [操作手册](../end-user/components/helm) 以便了解更多功能。 | ||||||
| Before Width: | Height: | Size: 247 KiB | 
| After Width: | Height: | Size: 722 KiB | 
|  | @ -4,7 +4,7 @@ title: 核心概念 | ||||||
| 
 | 
 | ||||||
| KubeVela 围绕着云原生应用交付和管理场景展开,背后的应用交付模型是 [Open Application Model](../platform-engineers/oam/oam-model),简称 OAM ,其核心是将应用部署所需的所有组件和各项运维动作,描述为一个统一的、与基础设施无关的“部署计划”,进而实现在混合环境中标准化和高效率的应用交付。KubeVela 包括以下核心概念: | KubeVela 围绕着云原生应用交付和管理场景展开,背后的应用交付模型是 [Open Application Model](../platform-engineers/oam/oam-model),简称 OAM ,其核心是将应用部署所需的所有组件和各项运维动作,描述为一个统一的、与基础设施无关的“部署计划”,进而实现在混合环境中标准化和高效率的应用交付。KubeVela 包括以下核心概念: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
| ## 应用(Application) | ## 应用(Application) | ||||||
| 
 | 
 | ||||||
|  | @ -39,4 +39,4 @@ Kubernetes 集群描述,它包括了集群通信密钥等信息,Kubernetes  | ||||||
| 
 | 
 | ||||||
| - 查看 [架构文档](./architecture),了解 KubeVela 的整体架构。 | - 查看 [架构文档](./architecture),了解 KubeVela 的整体架构。 | ||||||
| - 查看 [快速开始](../end-user/quick-start-cli),了解更多使用场景和最佳实践。 | - 查看 [快速开始](../end-user/quick-start-cli),了解更多使用场景和最佳实践。 | ||||||
| - 查看 [操作手册](../end-user/components/helm) to check out more features. | - 查看 [操作手册](../end-user/components/helm) 以便了解更多功能。 | ||||||
| Before Width: | Height: | Size: 247 KiB | 
| After Width: | Height: | Size: 722 KiB | 
|  | @ -108,7 +108,8 @@ const WhatIs = () => ( | ||||||
|               <br /> |               <br /> | ||||||
|               <Translate> |               <Translate> | ||||||
|                 KubeVela is infrastructure agnostic, programmable, yet most importantly, |                 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> |             </small> | ||||||
|           </p> |           </p> | ||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
|  | @ -138,6 +138,4 @@ Forward successfully! Opening browser ... | ||||||
| 
 | 
 | ||||||
| ## Next | ## Next | ||||||
| 
 | 
 | ||||||
| - [Component Observability](../../component-observability) | - [Provision a Database and Import a SQL File for initialization](./provision-and-initiate-database) | ||||||
| - [Data Pass Between Components ](../../workflow/component-dependency-parameter) |  | ||||||
| - [Multi-Cluster and Environment](../../../case-studies/multi-cluster) |  | ||||||
|  |  | ||||||
|  | @ -111,3 +111,7 @@ Handling connection for 4000 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
|  | ## 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) | ||||||
|  |  | ||||||
|  | @ -64,5 +64,6 @@ Great! You have finished deploying your first KubeVela application, the simplest | ||||||
| 
 | 
 | ||||||
| ## Next Step | ## 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. | * Refer to [VelaUX](../quick-start) for UI Console experience. | ||||||
|  | @ -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: | 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: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
| ## Application | ## Application | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
| Before Width: | Height: | Size: 240 KiB | 
| After Width: | Height: | Size: 756 KiB |