An open API service indexing awesome lists of open source software.

https://github.com/getpagespeed/nginx-extras-docs

Generation of docs for nginx-extras
https://github.com/getpagespeed/nginx-extras-docs

Last synced: over 1 year ago
JSON representation

Generation of docs for nginx-extras

Awesome Lists containing this project

README

          

# nginx-extras-docs

Generation of docs for nginx-extras

## Book generation

Using https://github.com/orzih/mkdocs-with-pdf

```bash
pip install "qrcode[pil]"
```

Added its config to `plugins`.

Generate book: `ENABLE_PDF_EXPORT=1 mkdocs build`