-
Couldn't load subscription status.
- Fork 45
Description
Visit https://containerd.io/docs/getting-started/, and you'll see this:
Visit https://containerd.io/docs/, and the reader is redirected to https://github.com/containerd/containerd/tree/main/docs.
So essentially, there are no docs on the website. I understand how this came to be: delays in syncing docs from the code repo to the website repo, but docs should be hosted directly on the website, regardless of how they get there.
There are two main recommended ways to handle this situation (preferred way first):
- Move the docs from https://github.com/containerd/containerd/tree/main/docs into this repo, as suggested in:
- Leave the docs in the containerd code repo, but bring them in here via a git submodule.
Each method has its pros and cons. The simplest method (for all contributors and maintainers) is the first, but the second is preferable IMHO to redirecting readers to a GH repo.
Either of the solutions above are preferable, IMHO, to say, client-side rendering as was recently proposed in #149.
