Template
Reference Template
How to contribute a reference page to the Guardian docs
Last updated
Was this helpful?
How to contribute a reference page to the Guardian docs
Reference Template Use for: complete specifications of a thing — schema fields, API parameters, status values, configuration options. Reference pages are scannable, not narrative. If an explanation starts to grow into more than a sentence or two, it belongs in a concept page instead. Link to the concept page from the Related section.
Reference Page Title Name the thing being specified — e.g. "Policy schema properties", "Token configuration fields", "Block completion event payload"
One sentence. What this is and where it is used.
property_name
string
Yes
—
What it does
property_name
boolean
No
false
What it does
Document constrained value sets here — enumerations, allowed states, status codes. Remove this section if all values are free-form.
value
What it means
{
"property": "value"
}Anything that does not fit the tables but affects how this is used. Keep brief. If a note expands into a fuller explanation, it belongs in the concept page instead.
Concept: what this is for
Task: how to use this
Reference: related spec
Last updated
Was this helpful?
Was this helpful?