orzih / mkdocs-with-pdf

Generate a single PDF file from MkDocs repository.
MIT License
332 stars 77 forks source link

README explains how to use ENABLE_PDF_EXPORT #43

Closed mikesamuel closed 3 years ago

mikesamuel commented 3 years ago

This fleshes out the section on the enabled_if_env configuration parameter with motivation and code examples that show how to run mkdocs build and mkdocs serve in the common use case.

Fixes #41