Skip to content

Commit f723736

Browse files
committed
Replace placeholder text on the "What" page
This commit replaces the "Lorem Ipsum" placeholder text featured on the "What" page with actual content describing who creates and who uses operators.
1 parent eff5a2d commit f723736

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/what.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ <h2 class="of-heading of-heading--md">What is an Operator after all?</h2>
1919
<section class="of-section--largetext">
2020
<div class="of-section--largetext__item">
2121
<h2 class="of-heading of-heading--xl">Who's building Operators?</h2>
22-
<p class="of-section--largetext__content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nihil quia expedita, ea ipsum recusandae, consectetur tempora, fugit possimus autem suscipit laudantium. Fugit placeat eligendi iusto voluptate consequuntur ex consectetur. Alias? Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea quis mollitia est quas! Quasi ratione et culpa modi. Eligendi reprehenderit natus ducimus error pariatur eveniet incidunt earum iusto. Quasi, exercitationem!</p>
22+
<p class="of-section--largetext__content">Cluster Admins, Site Reliability Engineers, Software Engineers, and DevOps Engineers encapsulate their shared knowledge into an operator, offering a resilient and robust solution that manages an application in a native Kubernetes way available everywhere OLM is installed.</p>
2323
<a href="https://sdk.operatorframework.io/" class="of-button of-button--tertiary">Go to Operator SDK
2424
<svg class="of-button__icon" enable-background="new 0 0 22 22" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
2525
<path d="M19.5,8l-7.3-7.6c-0.4-0.4-1.1-0.4-1.5,0L9.3,1.8c-0.4,0.4-0.4,1.1,0,1.6l5.2,5.5H1.1C0.5,8.9,0,9.3,0,10V12 c0,0.6,0.5,1.1,1.1,1.1h13.5l-5.2,5.5c-0.4,0.4-0.4,1.1,0,1.6l1.4,1.5c0.4,0.4,1.1,0.4,1.5,0l9.4-9.9c0.4-0.4,0.4-1.1,0-1.6L19.5,8z "/>
2626
</svg>
2727
</a>
28-
<p class="large-text"><span>Persona, </span>
29-
<span>persona, </span>
30-
<span>persona.</span></p>
28+
<p class="large-text"><span>Developers, </span>
29+
<span>SREs, </span>
30+
<span>Admins.</span></p>
3131
</div>
3232
<div class="of-section--largetext__item">
3333
<h2 class="of-heading of-heading--xl">Who's using Operators</h2>
34-
<p class="of-section--largetext__content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nihil quia expedita, ea ipsum recusandae, consectetur tempora, fugit possimus autem suscipit laudantium. Fugit placeat eligendi iusto voluptate consequuntur ex consectetur. Alias? Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea quis mollitia est quas! Quasi ratione et culpa modi. Eligendi reprehenderit natus ducimus error pariatur eveniet incidunt earum iusto. Quasi, exercitationem!</p>
34+
<p class="of-section--largetext__content">Cluster Admins extend the Kubernetes API by installing an operator. Kubernetes Users with appropriate RBAC can then take advantage of these features by using the new APIs introduced by the operator. End Users may then interact directly with the applications installed by the operator.</p>
3535
<a href="https://www.operatorhub.io" class="of-button of-button--tertiary">Go to OperatorHub.io
3636
<svg class="of-button__icon" enable-background="new 0 0 22 22" version="1.1" viewBox="0 0 22 22" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
3737
<path d="M19.5,8l-7.3-7.6c-0.4-0.4-1.1-0.4-1.5,0L9.3,1.8c-0.4,0.4-0.4,1.1,0,1.6l5.2,5.5H1.1C0.5,8.9,0,9.3,0,10V12 c0,0.6,0.5,1.1,1.1,1.1h13.5l-5.2,5.5c-0.4,0.4-0.4,1.1,0,1.6l1.4,1.5c0.4,0.4,1.1,0.4,1.5,0l9.4-9.9c0.4-0.4,0.4-1.1,0-1.6L19.5,8z "/>
3838
</svg>
3939
</a>
40-
<p class="large-text"><span>Persona, </span>
41-
<span>persona, </span>
42-
<span>persona.</span></p></div>
40+
<p class="large-text"><span>Admins, </span>
41+
<span>Developers, </span>
42+
<span>Customers. </span></p></div>
4343
</section>
4444

4545
<section class="of-capability-content">

0 commit comments

Comments
 (0)