Rocket
On this page

Build a Site#

This section is the main Site Author tutorial path. It starts from the minimal project created by rocket init and turns it into a working documentation site that uses Rocket's current Atlas docs layout.

Atlas is a reusable layout, not a copied project template. Rocket owns the layout function, layout-owned components, Web Awesome wiring, menu rendering, table of contents, and previous/next links. Your project owns the Pages, Site Head Metadata, layout data, assets, navigation choices, and component documentation.

Guided track#

Acme UI Docs static site#

Build a static documentation-style website for a design system. This track is written for Site Authors who own the content, navigation, branding, and component documentation for their project.

You will create a user-owned docs site from a new Rocket project while reusing Rocket's existing docs layout affordances.

The track covers the current Atlas docs shape:

Each page ends with a checkpoint so you can stop, run the project, and continue with a coherent site.