Skip to content

docs: collapse Docker install section in README#76

Merged
BrettKinny merged 1 commit intomainfrom
claude/pensive-jepsen
Apr 17, 2026
Merged

docs: collapse Docker install section in README#76
BrettKinny merged 1 commit intomainfrom
claude/pensive-jepsen

Conversation

@BrettKinny
Copy link
Copy Markdown
Collaborator

Summary

  • Wraps the "Don't have Docker or Podman? One-line install" subsection in a <details>/<summary> block so it renders collapsed by default on GitHub.
  • Reduces visual noise in the README for the common case where the reader already has Docker or Podman installed; the one-liner install steps are still one click away.

Notes for reviewer

  • The section is no longer a Markdown heading, so it will not appear in GitHub's auto-generated table of contents. If we want it back in the TOC, we can nest a ### heading inside the <summary> element.

Test plan

  • Verify the rendered README on GitHub shows the section collapsed by default with a clickable disclosure triangle.
  • Expand it and confirm the macOS / Linux / Windows install snippets render correctly.

🤖 Generated with Claude Code

Converts the "Don't have Docker or Podman? One-line install" subsection
into a collapsible <details> block so it's hidden by default, reducing
visual noise for readers who already have a container runtime.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 17, 2026 09:59
@BrettKinny BrettKinny merged commit 4e6da68 into main Apr 17, 2026
2 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the README to reduce clutter by collapsing the “Don’t have Docker or Podman? One-line install” instructions behind a GitHub-rendered <details>/<summary> disclosure, while keeping the install snippets easily accessible.

Changes:

  • Replaces the Markdown ### heading for the one-line Docker/Podman install subsection with a collapsed <details>/<summary> block.
  • Keeps the macOS/Linux/Windows install snippets unchanged, only altering presentation/structure.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants