Content Templates
Content Templates
Section titled βContent TemplatesβUse these templates to quickly start new pages. Copy the code block and paste it into your new .md or .mdx file.
π How-to Guide / Tutorial
Section titled βπ How-to Guide / Tutorialβ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...

## Troubleshooting
* **Problem:** [Error message] * **Solution:** [Fix]π Reference / Fact Sheet
Section titled βπ Reference / Fact Sheetβ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]
## PurposeThe purpose of this policy is to [goal].
## ScopeThis policy applies to [who/what].
## Policy Statement1. **Rule 1:** [The rule].2. **Rule 2:** [The rule].
## ProceduresIf [situation] occurs, follow these steps:1. Step one.2. Step two.
## ComplianceFailure to follow this policy may result in [consequence].π Meeting Notes
Section titled βπ Meeting Notesβ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]
## Agenda1. Item 12. Item 2
## Discussion Notes* **Item 1:** * Point made... * Decision: [Decision]
## Action Items- [ ] **[Name]**: Do this task by [Date]- [ ] **[Name]**: Do that task by [Date]