Rocket
On this page

Acme UI Docs Site#

This tutorial track takes a Site Author from an empty project to a working static documentation site for a fictional design system called Acme UI.

You will build:

The layout package imports are Rocket-owned. The docs/siteData.js, docs/docsLayout.js, docs/pages/, docs/assets/, and src/components/ files in this tutorial are user-owned project files. The public/ directory is also user-owned and is for stable root-relative files such as favicons.

Current Atlas boundary#

The Atlas docs layout currently renders:

The layout does not own your public site identity. Put launch-facing facts such as site name, default description, canonical origin, language, and favicon references in rocket-config.js under Site Head Metadata.

Track pages#

  1. Create the project shell
  2. Own the site data
  3. Add pages and menus
  4. Add brand assets
  5. Document the first component
  6. Build the static site

After the static site is working, continue with Component Loading and Request-time JavaScript Pages. Reference links are included at the point where they help, but the guided path stays complete on its own.