mirror of https://github.com/crossplane/docs.git
Merge pull request #121 from negz/incubating
Refer to Crossplane as a 'CNCF Project' - no 'Sandbox'
This commit is contained in:
commit
c3e7be30b2
|
|
@ -37,7 +37,7 @@ stylesheet: community
|
||||||
<div id="cncf">
|
<div id="cncf">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<h2>Crossplane is a <span>Cloud Native Computing Foundation</span> sandbox project</h2>
|
<h2>Crossplane is a <span>Cloud Native Computing Foundation</span> project</h2>
|
||||||
<a href="{{ cncfLink }}">
|
<a href="{{ cncfLink }}">
|
||||||
<img class="img" src="{{ "/images/cncf.png" | relative_url }}" srcset="{{ "/images/cncf.png" | relative_url }} 1x, {{ "/images/cncf@2x.png" | relative_url }} 2x, {{ "/images/cncf@3x.png" | relative_url }} 3x" alt="CNCF logo" />
|
<img class="img" src="{{ "/images/cncf.png" | relative_url }}" srcset="{{ "/images/cncf.png" | relative_url }} 1x, {{ "/images/cncf@2x.png" | relative_url }} 2x, {{ "/images/cncf@3x.png" | relative_url }} 3x" alt="CNCF logo" />
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ stylesheet: index
|
||||||
alt="Stacks" id="stacksImg" />
|
alt="Stacks" id="stacksImg" />
|
||||||
<h2>Created to power a more open cloud</h2>
|
<h2>Created to power a more open cloud</h2>
|
||||||
<p>
|
<p>
|
||||||
We built Crossplane to help organizations build their clouds like the cloud vendors build theirs—with a control plane. Crossplane is a CNCF sandbox project which extends the Kubernetes
|
We built Crossplane to help organizations build their clouds like the cloud vendors build theirs—with a control plane. Crossplane is a CNCF project which extends the Kubernetes
|
||||||
API to manage and compose infrastructure. Operators can encapsulate policies, permissions, and other guardrails behind a custom API line generated by Crossplane while application developers
|
API to manage and compose infrastructure. Operators can encapsulate policies, permissions, and other guardrails behind a custom API line generated by Crossplane while application developers
|
||||||
can self-service from the API without needing to become an infrastructure expert.
|
can self-service from the API without needing to become an infrastructure expert.
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -143,7 +143,7 @@ stylesheet: index
|
||||||
<div>
|
<div>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<h2>Started by Upbound and adopted as a sandbox project by the cloud native community</h2>
|
<h2>Started by Upbound and adopted by the Cloud Native community</h2>
|
||||||
<div class="community-row">
|
<div class="community-row">
|
||||||
<div class="logo-wrapper">
|
<div class="logo-wrapper">
|
||||||
<img src="{{ "/images/upbound-logo.svg" | relative_url }}" alt="Upbound" />
|
<img src="{{ "/images/upbound-logo.svg" | relative_url }}" alt="Upbound" />
|
||||||
|
|
@ -256,7 +256,7 @@ stylesheet: index
|
||||||
<a href="{{ cncfLink }}">
|
<a href="{{ cncfLink }}">
|
||||||
<img class="img" src="{{ "/images/cncf.png" | relative_url }}" srcset="{{ "/images/cncf.png" | relative_url }} 1x, {{ "/images/cncf@2x.png" | relative_url }} 2x, {{ "/images/cncf@3x.png" | relative_url }} 3x" alt="CNCF logo" />
|
<img class="img" src="{{ "/images/cncf.png" | relative_url }}" srcset="{{ "/images/cncf.png" | relative_url }} 1x, {{ "/images/cncf@2x.png" | relative_url }} 2x, {{ "/images/cncf@3x.png" | relative_url }} 3x" alt="CNCF logo" />
|
||||||
</a>
|
</a>
|
||||||
<p>We are a Cloud Native Computing Foundation sandbox project.</p>
|
<p>We are a Cloud Native Computing Foundation project.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue