mirror of
https://github.com/veeso/termscp.git
synced 2026-07-23 16:17:22 +02:00
docs: drop extra language docs/READMEs, point manual links to docs.termscp.rs
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user