Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.28 KB

File metadata and controls

45 lines (29 loc) · 1.28 KB

Explanation

Explanation documentation provides context, rationale, and trade-off analysis.

Use this section to explain why vstack is designed the way it is, including:

  • architectural choices
  • product and workflow principles
  • boundaries and non-goals

Explanation pages should help readers build mental models, not complete tasks.

What Belongs Here

Use Explanation pages for user-level understanding:

  • mental models for core concepts
  • why a concept exists and when to use it
  • how concepts relate at a high level

Keep focus on concept understanding over implementation details.

Out of Scope

Do not put internal engineering details here, such as:

  • architecture decisions, component internals, or system decomposition
  • implementation design, module structure, or generation mechanics
  • product planning, roadmap details, or requirement tracking

Internal Docs Boundaries

For internal details, use:

Related User Guides