Files
archived-github/workflow-templates/documentation.properties.json
2025-10-09 13:47:03 +02:00

12 lines
215 B
JSON

{
"name": "Documentation",
"description": "Validates the documentation",
"iconName": "doctrine-logo",
"categories": [
"RST"
],
"filePatterns": [
"^docs/en/index.rst$"
]
}