mirror of
https://github.com/doctrine/.github.git
synced 2026-03-23 22:32:09 +01:00
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"name": "Documentation",
|
|
"description": "Validates the documentation",
|
|
"iconName": "doctrine-logo",
|
|
"categories": [
|
|
"RST"
|
|
],
|
|
"filePatterns": [
|
|
"^docs/en/index.rst$"
|
|
]
|
|
}
|