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
chore: update documentation, simplify, more storytelling (#168)
## Problem
The documentation was overly complex with 13+ scattered technical pages,
making it difficult for users to get started. Internal
implementation details were exposed through verbose moduledocs, creating
an unnecessarily complex API surface.
## Solution
- Consolidated documentation into 5 user-focused pages: home (quick
start), building guides, recipes, and reference
- Added @\moduledoc false to internal modules (Client.Base,
Server.Component, supervisors, registries)
- Restructured docs from implementation-focused to goal-oriented
(building a client/server)
- Enhanced example project READMEs with better explanations
## Rationale
Progressive disclosure pattern improves developer experience - simple
examples first, then focused guides, finally technical
reference. Hiding internal modules reduces cognitive load while
maintaining functionality. The new structure prioritizes getting
developers productive in minutes rather than explaining implementation
details upfront.
0 commit comments