Example Guide — How to Adapt This Page
This is a reference page demonstrating the structure of a guide. Replace this entire file when authoring a real guide; do not delete it without adding an alternative reference doc.
Section heading
Section titled “Section heading”Use H2 headings (##) for top-level sections within a guide. The right-hand table of contents auto-populates from H2 and H3 headings.
Subsection
Section titled “Subsection”H3 headings appear as nested entries in the right-hand TOC.
Code blocks
Section titled “Code blocks”Fenced code blocks are syntax-highlighted automatically:
resource "aws_s3_bucket" "tribal_data" { bucket = "tribal-sovereign-data"}Links to repo artifacts
Section titled “Links to repo artifacts”When a page describes a downloadable artifact (terraform module, legal template, etc.), link to it via raw GitHub URL:
Cross-links to other docs
Section titled “Cross-links to other docs”Link to other docs with site-relative URLs that include the /playbook/ base path:
See the Templates section for downloadable contract addendums.