Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes: typos, wording #2402

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions docsy/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: Java Operator SDK Documentation
---

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

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

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

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


<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"/>
{.h1 .text-center}

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

{{% blocks/feature %}}
Java Operator SDK if member of CNCF as a subproject of Operator Framework
{{% blocks/feature icon="no_icon" %}}
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/)
{.h3 .text-center}

<img src="/images/cncf_logo.png" image_anchor="center" alt="CNCF" width="200"/>
<img src="/images/cncf_logo.png" image_anchor="center" alt="CNCF" width="200"/>

{{% /blocks/feature %}}

{{% blocks/feature icon="no_icon" %}}
{{% /blocks/feature %}}

{{% /blocks/section %}}

Loading