DevVerse UI And Route Conventions
Preserve the split between
/and/home./is the landing page with no navbar./homeis the article index.Preserve the route wrappers.
ConditionalNavbarandConditionalMainare architectural, not cosmetic.Keep styling aligned with the repo's real patterns. Prefer
app/globals.css, route-scoped CSS, and existing inline styles over introducing Tailwind-first rewrites.Preserve the dark-mode chain. Keep the inline boot script, the
darkclass on<html>, the CSS variables inapp/globals.css, andDarkModeProviderin sync.Preserve article DOM contracts. Do not remove
.mdx-container, and do not casually change theh2andh3structure used byTableOfContents.Read the route map before broad UI work. @references/route-map.md
Validate UI and route changes with repo-aware commands. Use
devverse-validateor run the relevant checks yourself.