diff --git a/src/content/footer-nav.json b/src/content/footer-nav.json index 87bd3c8..7373e96 100644 --- a/src/content/footer-nav.json +++ b/src/content/footer-nav.json @@ -39,7 +39,11 @@ { "text": "IRC: #kata-general", "link": "http://webchat.oftc.net/?channels=kata-general" - } + }, + { + "text": "Mastodon", + "link": "https://fosstodon.org/@KataContainers" + } ] }, { diff --git a/src/pages/docs/index.md b/src/pages/docs/index.md index e5e1e7e..5e61ada 100644 --- a/src/pages/docs/index.md +++ b/src/pages/docs/index.md @@ -23,8 +23,8 @@ Understand the basics, contribute to and try using Kata Containers. [Upgrading](https://github.com/kata-containers/kata-containers/tree/main/docs/Upgrading.md) : How to upgrade from Clear Containers and runV to Kata Containers and how to upgrade an existing Kata Containers system to the latest version. [Limitations](https://github.com/kata-containers/kata-containers/tree/main/docs/Limitations.md) : Differences and limitations compared with the default Docker runtime, runc. -[How to](https://github.com/kata-containers/kata-containers/tree/main/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md) : Kata Containers with k8s and cri-containerd. -[How to](https://github.com/kata-containers/kata-containers/tree/main/docs/use-cases/zun_kata.md) : OpenStack Zun with Kata Containers. +[How to](https://github.com/kata-containers/kata-containers/blob/main/docs/how-to/how-to-set-sandbox-config-kata.md) : Per-pod Kata Containers configuration. +[How to](https://github.com/kata-containers/kata-containers/blob/main/docs/how-to/how-to-load-kernel-modules-with-kata.md) : Loading kernel modules with Kata Containers. [How to](https://github.com/kata-containers/kata-containers/tree/main/docs/how-to#hypervisors-integration) : Kata Containers with Firecracker.