fix: retarget the i18n pairing exclusions to the flattened catalog paths
The manifest excluded docs/tool-catalog/ and docs/persistence-catalog/ as directories; the trailing slash is a deliberate path boundary, so the flattened single files no longer matched and lost their generated-doc classification — the gate would have accepted a hand-added .zh.md twin it must reject. The entries now name the files.
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
"docs/AGENTS.md",
|
"docs/AGENTS.md",
|
||||||
"docs/module-graph.md",
|
"docs/module-graph.md",
|
||||||
"docs/config-catalog.md",
|
"docs/config-catalog.md",
|
||||||
|
"docs/tool-catalog.md",
|
||||||
|
"docs/persistence-catalog.md",
|
||||||
"docs/cordis-catalog/",
|
"docs/cordis-catalog/",
|
||||||
"docs/tool-catalog/",
|
|
||||||
"docs/persistence-catalog/",
|
|
||||||
"docs/i18n/terminology.md"
|
"docs/i18n/terminology.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user