Documentation site for Nanome software, hosted at docs.nanome.ai. Built with VitePress.
- Node.js >= 20
npm install
npm run devnpm run docs:build
npm run docs:preview # preview the built site locallyPlace original images in docs/public/assets/original/, then run:
npm run docs:compressThis generates optimized versions in docs/public/assets/compressed/. Do not manually add files to the compressed folder — it is entirely managed by the compress script.
docs/
├── .vitepress/ # VitePress config and theme
├── nanome1x/ # Nanome 1.24 (1st Gen) docs
├── nanome_v2/ # Nanome v2 (2nd Gen) docs
├── mara/ # MARA docs
├── home.nanome.ai/ # Account management docs
├── help/ # Troubleshooting, hardware, FAQ
└── index.md # Landing page