feat: add docs-check command to analyze changes and generate docs with translations

This commit is contained in:
Greyson LaLonde
2026-03-25 19:59:14 +08:00
committed by GitHub
parent a49f9f982b
commit 6f58b63e5d
3 changed files with 479 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ dependencies = [
bump-version = "crewai_devtools.cli:bump"
tag = "crewai_devtools.cli:tag"
release = "crewai_devtools.cli:release"
docs-check = "crewai_devtools.docs_check:docs_check"
devtools = "crewai_devtools.cli:main"
[build-system]