31 lines
981 B
Markdown
31 lines
981 B
Markdown
# 📋 Smartup Zero Content Templates
|
|
|
|
This directory contains templates for common page types. Using these templates ensures consistency across all documentation.
|
|
|
|
## Available Templates
|
|
|
|
### 📅 phase-page.md
|
|
Use this template when documenting project phases.
|
|
|
|
**Usage:**
|
|
```bash
|
|
cp docs/_templates/phase-page.md docs/0_timeline/phases/phase-0-micropilot.md
|
|
# Then edit to fill in the [placeholders]
|
|
When to use:
|
|
|
|
Documenting any of the 4 phases (Validation, Design, Production, Organization)
|
|
Creating phase-specific status pages
|
|
Planning future phases
|
|
How to Use Templates
|
|
Copy the template to your target location
|
|
Replace all [placeholder] text with actual content
|
|
Remove any sections that aren't relevant
|
|
Follow the style guide for formatting
|
|
Creating New Templates
|
|
When creating new templates:
|
|
|
|
Use clear placeholders in [Square Brackets]
|
|
Include all standard components from the style guide
|
|
Add usage instructions to this README
|
|
Test the template by creating a sample page
|