Files
AI/참고/ontocast-main/.cursor/rules/docs.mdc
2026-05-12 19:40:31 +09:00

14 lines
380 B
Plaintext

---
description: "Documentation conventions"
globs:
- "docs/**/*.md"
- "mkdocs.yaml"
alwaysApply: false
---
# Documentation Rules
- Write docs in Markdown with clear headings and code examples.
- Update `mkdocs.yaml` navigation when adding new docs.
- Keep `README.md` concise, and move long explanations to `/docs`.
- Use Python code fences (```python … ```) in examples.