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
- Host: GitHub
- URL: https://github.com/getpagespeed/nginx-extras-docs
- Owner: GetPageSpeed
- Created: 2021-03-13T08:02:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T00:05:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T01:19:20.788Z (almost 2 years ago)
- Language: Python
- Size: 21.3 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`