Skip to content

Commit

Permalink
Move compatiblity doc to intro section, some formatting and copyedits
Browse files Browse the repository at this point in the history
Signed-off-by: Diana <[email protected]>
  • Loading branch information
cloudjumpercat committed Nov 20, 2023
1 parent 7d72863 commit d8e2272
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/_data/docs_nav_kgo_1.0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ items:
absolute_url: true
- text: Support
url: /support
- text: Version Compatibility
url: /version-compatibility
- text: FAQ
url: /faq
- title: Get Started
Expand Down Expand Up @@ -92,5 +94,3 @@ items:
generate: false
- text: License
url: /reference/license
- text: Version Compatibility
url: /reference/version-compatibility
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ title: Version Compatibility

## {{ site.kic_product_name }}

The following table presents the general compatibility of {{site.kgo_product_name}} with {{ site.kic_product_name }} minor versions.

## Kubernetes
The following table describes the general compatibility of {{site.kgo_product_name}} with {{ site.kic_product_name }} minor versions.

| {{site.kgo_product_name}} | 1.0.x |
|:---------------------------------|:---------------------------:|
| {{ site.kic_product_name }} 2.11 | <i class="fa fa-check"></i> |
| {{ site.kic_product_name }} 2.12 | <i class="fa fa-check"></i> |
| {{ site.kic_product_name }} 3.0 | <i class="fa fa-times"></i> |

### General
## Kubernetes

The following table presents the general compatibility of {{site.kgo_product_name}} with specific Kubernetes versions.
Users should expect all the combinations marked with <i class="fa fa-check"></i> to work and to be supported.
The following table describes the general compatibility of {{site.kgo_product_name}} with specific Kubernetes versions.

| {{site.kgo_product_name}} | 1.0.x |
|:--------------------------|:---------------------------:|
Expand All @@ -26,10 +23,10 @@ Users should expect all the combinations marked with <i class="fa fa-check"></i>
| Kubernetes 1.27 | <i class="fa fa-check"></i> |
| Kubernetes 1.28 | <i class="fa fa-check"></i> |

### Gateway API
## Gateway API

The following table presents the compatibility of {{site.kgo_product_name}} with specific [Gateway API][gateway-api] versions.
As {{site.kgo_product_name}} implements Gateway API features using the upstream
The following table describes the compatibility of {{site.kgo_product_name}} with specific [Gateway API][gateway-api] versions.
Because {{site.kgo_product_name}} implements Gateway API features using the upstream
project, which defines [its own compatibility declarations][gateway-api-supported-versions], the expected compatibility
of Gateway API features might be limited to those.

Expand Down

0 comments on commit d8e2272

Please sign in to comment.