Skip to content

Commit b473c34

Browse files
committed
Clean up styling and updated content
1 parent 78c2fc4 commit b473c34

File tree

7 files changed

+191
-184
lines changed

7 files changed

+191
-184
lines changed

userdocs/mkdocs.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ theme:
4343
- header.autohide
4444
- navigation.instant
4545
- navigation.sections
46+
- navigation.expand
4647
- navigation.top
4748
- navigation.tabs
4849
- navigation.tracking
4950
- navigation.tabs.sticky
50-
- navigation.footer
5151
- search.highlight
5252
- search.share
5353
- search.suggest
@@ -108,7 +108,6 @@ extra:
108108
extra_css:
109109
- stylesheets/extra.css
110110
- stylesheets/schema.css
111-
#- stylesheets/custom/layout/_hero.css
112111

113112
extra_javascript:
114113
- https://cdn.jsdelivr.net/npm/@glidejs/glide
@@ -134,8 +133,11 @@ markdown_extensions:
134133
nav:
135134
- Home: index.md
136135
- Getting Started:
137-
- Installation: getting-started.md
138-
- Introduction: introduction.md
136+
- Introduction: getting-started.md
137+
- Installation: installation.md
138+
- Announcements:
139+
- announcements/managed-nodegroups-announcement.md
140+
- announcements/nodegroup-override-announcement.md
139141
- Usage:
140142
- Clusters:
141143
- usage/creating-and-managing-clusters.md
@@ -190,9 +192,6 @@ nav:
190192
- usage/eksctl-karpenter.md
191193
- usage/troubleshooting.md
192194
- FAQ: usage/faq.md
193-
- Announcements:
194-
- announcements/managed-nodegroups-announcement.md
195-
- announcements/nodegroup-override-announcement.md
196195
- Examples: "https://github.com/eksctl-io/eksctl/tree/main/examples"
197196
- Community: community.md
198197
- Adopters: adopters.md

userdocs/src/adopters.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
hide:
3+
- navigation
4+
---
15
# eksctl Adopters :fontawesome-solid-handshake-simple:
26

37
Are you and your organisation using `eksctl`?

userdocs/src/community.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
---
2+
hide:
3+
- navigation
4+
---
15
# eksctl Community :fontawesome-solid-people-group:
26

3-
For more information, please head to our [Community][community] and [Contributing][contributing] docs in Github. :octicons-heart-fill-24:{ .heart }
7+
We welcome contributions from the community. :octicons-heart-fill-24:{ .heart }
8+
For more information, please head to our [Community][community] and [Contributing][contributing] docs in Github.
49

510
[community]: https://github.com/eksctl-io/eksctl/blob/main/COMMUNITY.md
611
[contributing]: https://github.com/eksctl-io/eksctl/blob/main/CONTRIBUTING.md

userdocs/src/index.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@ template: home.html
33
title: eksctl - The official CLI for Amazon EKS
44
---
55

6-
# eksctl - The official CLI for Amazon EKS
7-
8-
sponsored by [![Weaveworks](img/empty.svg#wwinline)](https://www.weave.works/) and built by [![Contributors](img/gophers.png#inline)](https://github.com/eksctl-io/eksctl/graphs/contributors) on [![Github](img/empty.svg#gitinline)](https://github.com/eksctl-io/eksctl)
9-
10-
!!! tip "New for 2023"
11-
`eksctl` now supports creating fully private clusters on [AWS Outposts](/usage/outposts).
12-
13-
`eksctl` now supports new ISO regions `us-iso-east-1` and `us-isob-east-1`.
14-
15-
`eksctl` now supports new regions - Zurich (`eu-central-2`), Spain (`eu-south-2`), Hyderabad (`ap-south-2`), Melbourne (`ap-southeast-4`) and Tel Aviv (`il-central-1`).
6+
eksctl - The official CLI for Amazon EKS
167

178
`eksctl` is a simple CLI tool for creating and managing clusters on EKS - Amazon's managed Kubernetes service for EC2.
189
It is written in Go, uses CloudFormation, was created by [Weaveworks](https://www.weave.works/) and it welcomes
File renamed without changes.
39.6 KB
Loading

0 commit comments

Comments
 (0)