Privacy and Terms
Edit independent legal MDX pages for privacy, terms, and community guidelines.
The legal module renders Privacy, Terms, and Behavior (community guidelines) from MDX. Edit the files directly. There is no page-visibility matrix and no custom-legal overlay.
Scope and Entry Points
src/app/(landing-page)/[locale]/(cms)/legal/[...path]/page.tsx
content/legal
src/modules/landing-page/footer/SwitchFooter.tsx
| File | Purpose |
|---|---|
legal/[...path]/page.tsx | Legal route; renders MDX title + body |
content/legal | Independent MDX pages |
SwitchFooter / AuthFooter | Footer and auth-page links |
Fast Edit Path
Edit content/legal/{privacy,terms,behavior}.{en,zh}.mdx.
Keep frontmatter title. Do not add another # H1 in the body.
Update footer labels in src/i18n/translations/{en,zh}/home.json if needed.
---
title: 'Privacy Policy'
---
**Effective Date: January 5, 2025**
Welcome to MuseMVP...Hide a legal page
Remove the link from SwitchFooter and AuthFooter. Delete the MDX pair if the URL should also go away.
Related Docs
- Docs Configuration — Docs content and sidebar
- Basic Configuration — Brand and contact delivery