참고소스 수정본
This commit is contained in:
13
참고/ontocast-main/.cursor/rules/docs.mdc
Normal file
13
참고/ontocast-main/.cursor/rules/docs.mdc
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user