cced7f02f7d11aded54c8d0352cae35b7c77a4fc
MDBook PDF template
Description
This templates allows you to create fency PDF documents directly from MarkDown sources.
Workflow
- Firstly, you need to run Podman on your workstation
- Build mdbook-local container image which will be used. Image contains all needed components
podman build -f Dockerfile -t mdbook-local .
- Edit following files in
docsdirectory
- book.toml - change author and title and do any adjustments you need
- src/SUMMARY.md - Table of content (source document) from which MDBook generates the documentation
- Run
mdbook_export.sh - Find your new files in export directory
Description
Languages
JavaScript
41.4%
CSS
31.8%
HTML
25.4%
Dockerfile
0.8%
Shell
0.6%