From e0e793e3bfc938e0766d8ce04c8a498be52740d1 Mon Sep 17 00:00:00 2001 From: OGtrilliams Date: Wed, 30 Nov 2022 13:25:04 -0500 Subject: [PATCH 1/3] adding Mastodon link to footer --- src/content/footer-nav.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/footer-nav.json b/src/content/footer-nav.json index 87bd3c8..b42cbbd 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" + } ] }, { From bed8a371e35867a18e85bc3da0f01e7d7d42fd97 Mon Sep 17 00:00:00 2001 From: "T. Nichole Williams" Date: Wed, 30 Nov 2022 13:40:03 -0500 Subject: [PATCH 2/3] Update index.md updating a couple of broken links on the docs page --- src/pages/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From 7e26225a2988f3bc664ab57c542f8cff9487b76f Mon Sep 17 00:00:00 2001 From: Josh Lohse Date: Wed, 30 Nov 2022 13:57:31 -0500 Subject: [PATCH 3/3] Updated footer-nav.json Added comma for json file --- src/content/footer-nav.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/footer-nav.json b/src/content/footer-nav.json index b42cbbd..7373e96 100644 --- a/src/content/footer-nav.json +++ b/src/content/footer-nav.json @@ -41,7 +41,7 @@ "link": "http://webchat.oftc.net/?channels=kata-general" }, { - "text": "Mastodon" + "text": "Mastodon", "link": "https://fosstodon.org/@KataContainers" } ]