Contribution Template
SPO AI Catalysts · Resources Contribution Template Copy this template when adding a new guide, how-to, or reference page to the Resources section.
How to use this template: Copy the Markdown source of this file into a new
_index.md inside the relevant sub-folder under content/documentation/, then fill in your content. Remove or replace all placeholder text marked with italic or <!-- ... -->.Template
---
title: "<!-- Your page title -->"
weight: <!-- A number controlling sort order, e.g. 1, 2, 3 -->
---
> **Short one-line description of this page**
---
## Overview
<!-- 2–3 sentences explaining what this page is about and who it's for. -->
---
## Prerequisites
<!-- List anything the reader needs before starting, e.g.: -->
- Access to <!-- tool/system -->
- Basic familiarity with <!-- concept -->
If there are no prerequisites, write: *None — anyone can follow this.*
---
## <!-- Main Section Heading -->
<!-- Step-by-step instructions, explanation, or reference content. -->
### Step 1 — <!-- Action -->
<!-- Description -->
### Step 2 — <!-- Action -->
<!-- Description -->
---
## Examples
<!-- Optional: one or two worked examples to make the content concrete. -->
| Example | Description |
|---------|-------------|
| *Placeholder* | *Placeholder* |
---
## Related Links
- [<!-- Link text -->](<!-- URL -->)
- [Work With Us](/request/) — get support from the Catalysts team
---
*Contributed by: <!-- Your name, chapter --> · <!-- Date -->*
Contribution Checklist
Before submitting, check:
- Title is clear and specific (not “Guide” — say what it guides)
- Overview explains who this is for
- Steps are numbered and actionable
- All placeholder text has been replaced
- Links have been tested
- File is placed in the correct sub-folder under
content/documentation/
Ready to contribute? Follow the steps on the Resources page or Work With Us.