Skip to content

docs(readme): add Quick Start jump block, label OS-specific install sections#36

Merged
MudDev merged 1 commit into
mainfrom
docs/readme-navigation
May 18, 2026
Merged

docs(readme): add Quick Start jump block, label OS-specific install sections#36
MudDev merged 1 commit into
mainfrom
docs/readme-navigation

Conversation

@MudDev
Copy link
Copy Markdown

@MudDev MudDev commented May 18, 2026

Summary

  • Adds a GitHub > [!NOTE] "Jump to" block at the top of Quick Start with anchored links to the major install paths (Linux manual / Docker / automated script, Windows) and post-install sections (first site, configuration, usage).
  • Renames ### Prerequisites### Linux Prerequisites and ### Installation### Linux Installation so they parallel ### Windows Installation and the jump anchors are unambiguous.

Why

#29 proposed the same navigation improvement, which is a good idea. This PR keeps that improvement while addressing the structural issues raised in review there:

  • Heading hierarchy preserved. All H3 subsections under ## Quick Start stay at H3 (no skip from H2 → H4). Distros and Docker sub-options remain at H4 as before.
  • No content lost. "Creating Your First Site" walkthrough is kept intact (it contained the dashboard URL, new-site flow, and file-location explanation that weren't actually duplicated elsewhere).
  • Anchors verified. All six Jump-to targets resolve: #linux-installation, #docker-installation, #convenience-scripts, #windows-installation, #creating-your-first-site, #configuration, #usage.

Test plan

  • grep -n "^#" README.md shows continuous H2 → H3 → H4 hierarchy in Quick Start.
  • Every Jump-to anchor maps to an existing heading.
  • Render preview on GitHub shows the [!NOTE] callout correctly.

Credit to @slrslr (#29) for the navigation idea.

…ections

Adds a GitHub-flavored note block at the top of Quick Start with anchored
links to the major install paths (Linux manual/Docker/scripts, Windows,
post-install) so newcomers can navigate without scrolling.

Renames "Prerequisites"/"Installation" to "Linux Prerequisites"/"Linux
Installation" so they parallel "Windows Installation" and so the jump
anchors are unambiguous.

Heading hierarchy under ## Quick Start is preserved at H3, so distros and
Docker sub-options remain at H4 as before.

Supersedes #29 by keeping the navigation improvement without demoting
headings or removing the "Creating Your First Site" walkthrough.
@MudDev MudDev merged commit 9c0ee01 into main May 18, 2026
3 checks passed
@MudDev MudDev deleted the docs/readme-navigation branch May 18, 2026 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant