Skip to content

Commit 5c86829

Browse files
authored
Merge pull request #18 from dmesser/tagline-fix
remove boilerplate from Operator Framework Tag Line
2 parents 37a815e + d84d4ca commit 5c86829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2 class="of-heading of-heading--md of-masthead--home__content">The Operator Fr
1010
<section class="of-section-page-intro of-section-separator">
1111
<header class="of-section-page-intro__header of-section-page-intro__header--overlay">
1212
<h2 class="of-heading of-heading--lg">What's in the Framework?</h2>
13-
<p>Brief sentence about the contents of the framework to introduce the below websites. For example, the Operator Framework is a holistic framework for your Operator needs, etc.</p>
13+
<p>The Operator Framework is a set of developer tools and Kubernetes components, that aid in Operator development and central management on a multi-tenant cluster.</p>
1414
</header>
1515
<div class="of-section-page-intro__items">
1616
<div class="of-section-page-intro__item of-section-page-intro__item__build">

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2 class="of-heading of-heading--md of-masthead--home__content">The Operator Fr
3939
<section class="of-section--homepage-callouts">
4040
<header class="of-section--homepage-callouts__header">
4141
<h2 class="of-heading of-heading--lg">What's in the Framework?</h2>
42-
<p>Brief sentence about the contents of the framework to introduce the below websites. For example, the Operator Framework is a holistic framework for your operator needs, etc.</p>
42+
<p>The Operator Framework is a set of developer tools and Kubernetes components, that aid in Operator development and central management on a multi-tenant cluster.</p>
4343
</header>
4444
<div class="of-section--homepage-callouts__items">
4545
<div class="of-section--homepage-callouts__item of-section--homepage-callouts__item__build">

0 commit comments

Comments
 (0)