Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1 KB

File metadata and controls

19 lines (14 loc) · 1 KB

http::views::pages

Full-page Maud documents live here. Read this directory to separate the proof surfaces from the support pages.

What this directory proves

  • pages are integration surfaces, not the place where reusable UI contracts are invented
  • larger demos should compose from page.rs and partials/ instead of growing bespoke page-local markup systems
  • proof surfaces such as lab and work* stay readable because the reusable pieces are pushed downward

Proof surfaces

Support pages

Rule of thumb

Pages assemble larger surfaces from page.rs and partials/; they should not become the place where reusable UI contracts are invented.