1
0
mirror of synced 2025-12-20 10:28:40 -05:00

Adding internal links version rule with fixes (#43346)

This commit is contained in:
Grace Park
2023-09-27 17:56:48 -07:00
committed by GitHub
parent 7ba2595790
commit b0890a5494
5 changed files with 95 additions and 18 deletions

View File

@@ -44,6 +44,11 @@ const githubDocsConfig = {
severity: 'error',
'partial-markdown-files': true,
},
'internal-links-old-version': {
// GHD010
severity: 'error',
'partial-markdown-files': true,
},
'list-first-word-capitalization': {
// GH011
severity: 'warning',