Documentation site for Pine Stake, a Solana validator focused on decentralization, education, and empowering Brazilian creators. Built with Docusaurus.
- Node.js 18+
npm install
npm startStarts a dev server at http://localhost:3000 with live reload.
npm run buildGenerates static files into build/. Preview the production build with:
npm run servedocs/— the documentation content, one file per page, served at the site root (no separate landing page). Sidebar order is controlled by thesidebar_positionfrontmatter field in each file;docs/introduction.mdx(slug: /) is the homepage.src/css/custom.css— theme colors (dark pine-green palette) and global style overrides.docusaurus.config.ts— site metadata, navbar, footer, social links.static/img/— logo, favicon, and social card image.