mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
fix index.js (#1380)
This commit is contained in:
+10
-6
@@ -93,13 +93,17 @@ const WhatIs = () => (
|
||||
<div className="col col--6">
|
||||
<h1><Translate>What is KubeVela?</Translate></h1>
|
||||
<p className="hero__subtitle">
|
||||
<small>
|
||||
<strong><Translate>For platform builders</Translate></strong>: <Translate>
|
||||
KubeVela serves as a framework that empowers them to create user friendly yet highly extensible platforms at ease
|
||||
<small>
|
||||
<strong><Translate>For platform builders</Translate></strong>: <Translate>
|
||||
KubeVela is a platform engine that empowers you to create developer-centric experience in robust, repeatable
|
||||
and extensible approach. Think about a plug-in that turns your Kubernetes cluster into a </Translate>
|
||||
<i>Heroku</i> <Translate> via
|
||||
abstractions designed by yourself.
|
||||
</Translate>
|
||||
<br />
|
||||
<strong><Translate>For developers</Translate></strong>: <Translate>
|
||||
such Application abstraction built with KubeVela will enable them to design and ship their applications to Kubernetes with minimal effort.
|
||||
<br />
|
||||
<br />
|
||||
<strong><Translate>For developers</Translate></strong>: <Translate>
|
||||
enjoy the abstractions built by platform team and manage applications with minimal effort.
|
||||
</Translate>
|
||||
</small>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user