Commit aabf28e
committed
chore: tell CodeRabbit the anchor doctitle uses single '='
CodeRabbit repeatedly flags the level-0 AsciiDoc document title
(= Title) as a section-header violation and suggests demoting it to
'=='. That is a false positive: all 292 anchor files use '=', and
extract-metadata.js reads the title via getDocumentTitle(), which only
the level-0 '=' populates — '==' would break the build. Add an explicit
instruction to the docs/anchors path rule so this stops recurring.1 parent a1b3557 commit aabf28e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments