wrap sentence by p tag (#8785)
This commit is contained in:
committed by
k8s-ci-robot
parent
af522644be
commit
6ff5ca460f
@@ -36,8 +36,10 @@
|
|||||||
|
|
||||||
<div id='aboutWrapper'>
|
<div id='aboutWrapper'>
|
||||||
<div class="aboutsection" markdown="1">
|
<div class="aboutsection" markdown="1">
|
||||||
Kubernetes is an open source system for managing <a href="https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/">containerized applications</a> across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
|
<p>
|
||||||
The open source project is hosted by the Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>).
|
Kubernetes is an open source system for managing <a href="https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/">containerized applications</a> across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
|
||||||
|
The open source project is hosted by the Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>).
|
||||||
|
</p>
|
||||||
<div class="aboutcolumn" markdown="1">
|
<div class="aboutcolumn" markdown="1">
|
||||||
<a href="{{ "docs/imported/release/notes/" | relURL }}">Download Current Release</a>
|
<a href="{{ "docs/imported/release/notes/" | relURL }}">Download Current Release</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user