Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/article-creation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ src/pages/YYYY-MM/article-slug/index.mdx
2. **Article Slug**: Use kebab-case (lowercase with hyphens)
3. **File Name**: Always `index.mdx`
4. **Monday Release**: Ensure the date in frontmatter is always a Monday
5. **No AI Indicators**: Do not emojis, emdashes, or features commonly associated with AI-generated content in the article.

## Article Frontmatter Template

Expand Down Expand Up @@ -105,6 +106,7 @@ touch src/pages/YYYY-MM/article-slug/index.mdx
- Follow content structure best practices
- Add interactive components as needed
- Include code examples and explanations
- Do not include AI indicators in the content (e.g., emojis, emdashes, or features commonly associated with AI-generated content).

### 4. Add Assets (if needed)

Expand Down
Loading