-
Notifications
You must be signed in to change notification settings - Fork 214
Document support for .md
#1900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document support for .md
#1900
Conversation
k-finken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good but I don't think we should replace MDX with Markdown in most of the spots since Markdown isn't a superset of those two. I think we should keep MDX in most of the spots and just label a few specifics with we support .md as well.
CC @hahnbeelee
| 3. If you have OpenAPI specifications, add them to your `docs.json` and configure the API playground. | ||
|
|
||
| <Tip> | ||
| If you migrate your content as `.md` files, convert them to `.mdx` to support interactive features like React components. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love this ❤️
k-finken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left 1 comment but otherwise looks great 🚢
Documentation changes
This PR replaces most uses of
MDXwithMarkdownsince we support.mdand.mdxfile types.Biggest change is in
pages.mdxwhere we explain that a page is a Markdown file and it can be either type, but MDX can use JSX.I left all the API-related content as MDX only since no one currently has
.mdendpoint pages and we don't want people creating them. So users would only really be going from MDX to openAPI or setting up MDX endpoint pages.Closes https://linear.app/mintlify/issue/DOC-210/update-docs-to-mention-standard-md-file-support
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Clarifies Markdown page support (.md and .mdx) and standardizes MDX terminology across docs, with key updates to Pages, Editor, and Migration guides.
organize/pages.mdxto define pages as Markdown; support.mdand.mdx; recommend MDX for full functionality.editor.mdx.migration.mdxto use Markdown pages; add tip to convert.mdto.mdx; adjust asset reference wording.api-playground/mdx-setup.mdxandapi-playground/overview.mdxregarding custom endpoint pages.customize/react-components.mdxandcustomize/custom-scripts.mdx.usercontent access and examples indeploy/personalization-setup.mdx.api.mdxconfiguration description inorganize/settings.mdx.organize/navigation.mdx.Written by Cursor Bugbot for commit 7211090. This will update automatically on new commits. Configure here.