Rewrite the landing page and shrink the duplicated wsl/ install guide - #135
Merged
Merged
Conversation
README.md (also served as docs/book/index.md via symlink - it's the MkDocs "Home" page and the GitHub-facing repo README at once) was stale v1-era content: it duplicated the System Requirements page, had a "WLS2" typo, and linked to wsl/README.md via a path that resolves correctly on GitHub but not inside the built MkDocs site (the two contexts have different relative-path bases, since docs_dir is docs/book). Replaced it with a short landing page: a "what you get" stack overview with a rough setup-time estimate, an explanation of the v1 (AlmaLinux 9) vs v2 (AlmaLinux 10) split, and getting-started links. Because this file is rendered from two different physical locations, its links to the versioned docs use absolute docs.dotkernel.org URLs rather than relative paths, which is the only form that resolves correctly in both contexts. wsl/README.md duplicated the full install walkthrough and had drifted (stale AlmaLinux-9 sample in its distro list, a stray period in the username example, passwd message wording that disagreed with the versioned docs). Shrunk it to a short pointer at the folder's purpose plus a link to the live installation page, so there's one source of truth (docs/book/v2/setup/installation.md) instead of two drifting copies.
arhimede
reviewed
Sep 24, 2026
Signed-off-by: bidi <bidi@apidemia.com>
arhimede
approved these changes
Sep 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
README.md(also served asdocs/book/index.mdvia a symlink - it'ssimultaneously the MkDocs "Home" page and the GitHub-facing repo README)
was stale v1-era content: duplicated the System Requirements page, had a
"WLS2" typo, and linked to
wsl/README.mdvia a path that resolvescorrectly on GitHub but not inside the built MkDocs site (the two
contexts have different relative-path bases, since
docs_dirisdocs/book). Resolves FAQ: Add section for avatar upload related permission issues #18.with a rough setup-time estimate (missing mariadb.repo file #25), an explanation of the v1
(AlmaLinux 9) vs v2 (AlmaLinux 10) split (AlmaLinux9: Remove firewall-related commands #26), and getting-started
links.
links to the versioned docs use absolute
docs.dotkernel.orgURLsrather than relative paths - the only form that resolves correctly in
both contexts.
wsl/README.mdduplicated the full install walkthrough and had drifted(stale AlmaLinux-9 sample in its distro list, a stray period in the
username example,
passwdmessage wording that disagreed with theversioned docs). Shrunk it to a short pointer plus a link to the live
installation page, so there's one source of truth
(
docs/book/v2/setup/installation.md) instead of two drifting copies.Resolves Issue #18: Added section for avatar upload related permission issues. #19.