This repo is a customized Docusaurus v3 starter tailored for deploying documentation on Ratio1 edge nodes. It keeps the classic DX while adding Ratio1-specific branding, metadata, hooks (build hash display, edge host indicator), and a customized search UI so you can ship a docs site that fits the Ratio1 ecosystem out of the box.
npm installnpm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be
served using any static contents hosting service.
npm run build
npm run serveThis builds the site and serves the static output from build/ so you can
verify the production bundle locally.
In the Ratio1 Deeploy flow, add the following worker commands:
npm install
npm run build
npm run serveThis installs dependencies, builds the static site, and serves it for deployment on Ratio1 edge nodes.
This template is designed specifically for deployment on Ratio1; use Ratio1 edge nodes for hosting.