-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use Markdoc on the website #7786
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c5c6aa1:
|
d3f1f52
to
29977d2
Compare
…ooks like it might be a TS bug)
This PR replaces MDX with Markdoc for the docs portion of the website. It does not actually remove MDX from the website because I skipped converting the updates/releases sections to use Markdoc since they do weirder things and they'll likely be going away soon, it didn't seem worthwhile converting them.
The reasoning behind this is so that we can easily statically analyze our docs (It's impractical to do that on MDX since it's literally code that could do anything) to get all the headings for a table of contents and etc. while preserving the ability to express more custom things that can't be represented with just Markdown