Skip to content

fix: nest Module 0 and Phase groups under the Guides sidebar section - #12

Merged
cner-smith merged 1 commit into
mainfrom
fix/nest-guides-sidebar
May 24, 2026
Merged

fix: nest Module 0 and Phase groups under the Guides sidebar section#12
cner-smith merged 1 commit into
mainfrom
fix/nest-guides-sidebar

Conversation

@cner-smith

Copy link
Copy Markdown
Collaborator

What does this change?

Moves the Module 0 and Phase 1–3 groups so they are nested inside the Guides sidebar section, instead of sitting at the top level as siblings of it.

After #10 the duplication was fixed, but those groups rendered as top-level entries — even though all of their content lives under docs/guides/. Now Guides expands to: its landing page, the example reference, then the Module 0 and Phase sub-groups.

Why?

The navigation didn't match the content structure: everything under guides/ should appear under "Guides". Reported from the live site — the module/phase sections weren't reachable from the Guides section.

Type of change

  • Correction or update to existing content
  • Documentation or formatting fix

Checklist

  • No vendor promotional content presented as neutral guidance
  • If adding code: tested — npm run build clean; built sidebar verified (Module 0 + Phases nested under Guides, no duplicates, original order)
  • CHANGELOG.md — handled by release-please from the fix: commit

Notes for reviewers

  • Pure information-architecture change: same pages, slugs, and ordering; still autogenerate-driven (folder + frontmatter). Guides stays an explicit items list because it mixes loose pages with the nested autogenerated sub-groups — autogenerating docs/guides directly would re-list the module/phase tree. site/README.md updated to show the nested shape.

After #10 the Module 0 and Phase 1-3 groups sat at the top level of the
sidebar, as siblings of "Guides", even though all of that content lives under
docs/guides/. Move them inside the Guides group's `items` so the navigation
matches the content structure: Guides now expands to the landing page, the
example reference, and the Module 0 / Phase sub-groups.

No change to page content, slugs, or ordering -- still autogenerate-driven and
duplicate-free (verified against the built nav). site/README.md updated to show
the nested structure.
@cner-smith
cner-smith merged commit fa8e53f into main May 24, 2026
2 checks passed
@cner-smith
cner-smith deleted the fix/nest-guides-sidebar branch May 24, 2026 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant