docs: drop extra language docs/READMEs, point manual links to docs.termscp.rs

This commit is contained in:
Christian Visintin
2026-06-08 09:30:01 +02:00
parent 14e6872432
commit c24f08691d
16 changed files with 8 additions and 6514 deletions

View File

@@ -9,11 +9,13 @@
// visually aligned table never matches. Rendering is unaffected.
"MD060": false
},
"globs": ["docs/**/*.md"],
"globs": ["docs/en-US/**/*.md", "docs/zh-CN/**/*.md"],
"ignores": [
// mdBook build output.
"**/book/**",
// SUMMARY.md uses multiple level-1 headings as mdBook part titles.
"**/SUMMARY.md"
"**/SUMMARY.md",
// GitHub READMEs (not part of the book) keep centered HTML badges.
"**/README.md"
]
}