MDX Content
Purpose
This folder contains the MDX source files used by the frontend documentation and knowledge-base pages.
Structure
- Root pages:
index.mdxfaq.mdxcontact.mdxCHANGELOG.mdxuse-cases-and-short-help-videos.mdx
dashboard/- Dashboard and upload walkthrough content.
knowledge-base/- Disease-dependent and disease-independent data documentation.
network-visualization/- Left-panel, right-panel, and board usage docs.
_meta.ts- Metadata/navigation structure for the docs site.
Notes
- These files are served through
frontend/app/docs/[[...mdxPath]]/page.jsx. - Many MDX pages reference images under
frontend/public/image/docs/.