Commit e70436a
authored
fix(docs): eliminate broken-link build warnings (#7)
* fix(docs): eliminate broken-link warnings
- Filter nav helpers to products with generated docs (drops broken
/docs/block-mcp/ and /docs/gravitysearch/ links rendered on every page).
- Render @SInCE as plain text in the API and hooks generators; per-version
since/<version>/ index pages are never generated, so the links 404'd.
* fix(docs): drop method anchors from @see cross-class links
An @see-referenced method is frequently not a rendered heading on the target
class page (not in its public set), so #method anchors 404. Link to the class
page (always exists). Eliminates the residual broken-anchor warnings.1 parent 8b44fa0 commit e70436a
3 files changed
Lines changed: 18 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
| |||
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| 78 | + | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
347 | 338 | | |
348 | 339 | | |
349 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
1085 | | - | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
1086 | 1089 | | |
1087 | 1090 | | |
1088 | 1091 | | |
| |||
1132 | 1135 | | |
1133 | 1136 | | |
1134 | 1137 | | |
1135 | | - | |
1136 | | - | |
1137 | | - | |
1138 | | - | |
1139 | | - | |
1140 | | - | |
1141 | | - | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
1142 | 1141 | | |
1143 | 1142 | | |
1144 | 1143 | | |
| |||
0 commit comments