Skip to content

GoPlasmatic/Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox

Reframe API documentation and interactive playground built with mdbook.

Quick Start

Local Development

  1. Install mdbook (if not installed):
cargo install mdbook
  1. Start development server:
cd docs
mdbook serve

The documentation will be available at http://localhost:3000

  1. Build for production:
cd docs
mdbook build