From 020a9b12a9547c87a33ca44450ad7addcb661822 Mon Sep 17 00:00:00 2001 From: Nick Veitch Date: Thu, 7 Nov 2024 11:58:54 +0000 Subject: [PATCH] use local index for rtd --- docs/canonicalk8s/index.md | 108 ++++++++++++++++++++++++++++ docs/src/{index.md => old-index.md} | 0 2 files changed, 108 insertions(+) create mode 100644 docs/canonicalk8s/index.md rename docs/src/{index.md => old-index.md} (100%) diff --git a/docs/canonicalk8s/index.md b/docs/canonicalk8s/index.md new file mode 100644 index 000000000..afdf49e68 --- /dev/null +++ b/docs/canonicalk8s/index.md @@ -0,0 +1,108 @@ +# {{product}} documentation + +{{product}} is a performant, lightweight, secure and +opinionated distribution of **Kubernetes** which includes everything needed to +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]. + +![Illustration depicting working on components and clouds][logo] + +```{toctree} +:hidden: +:titlesonly: +Home +``` + +```{toctree} +:hidden: +:titlesonly: +:maxdepth: 6 +:caption: Deploy from Snap package +Overview +src/snap/tutorial/index +src/snap/howto/index +src/snap/explanation/index +src/snap/reference/index +``` + +```{toctree} +:hidden: +:caption: Deploy with Juju +:titlesonly: +:glob: +Overview +src/charm/tutorial/index +src/charm/howto/index +src/charm/explanation/index +src/charm/reference/index +``` + +```{toctree} +:hidden: +:caption: Deploy with Cluster API (WIP) +:titlesonly: +:glob: +Overview +src/capi/tutorial/index +src/capi/howto/index +src/capi/explanation/index +src/capi/reference/index +``` + +--- + +````{grid} 1 1 2 2 + +```{grid-item-card} +:link: src/snap/ +### [Install K8s from a snap ›](snap/index) +^^^ +Our tutorials, How To guides and other pages will explain how to install, + configure and use the {{product}} 'k8s' snap. +``` + +```{grid-item-card} +:link: src/charm/ +### [Deploy K8s using Juju ›](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 ›](capi/index) +^^^ +Our tutorials, guides and explanation pages will explain how to install, + configure and use {{product}} through CAPI. +``` +```` + +--- + +## Project and community + +{{product}} is a member of the Ubuntu family. It's an open source +project which welcomes community involvement, contributions, suggestions, fixes +and constructive feedback. + +- Our [Code of Conduct] +- Our [community] +- How to [contribute] +- Our development [roadmap] + + + +[logo]: https://assets.ubuntu.com/v1/843c77b6-juju-at-a-glace.svg + + + +[Code of Conduct]: https://ubuntu.com/community/ethos/code-of-conduct +[community]: snap/reference/community +[contribute]: snap/howto/contribute +[roadmap]: snap/reference/roadmap +[overview page]: snap/explanation/about +[architecture documentation]: snap/reference/architecture diff --git a/docs/src/index.md b/docs/src/old-index.md similarity index 100% rename from docs/src/index.md rename to docs/src/old-index.md