guidebook-0.1.34 is not a library.
guidebook
A fast, HonKit/GitBook-compatible static site generator written in Rust.
Quick Start
Install
macOS / Linux:
|
Windows (PowerShell):
irm https://raw.githubusercontent.com/guide-inc-org/guidebook/main/install.ps1 | iex
Via Cargo (alternative):
Create and Preview a Book
# Navigate to your book folder (with SUMMARY.md)
# Start preview server with hot reload
# Open http://localhost:4000
Build for Production
Update
Features
- Fast - Built with Rust for maximum performance
- HonKit/GitBook Compatible - Drop-in replacement
- Hot Reload - Live preview with auto-refresh
- Multi-language Support - Build books in multiple languages
- Mermaid Diagrams - Native support for diagrams
- Collapsible Chapters - Expandable sidebar navigation
- Full-text Search - Built-in search functionality
- Self-update - Update with a single command
Project Structure
your-book/
├── book.json # Configuration (optional)
├── README.md # Introduction
├── SUMMARY.md # Table of contents
└── chapter1.md
SUMMARY.md
* * *
Migration from HonKit
guidebook is a drop-in replacement for HonKit. Just install and run:
# Replace: npx honkit build
# Replace: npx honkit serve
No configuration changes required.
License
MIT