Loading docs page
Where to edit copy, routes, styling, and product-specific behavior.
Most teams should make these changes first:
src/config/landing-page.js and src/config/foundation.js.src/config/navigation.js.src/config/runtime.js before enabling providers or shipping flows.Keep content changes in the content and config layers whenever possible:
src/config/landing-page.js and src/config/foundation.jssrc/config/navigation.jssrc/docs/content/*src/components/brand/*That keeps copy edits and structural edits reviewable without mixing them into unrelated UI logic.
Once the public shell is aligned, move into the systems you actually need:
Read Auth, Billing, Email, SEO, Security before turning those pieces on.