Commit 5bccadd
fix: extract API sidebar titles from H1 headings in docs workflow
The inline frontmatter loop was using filename-based titles, producing
lowercase names with -N suffixes for generics. Now extracts the title
from the H1 heading in each generated markdown file, matching the fix
in generate-api-docs.sh.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 962954d commit 5bccadd
1 file changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
68 | 82 | | |
69 | 83 | | |
70 | 84 | | |
71 | | - | |
| 85 | + | |
72 | 86 | | |
73 | 87 | | |
74 | 88 | | |
| |||
0 commit comments