How is Vercel shipping Next.js docs?
Unanswered
devjiwonchoi posted this in #help-forum
I'm aware that the Next.js docs are managed as an open source at https://github.com/vercel/next.js/tree/canary/docs, mdx with custom tags like
How are they being rendered on https://nextjs.org/docs ?
My intention is to create an unofficial localization of the docs for the community.
<AppOnly /> and <PageOnly />. How are they being rendered on https://nextjs.org/docs ?
My intention is to create an unofficial localization of the docs for the community.