Merge pull request #638 from barnettZQG/newdoc
Fix: fix the error of link path
This commit is contained in:
commit
639f6f0b70
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Introduction
|
title: Introduction
|
||||||
slug: /
|
slug: /
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## What is KubeVela?
|
## What is KubeVela?
|
||||||
|
|
@ -34,8 +33,7 @@ Using KubeVela, software teams can build cloud native applications per needs as
|
||||||
|
|
||||||
KubeVela is a continuous delivery platform that works at downstream of your CI process. So you will reuse the CI process you already adopted, and KubeVela will take over CD process by empowering it with modern application delivery best practices, such as hybrid/multi-cloud promotion workflow, unified cloud resource provision/binding, and much more. KubeVela is fully declarative by design, it natively supports GitOps if you want.
|
KubeVela is a continuous delivery platform that works at downstream of your CI process. So you will reuse the CI process you already adopted, and KubeVela will take over CD process by empowering it with modern application delivery best practices, such as hybrid/multi-cloud promotion workflow, unified cloud resource provision/binding, and much more. KubeVela is fully declarative by design, it natively supports GitOps if you want.
|
||||||
|
|
||||||
> Feel free to check the [Integrating with Jenkins](../tutorials/jenkins) or [GitOps](../case-studies/gitops) documentation for more details.
|
> Feel free to check the [Integrating with Jenkins](./tutorials/jenkins) or [GitOps](./case-studies/gitops) documentation for more details.
|
||||||
|
|
||||||
|
|
||||||
### KubeVela vs. GitOps (ArgoCD, FluxCD, etc.)
|
### KubeVela vs. GitOps (ArgoCD, FluxCD, etc.)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ KubeVela 是一个工作在 CI 流程下游的 CD 控制平面(Continuous Deli
|
||||||
|
|
||||||
如果你已经在 CD 环节中采纳了 GitOps 实践,KubeVela 会更容易跟你的 CI/CD 系统集成,因为 KubeVela 是完全声明式的。只需要把 KubeVela 的应用部署描述文件放置在你的配置仓库当中,所有的 KubeVela 特性(包括声明式交付工作流、多云/多集群交付流程等)就会立刻在你 的 GitOps 流程中出现。
|
如果你已经在 CD 环节中采纳了 GitOps 实践,KubeVela 会更容易跟你的 CI/CD 系统集成,因为 KubeVela 是完全声明式的。只需要把 KubeVela 的应用部署描述文件放置在你的配置仓库当中,所有的 KubeVela 特性(包括声明式交付工作流、多云/多集群交付流程等)就会立刻在你 的 GitOps 流程中出现。
|
||||||
|
|
||||||
> 欢迎查阅用户手册来了解更多关于 KubeVela 与[各类 CI/CD 系统](../tutorials/jenkins)以及 [GitOps](../case-studies/gitops) 模式协作的实践.
|
> 欢迎查阅用户手册来了解更多关于 KubeVela 与[各类 CI/CD 系统](./tutorials/jenkins)以及 [GitOps](./case-studies/gitops) 模式协作的实践.
|
||||||
|
|
||||||
### KubeVela vs. GitOps ( 如 ArgoCD,FluxCD 等)
|
### KubeVela vs. GitOps ( 如 ArgoCD,FluxCD 等)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ KubeVela 是一个工作在 CI 流程下游的 CD 控制平面(Continuous Deli
|
||||||
|
|
||||||
如果你已经在 CD 环节中采纳了 GitOps 实践,KubeVela 会更容易跟你的 CI/CD 系统集成,因为 KubeVela 是完全声明式的。只需要把 KubeVela 的应用部署描述文件放置在你的配置仓库当中,所有的 KubeVela 特性(包括声明式交付工作流、多云/多集群交付流程等)就会立刻在你 的 GitOps 流程中出现。
|
如果你已经在 CD 环节中采纳了 GitOps 实践,KubeVela 会更容易跟你的 CI/CD 系统集成,因为 KubeVela 是完全声明式的。只需要把 KubeVela 的应用部署描述文件放置在你的配置仓库当中,所有的 KubeVela 特性(包括声明式交付工作流、多云/多集群交付流程等)就会立刻在你 的 GitOps 流程中出现。
|
||||||
|
|
||||||
> 欢迎查阅用户手册来了解更多关于 KubeVela 与[各类 CI/CD 系统](../tutorials/jenkins)以及 [GitOps](../case-studies/gitops) 模式协作的实践.
|
> 欢迎查阅用户手册来了解更多关于 KubeVela 与[各类 CI/CD 系统](./tutorials/jenkins)以及 [GitOps](./case-studies/gitops) 模式协作的实践.
|
||||||
|
|
||||||
### KubeVela vs. GitOps ( 如 ArgoCD,FluxCD 等)
|
### KubeVela vs. GitOps ( 如 ArgoCD,FluxCD 等)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Introduction
|
title: Introduction
|
||||||
slug: /
|
slug: /
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## What is KubeVela?
|
## What is KubeVela?
|
||||||
|
|
@ -34,8 +33,7 @@ Using KubeVela, software teams can build cloud native applications per needs as
|
||||||
|
|
||||||
KubeVela is a continuous delivery platform that works at downstream of your CI process. So you will reuse the CI process you already adopted, and KubeVela will take over CD process by empowering it with modern application delivery best practices, such as hybrid/multi-cloud promotion workflow, unified cloud resource provision/binding, and much more. KubeVela is fully declarative by design, it natively supports GitOps if you want.
|
KubeVela is a continuous delivery platform that works at downstream of your CI process. So you will reuse the CI process you already adopted, and KubeVela will take over CD process by empowering it with modern application delivery best practices, such as hybrid/multi-cloud promotion workflow, unified cloud resource provision/binding, and much more. KubeVela is fully declarative by design, it natively supports GitOps if you want.
|
||||||
|
|
||||||
> Feel free to check the [Integrating with Jenkins](../tutorials/jenkins) or [GitOps](../case-studies/gitops) documentation for more details.
|
> Feel free to check the [Integrating with Jenkins](./tutorials/jenkins) or [GitOps](./case-studies/gitops) documentation for more details.
|
||||||
|
|
||||||
|
|
||||||
### KubeVela vs. GitOps (ArgoCD, FluxCD, etc.)
|
### KubeVela vs. GitOps (ArgoCD, FluxCD, etc.)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -536,4 +536,4 @@
|
||||||
"id": "version-v1.3/developers/references/devex/faq"
|
"id": "version-v1.3/developers/references/devex/faq"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue