-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add containerd's docs directory #121
base: main
Are you sure you want to change the base?
Conversation
The preview website is https://deploy-preview-121--containerd-io.netlify.app/docs/latest/getting-started/. Right now, it doesn't look great compared to #120, but we can improve the look & feel by adopting Hugo's documentation-oriented themes like https://www.docsy.dev/. It would be better to not complicate the stack by having multiple documentation generators. |
Can we remove |
Fixed the broken menu. Regarding the redirection, the Getting Started guide needs to have metadata like https://github.com/containerd/containerd.io/blob/main/content/docs/getting-started.md. Let me fix other parts first. |
The new docs don't seem reachable from the top page
If sphinx is easier to use than hugo, we can completely replace hugo with sphinx. |
Yes. I'd like to add at least add
Honestly both are not that different in terms of the ease of use. Hugo may work better for us at this time since we already have Hugo-based website. Migrating that to Sphinx may not bring us much value. |
Is this still planned? |
43522a5
to
ed10cf0
Compare
Signed-off-by: Kazuyoshi Kato <[email protected]>
I've updated this PR finally. The preview site is https://deploy-preview-121--containerd-io.netlify.app/. The docs from containerd/containred is linked from https://deploy-preview-121--containerd-io.netlify.app/docs/getting-started/. I'm planning to merge https://deploy-preview-121--containerd-io.netlify.app/docs/ and https://deploy-preview-121--containerd-io.netlify.app/docs/getting-started/, since the latter is pretty short. |
I like this approach. It doesn't have to be in this PR, but we should also consider doing something like https://github.com/containerd/containerd.io/blob/main/.github/workflows/sync-releases.yml so it stays reasonably up-to-date too. |
picking this up – gonna rebase and implement the doc syncing |
Signed-off-by: Kazuyoshi Kato [email protected]