Prerequisites
- Node.js 18 or newer
- This folder (
wupxy-docs) open in your terminal
Preview locally
Start Mintlify dev server
Add a new page
- Create a
.mdxfile in the relevant folder (e.g.workflows/my-new-guide.mdx) - Add frontmatter at the top:
- Add the page path to the correct group in
docs.jsonundernavigation.tabs
Build and deploy
dist/. Vercel picks this up automatically on push.
Page Conventions
Frontmatter schema, available components, and naming conventions for new pages.