guidebook is a fast, HonKit/GitBook-compatible static site generator written in Rust.
guidebook update# Install
curl -fsSL https://raw.githubusercontent.com/guide-inc-org/guidebook/main/install.sh | sh
# Initialize a new book
guidebook init my-book
cd my-book
# Preview your book
guidebook serve
# Build for production
guidebook build
Ready to start? Head over to the Installation guide.
Deploy your documentation with Guidebook Cloud for automatic deployments on push.