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

Update home page #951

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
41 changes: 23 additions & 18 deletions docs/canonicalk8s/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,20 @@ create and manage a scalable cluster suitable for all use cases.
You can find out more about {{product}} on this [overview page] or
see a more detailed explanation in our [architecture documentation].

{{product}} can be deployed as a standalone snap, as a charm as part of a
Juju cluster or with Cluster API. Find out more about which {{product}}
installation method is best for your
project's needs with
<!-- markdownlint-disable -->
**[choosing a {{product}} installation method.](src/snap/explanation/installation-methods.md)**
<!-- markdownlint-restore -->
Or if would like to jump straight in, head to the
[snap getting started tutorial!](src/snap/tutorial/getting-started.md)

![Illustration depicting working on components and clouds][logo]

## In this documentation

```{toctree}
:hidden:
:titlesonly:
Expand All @@ -30,40 +42,33 @@ Release notes <src/releases.md>

```

````{grid} 1 1 2 2
````{grid} 1 1 1 1

```{grid-item-card}
:link: src/snap/
### [Install K8s from a snap ›](src/snap/index)
^^^
Our tutorials, How To guides and other pages will explain how to install,
### [ Install with a snap ›](src/snap/index)

Our tutorials, how-to guides and other pages will explain how to install,
configure and use the {{product}} 'k8s' snap. This is a great option if you are new to Kubernetes.
```

```{grid-item-card}
:link: src/charm/
### [Deploy K8s using Juju ›](src/charm/index)
^^^
Our tutorials, How To guides and other pages will explain how to install,
### [Deploy with Juju ›](src/charm/index)

Our tutorials, how-to guides and other pages will explain how to install,
configure and use the {{product}} 'k8s' charm.
```


```{grid-item-card}
:link: src/capi/
### [Deploy K8s using Cluster API ›](src/capi/index)
^^^
Our tutorials, guides and explanation pages will explain how to install,
### [Deploy with Cluster API ›](src/capi/index)

Our tutorials, how-to guides and other pages will explain how to install,
configure and use {{product}} through CAPI.
```

```{grid-item-card}
:link: about
### [Overview of {{product}} ›](about)
^^^
Find out more about {{product}}, what services are included and get the
answers to some common questions.
```
````

---
Expand All @@ -89,5 +94,5 @@ and constructive feedback.
[community]: src/snap/reference/community
[contribute]: src/snap/howto/contribute
[releases]: src/snap/reference/releases
[overview page]: about
[overview page]: src/about
[architecture documentation]: src/snap/reference/architecture
Loading