Transform your standard Markdown files into highly readable, interactive online books using a fast and safe command-line utility built in Rust. Whether you are creating product documentation, API references, tutorials, or course materials, this generator provides a clean and customizable presentation. It removes the complexity of web publishing so you can focus entirely on writing great content.\n\nKey benefits and features:\n* Lightweight Markdown syntax: Keeps your focus on writing rather than formatting.\n* Integrated search functionality: Helps readers find specific information instantly.\n* Syntax highlighting: Supports code blocks across multiple programming languages.\n* Customizable themes: Match your brand identity with flexible formatting options.\n* Extensibility: Modify content or add new syntax through custom plugins.
services:
mdbook:
image: allfunc/mdbook:latest
container_name: mdbook
# Override entrypoint to ensure we can execute the command explicitly
entrypoint: ""
command: mdbook serve -n 0.0.0.0
ports:
- "3000:3000"
volumes:
- ./data:/book
working_dir: /book
restart: unless-stopped# No environment variables are required for this configuration.
# This file is provided for consistency.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago