Installation
Link the compiled stylesheet, or install the package — both ship the same classes.
Why a docs collection
Every project ships with its own README that grows past what a README can hold. This is the point it graduates to: a real docs site, built from the same components the project already has.
The three-column shape
Nav on the left, the page in the middle, a table of contents on the
right — .grid-rail-left wrapping .grid-rail,
the same two primitives the course lesson player composes.
<link rel="stylesheet" href="dist/creator.css" />What it reuses
Everything. .col-groups for the section grid, .col-posts
for the page list, .list-group for the nav rail, .codebox
for every snippet. Nothing here is docs-specific CSS.