Skip to content

Content Templates

Use these templates to quickly start new pages. Copy the code block and paste it into your new .md or .mdx file.

Use this for teaching a specific task or workflow.

Focus: Learning-oriented, step-by-step.

---
title: "How to [Task Name]"
description: "Learn how to [achieve specific goal] in [X] steps."
roles: ["Member"]
status: "draft"
tags: ["guide", "tutorial"]
sidebar:
label: "How to [Short Task]"
---
# How to [Task Name]
In this guide, you will learn how to [goal]. This is useful for [context/reason].
## Prerequisites
* [Requirement 1]
* [Requirement 2]
## Step 1: [Action]
Do this first...
> **Tip:** [Helpful advice]
## Step 2: [Action]
Then do this...
![Alt text for screenshot](image-path.png)
## Troubleshooting
* **Problem:** [Error message]
* **Solution:** [Fix]

Use this for informational pages, lists, or data tables.

Focus: Information-oriented, accurate, concise.

---
title: "[Topic] Reference"
description: "Complete reference for [Topic], including [key details]."
roles: ["Member"]
status: "published"
tags: ["reference", "data"]
sidebar:
label: "[Topic] Ref"
---
# [Topic] Reference
## Quick Facts
| Property | Value |
| :--- | :--- |
| **Owner** | [Name] |
| **Status** | Active |
| **Last Audit** | 2024-12-12 |
## Definitions
### [Term 1]
Definition of the term.
### [Term 2]
Definition of the term.
## Related Resources
* [Link 1]
* [Link 2]

πŸ›οΈ Policy / Standard Operating Procedure (SOP)

Section titled β€œπŸ›οΈ Policy / Standard Operating Procedure (SOP)”

Use this for official rules or mandatory procedures.

Focus: Compliance-oriented, clear, unambiguous.

---
title: "[Policy Name] Policy"
description: "Official policy regarding [Subject]."
roles: ["Member"]
status: "published"
tags: ["policy", "sop", "official"]
sidebar:
label: "[Policy Name]"
badge:
text: "Official"
variant: "caution"
---
# [Policy Name] Policy
**Effective Date:** 2025-01-01
**Owner:** [Role/Department]
## Purpose
The purpose of this policy is to [goal].
## Scope
This policy applies to [who/what].
## Policy Statement
1. **Rule 1:** [The rule].
2. **Rule 2:** [The rule].
## Procedures
If [situation] occurs, follow these steps:
1. Step one.
2. Step two.
## Compliance
Failure to follow this policy may result in [consequence].

Use this for recording meeting minutes.

Focus: Record-keeping, action items.

---
title: "Meeting: [Topic] - [YYYY-MM-DD]"
description: "Notes from the [Topic] meeting on [Date]."
roles: ["CoreTeam"]
status: "published"
tags: ["meeting-notes", "[Team]"]
sidebar:
hidden: true # Often better to link from a parent page than clutter the sidebar
---
# Meeting: [Topic]
* **Date:** [YYYY-MM-DD]
* **Attendees:** [Name 1], [Name 2]
## Agenda
1. Item 1
2. Item 2
## Discussion Notes
* **Item 1:**
* Point made...
* Decision: [Decision]
## Action Items
- [ ] **[Name]**: Do this task by [Date]
- [ ] **[Name]**: Do that task by [Date]