You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(platform): show per-group API README as an "Overview" sidebar link
The sidebar partial (menu/group.html) skips a group's child menu entries
whose weight is -1 (that value marks a section-landing headline). The
consolidated per-group README.md pages were created with weight -1, so
they disappeared from the left column instead of appearing as "Overview".
Give the 18 per-group READMEs a positive weight (1) so they render as the
first "Overview" link under each group, matching the old overview.md
behavior. The top-level README stays weight -1 (it is a direct section
child rendered by menu/leaf.html, which does show it, as the section
headline).
Signed-off-by: Tamal Saha <tamal@appscode.com>
0 commit comments