guidebook is designed as a drop-in replacement for HonKit.
Install guidebook:
curl -fsSL https://raw.githubusercontent.com/guide-inc-org/guidebook/main/install.sh | sh
Replace your commands:
# Before (HonKit)
npx honkit build
npx honkit serve
# After (guidebook)
guidebook build
guidebook serve
That's it! No configuration changes needed.
book.json configurationSUMMARY.md formatLANGS.md multi-language| Feature | HonKit | guidebook |
|---|---|---|
| Install | Node.js + npm | Single binary |
| Build speed | Seconds | Milliseconds |
| Dependencies | Many | None |
| Self-update | Manual | guidebook update |
- uses: actions/setup-node@v4
- run: npm install -g honkit
- run: honkit build
- run: |
curl -sL https://github.com/guide-inc-org/guidebook/releases/latest/download/guidebook-linux-x86_64.tar.gz | tar xz
./guidebook build