Source for the AI Finance Team help center, hosted at https://help.aifinance.team.
Built with Next.js and next-mdx-remote. Articles live in content/ as MDX files.
npm install
npm run dev # preview at http://localhost:3000- Local: clone, run
npm run dev, edit.mdxfiles incontent/, see live preview at http://localhost:3000 - GitHub web: navigate to any file in
content/, click the pencil icon, commit. Site redeploys automatically.
- Create
content/<slug>.mdxwith frontmatter (title,description) - Update navigation in
src/app/layout.tsxif needed - Commit and push to main