Skip to main content

Content and Documentation Pages

MDX-Based Content System

The platform includes static documentation pages authored in MDX (Markdown with embedded React components). These pages support bilingual content via locale-specific MDX files.

File naming convention:

src/app/<page>/<slug>.mdx       # English (default)
src/app/<page>/<slug>.pt.mdx # Portuguese

The correct file is served automatically based on the user's selected language.

Currently available pages:

PageEnglishPortuguese
/aboutsrc/app/about/about.mdxsrc/app/about/about.pt.mdx

To add or update content pages, a developer must edit the .mdx files in the repository and redeploy. Non-developer administrators should coordinate with developmers for content updates.