This website is built using Docusaurus, a modern static website generator.
Copy the example environment file and configure as needed:
cp .env.example .env
bun install
bun start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
bun build
USE_SSH=true bun run deploy
This command generates static content into the build
directory and can be served using any static contents hosting service.
- Interactive documentation with React components
- Mathematical formula support via KaTeX
- Mermaid diagrams support