Skip to content

docs: streamline install section and add community overview#2561

Merged
mnriem merged 1 commit into
github:mainfrom
mnriem:docs/streamline-install-and-community
May 14, 2026
Merged

docs: streamline install section and add community overview#2561
mnriem merged 1 commit into
github:mainfrom
mnriem:docs/streamline-install-and-community

Conversation

@mnriem
Copy link
Copy Markdown
Collaborator

@mnriem mnriem commented May 14, 2026

Summary

Streamlines the README install section and improves docs navigation.

README.md

  • Install section trimmed from ~70 lines to ~5 lines — single uv tool install command + link to installation guide
  • Added explicit "Initialize a project" step (specify init) that was previously missing between install and constitution
  • Removed duplicate Troubleshooting section (content already lives in docs/install/air-gapped.md)
  • Renumbered Get Started steps (1–7)

Docs landing page (docs/index.md)

  • Reordered "Make it your own" card so extensions/presets are explained before the stats (addresses feedback about readability)
  • Updated Community nav-card to link to new community overview and include extensions in description

New pages

  • docs/community/overview.md — community landing page (aligned with reference/overview.md)
  • docs/install/pipx.md — pipx installation guide
  • docs/install/one-time.md — one-time uvx usage
  • docs/install/air-gapped.md — enterprise/air-gapped installation

Updated

  • docs/installation.md — leads with persistent uv tool install (consistent with README), links to sub-pages, uses specify in examples instead of uvx --from ...
  • docs/toc.yml — added community overview + new install sub-pages

Cleanup

  • Removed stale EOF file

- Shorten README.md install section to single uv command + link to
  installation guide for alternatives and troubleshooting
- Add explicit 'Initialize a project' step to README Get Started
- Remove duplicate Troubleshooting section from README
- Reorder 'Make it your own' card on docs landing page so extensions
  and presets are explained before the stats
- Update Community nav-card to link to new community overview
- Create docs/community/overview.md landing page (aligned with
  reference/overview.md)
- Create dedicated install sub-pages: pipx, one-time (uvx), air-gapped
- Update docs/installation.md to lead with persistent uv install and
  link to sub-pages instead of duplicating content
- Update docs/toc.yml with new pages
- Remove stale EOF file
Copilot AI review requested due to automatic review settings May 14, 2026 15:01
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

This PR streamlines the project’s installation documentation and improves docs navigation by introducing dedicated install sub-pages and a new Community overview landing page, while simplifying the README “Get Started” flow.

Changes:

  • Condensed README installation guidance to a single recommended uv tool install command + link to the full Installation Guide, and added an explicit specify init step.
  • Expanded the docs IA: new install sub-pages (pipx, one-time uvx, air-gapped) and a new Community overview page; updated docs/toc.yml and docs/index.md navigation.
  • Removed duplicated troubleshooting content from README/docs in favor of linking to the air-gapped guide.
Show a summary per file
File Description
README.md Streamlines install instructions and reorders “Get Started” steps; removes embedded troubleshooting content.
docs/toc.yml Adds new install pages and a Community overview entry to the DocFX TOC.
docs/installation.md Updates installation guide to lead with persistent uv tool install and link out to sub-pages.
docs/install/pipx.md Adds pipx-based installation instructions.
docs/install/one-time.md Adds one-time uvx usage instructions.
docs/install/air-gapped.md Adds consolidated enterprise/air-gapped installation instructions (including GCM note).
docs/index.md Updates landing page copy and Community nav-card to point to the new overview page.
docs/community/overview.md Adds a Community landing page linking to extensions/presets/walkthroughs/friends.
EOF Removes a stale file.

Copilot's findings

Tip

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

  • Files reviewed: 8/9 changed files
  • Comments generated: 3

Comment thread README.md
- [📋 Detailed Process](#-detailed-process)
- [🔍 Troubleshooting](#-troubleshooting)
- [💬 Support](#-support)
- [ Support](#-support)
Comment thread README.md
```

## 💬 Support
## Support
Comment thread docs/toc.yml
Comment on lines +55 to +56
- name: Overview
href: community/overview.md
@mnriem mnriem merged commit 707e929 into github:main May 14, 2026
11 checks passed
@mnriem mnriem deleted the docs/streamline-install-and-community branch May 14, 2026 15:14
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