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
feat: include hidden items in nav tree with hidden flag (#1028)
* feat: emit hidden nav items with `hidden: true` instead of omitting them
Previously, hidden pages/sections/APIs were excluded from the navigation
tree stored in Redis. Now they are included with `hidden: true` so the
docs-site can conditionally show them when the user is browsing a hidden
page. Algolia records are still skipped for hidden items.
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: mark section hidden when all children are hidden
Prevents empty section headers from appearing when consumers filter
hidden items. Also fixes misleading comment ("no visible children"
→ "no children").
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: dslovinsky <dslovinsky@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments