chore: 문서 수정

This commit is contained in:
DongHyeonka
2026-07-29 18:29:25 +09:00
parent 3ac0a367dc
commit 4b7f1a90d2
29 changed files with 1594 additions and 747 deletions
+1
View File
@@ -14,6 +14,7 @@ class ValidationError(ValueError):
class DocumentType(str, Enum):
TECHNICAL_BLOG = "technical_blog"
README = "readme"
TUTORIAL = "tutorial"
HOW_TO = "how_to"
EXPLANATION = "explanation"