Skip to content

Commit

Permalink
categorise first column of docs into 3 groups
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed May 7, 2024
1 parent 80c273f commit 034e430
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
1 change: 1 addition & 0 deletions docs/kubernetes-version.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Kubernetes Version

## Policy

Expand Down
2 changes: 1 addition & 1 deletion docs/stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Our support level is determined by our continuous integration.

[Github Actions](https://github.com/kube-rs/kube/actions/workflows/ci.yml) continually builds and tests `kube` against the [LTS supported environments](https://github.com/actions/virtual-environments#available-environments) for **Ubuntu**, and **macOS**, and **Windows**:

| Support | Source | Guarantee | LTS Cycle |
| Support | Source | Guarantee | Upstream Policy |
| ------------------------------ | -------------- | ---------------- | ---------- |
| :material-check-all: supported | Linux | `ubuntu-latest` | [2 years](https://ubuntu.com/about/release-cycle) |
| :material-check-all: supported | Windows | `windows-latest` | [3 years](https://docs.microsoft.com/en-us/windows-server/get-started/windows-server-release-info) |
Expand Down
33 changes: 18 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,23 @@ theme:
# mkdocs serve will tell us about uncovered documents or broken links
nav:
- Information:
#- index.md
- getting-started.md
#- quick-tutorial.md
- changelog.md
- security.md
- release-process.md
- rust-version.md
- kubernetes-version.md
- stability.md
- architecture.md
- troubleshooting.md
- adopters.md
- guides.md
- upgrading.md
- features.md
Usage:
#- index.md
- getting-started.md
#- quick-tutorial.md
- changelog.md
- features.md
- upgrading.md
- troubleshooting.md
Policies:
- security.md
- stability.md
- rust-version.md
- kubernetes-version.md
- release-process.md
Third Party:
- adopters.md
- guides.md

- Controllers:
Concepts:
Expand Down Expand Up @@ -107,6 +109,7 @@ nav:
- contributing.md
- website.md
- tools.md
- architecture.md

markdown_extensions:
- attr_list # https://squidfunk.github.io/mkdocs-material/reference/images/
Expand Down

0 comments on commit 034e430

Please sign in to comment.