This repository hosts the Docusaurus-powered documentation for Dot Ring.
Ensure you have Node.js 18 or newer:
node -vInstall dependencies:
npm installStart a local dev server (hot-reload enabled):
npm start
# or
npm run serverVisit: http://localhost:3000
Generate the static site in build/:
npm run buildPreview the build locally:
npm run serve
# pick a different port if 3000 is busy
npm run serve -- --port 4000If hosting on GitHub Pages, update url, organizationName, and projectName in docusaurus.config.js, then:
npm run deploydocs/ # Markdown source
sidebars.js # Sidebar configuration (autogenerated)
src/css/ # Custom CSS overrides
static/ # Static assets like images
- Add more markdown files under
docs/ - Customize theme in
docusaurus.config.js - Add versioning later with
docusaurus docs:version <x.y>
Add your license info here.