Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1bed24c

Browse files
committedMay 23, 2024··
fixes: typos, wording
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent 0874091 commit 1bed24c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed
 

‎docsy/content/en/_index.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Java Operator SDK Documentation
33
---
44

5-
{{< blocks/cover title="Welcome to Java Operator SDK Documentation!" image_anchor="top" height="full" >}}
5+
{{< blocks/cover title="Java Operator SDK" image_anchor="top" height="full" >}}
66
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
77
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
88
</a>
9-
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/operator-framework/java-operator-sdk">
9+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/operator-framework/java-operator-sdk/releases">
1010
Download <i class="fab fa-github ms-2 "></i>
1111
</a>
12-
<p class="lead mt-5">Implement Kubernetes operators in Java without hassle</p>
12+
<p class="lead mt-5">Kubernetes operators in Java made easy!</p>
1313
{{< blocks/link-down color="info" >}}
1414
{{< /blocks/cover >}}
1515

@@ -22,7 +22,7 @@ Java Operator SDK is based on the fabric8 Kubernetes client and will make it eas
2222

2323
{{% blocks/section color="secondary" type="row" %}}
2424
{{% blocks/feature icon="fab fa-slack" title="Contact us on Slack" url="https://kubernetes.slack.com/archives/CAW0GV7A5" %}}
25-
Feel free to reach out on [Kuberentes Slack](https://kubernetes.slack.com/archives/CAW0GV7A5)
25+
Feel free to reach out on [Kubernetes Slack](https://kubernetes.slack.com/archives/CAW0GV7A5)
2626

2727
Ask any question, we are happy to answer!
2828
{{% /blocks/feature %}}
@@ -46,7 +46,6 @@ For announcement of latest features etc.
4646
Sponsored by:
4747
{.h1 .text-center}
4848

49-
5049
<br/><img src="/images/red-hat.webp" alt="Red Hat" width="200"/> &nbsp; & &nbsp; <img src="/images/cs-logo.svg" alt="Container Solutions" width="170"/>
5150
{.h1 .text-center}
5251

@@ -58,16 +57,13 @@ Sponsored by:
5857
{{% blocks/feature icon="no_icon" %}}
5958
{{% /blocks/feature %}}
6059

61-
{{% blocks/feature %}}
62-
Java Operator SDK if member of CNCF as a subproject of Operator Framework
60+
{{% blocks/feature icon="no_icon" %}}
61+
Java Operator SDK is a [Cloud Native Computing Foundation](https://www.cncf.io) incubating project as part of [Operator Framework](https://www.cncf.io/projects/operator-framework/)
6362
{.h3 .text-center}
6463

65-
<img src="/images/cncf_logo.png" image_anchor="center" alt="CNCF" width="200"/>
64+
<img src="/images/cncf_logo.png" image_anchor="center" alt="CNCF" width="200"/>
6665

6766
{{% /blocks/feature %}}
6867

69-
{{% blocks/feature icon="no_icon" %}}
70-
{{% /blocks/feature %}}
71-
7268
{{% /blocks/section %}}
7369

0 commit comments

Comments
 (0)
Please sign in to comment.