diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-09 13:28:28 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-09 13:28:28 -0800 |
| commit | 150d80c2c62ce3693dbbd0256c16337879c7d825 (patch) | |
| tree | ddbd0d1dcc2cf5ca862cd5833a7c7e3eca959a9b /docs | |
| parent | 620ed5ca81f83c4676e34438267642b98e27983e (diff) | |
| download | nng-150d80c2c62ce3693dbbd0256c16337879c7d825.tar.gz nng-150d80c2c62ce3693dbbd0256c16337879c7d825.tar.bz2 nng-150d80c2c62ce3693dbbd0256c16337879c7d825.zip | |
Add some examples for generating PDF and EPUB.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/book.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/book.toml b/docs/book.toml index 62920b63..2dfabe2f 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -13,6 +13,19 @@ additional-css = ["theme/pagetoc.css"] additional-js = ["theme/pagetoc.js"] site-url = "/ref/" +# [output.markdown] + +# [output.compress] +# page.new_pages = true +# page.spacing.line = 1.3 +# page.size = { x = 203.2, y = 254 } +# font.regular = "IBMPlexSerif-Regular.ttf" +# font.monospace = "IBMPlexMono" +# font.bold = "IBMPlexSans-SemiBold.ttf" + +# [output.epub] +# epub-version = 3 + [preprocessor.alerts] [preprocessor.indexing] |
