You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(redesign): restructure documentation to CLI Frontend Skeleton pattern
why: The landing page dumped the README with no visual navigation.
No grid cards, no responsive layout, no contributor section. The
sidebar was a flat toctree with no hierarchy.
what:
Landing page:
- Compose standalone homepage with one-sentence hero, responsive
1x3 grid cards (Quickstart, CLI Reference, Contributing), install
snippet (pip + uv), and "At a glance" example showing `g status`
- Remove README {include} entirely
Structure:
- Create project/ section with grid cards:
contributing.md (moved from developing.md), code-style.md, releasing.md
- Add grid cards to cli/index.md for command navigation
Dependencies:
- Add sphinx-design to docs and dev dependency groups
- Add sphinx_design extension and myst_heading_anchors = 4 to conf.py
Redirects:
- developing.md → project/contributing.md
0 commit comments