This repository contains the source code for the official documentation of the PayNode Protocol, accessible at docs.paynode.dev.
Built with Next.js 15 and Nextra 3 to provide a fast, secure, and modern MDX reading experience.
To run the documentation site locally:
yarn installyarn devThe site will be available at http://localhost:3000.
pages/: Contains all the.mdxcontent files and Nextra routing logic.pages/_meta.js: Controls the navigation sidebar structure and ordering.theme.config.jsx: Configures the Nextra UI theme (logo, footer, repository links).
This repository is automatically deployed to Vercel via CI/CD. Any commits pushed to the main branch will trigger a production build.
Maintained by the PayNodeLabs core team.