The skeleton
A hub page contains these sections, in this order, using these exact H2 headings:Section guidance
Hubs are thin identity-and-links pages, not content pages. They follow the content guide’s dual-sourcing ban: wherever a canonical source exists — a guide, a reference page, a spec section, an in-repo document — the hub links it and never restates it.Overview
Answer three questions in at most a few short paragraphs: what the component does, why it exists (what breaks without it), and who runs it (chain operators, node operators, dispute participants, nobody directly). Volatile facts — versions, activation dates, flag defaults — do not belong here; they live in generated or source-linked pages.Get started
Exactly one canonical starting point. If a tutorial exists on this site, link it. If the component’s only setup documentation is its in-repo README, link that and say so.How-tos
Link the task guides on this site that configure or operate the component. Do not summarize them — one line per link describing the task.Configuration & flags reference
Link the component’s configuration reference page. While these pages are hand-maintained, note the release they were written against (the reference page itself carries that provenance). When a generated reference exists, this slot points at the generated page instead — the hub does not change shape. If no reference page exists yet, link the component’s--help surface via its
README and say the docs reference is pending.
Releases
Link the component’s page under Releases when it has one, otherwise the component’s release tags on GitHub.Source & spec links
Always in this order, when they exist:- The source directory in the monorepo (or the component’s home repository).
- In-repo deep documentation (design docs, runbooks) worth surfacing.
- The component’s section of the OP Stack specifications — deep-link the exact page, never the spec root.
What hubs are not
- Not a second guide. If you find yourself writing instructions, that content belongs in a how-to page the hub links.
- Not a reference. No flag tables, no RPC methods, no version matrices.
- Not a news page. Release announcements live on the releases pages.