HonKit
📖 HonKit is building beautiful books using Markdown - Fork of GitBook.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
honkit:
image: honkit/honkit
stdin_open: true
tty: true
init: true
ports:
- 4000:4000
volumes:
- "`pwd`:`pwd`"
working_dir: "`pwd`"
command: honkit serve
restart: unless-stopped Resources
Website: https://honkit.netlify.app/
GitHub: https://github.com/honkit/honkit
Docker Hub: https://hub.docker.com/r/honkit/honkit
Configuration: https://github.com/honkit/honkit/tree/master/docker