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

Link updates #2 #204

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion src/content/footer-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
{
"text": "IRC: #kata-general",
"link": "http://webchat.oftc.net/?channels=kata-general"
}
},
{
"text": "Mastodon",
"link": "https://fosstodon.org/@KataContainers"
}
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down