23 lines
644 B
Markdown
Executable File
23 lines
644 B
Markdown
Executable File
# MDBook PDF template
|
|
|
|
## Description
|
|
|
|
This templates allows you to create fency PDF documents directly from MarkDown sources.
|
|
|
|
## Workflow
|
|
|
|
1. Firstly, you need to run Podman on your workstation
|
|
2. Build mdbook-local container image which will be used. Image contains all needed components
|
|
|
|
```
|
|
podman build -f Dockerfile -t mdbook-local .
|
|
```
|
|
|
|
3. Edit following files in `docs` directory
|
|
- **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
|
|
4. Run `mdbook_export.sh`
|
|
5. Find your new files in export directory
|
|
|
|
|