Benoit Chesneau 66d0880c74 Address PR #3468 review feedback
- Guard early_hints callback against calls after response started
- Fix :authority precedence over Host header per RFC 9113 section 8.3.1
- Add nginx early_hints documentation link
- Use standard port 443 in curl examples
2026-01-27 09:59:35 +01:00
..
2026-01-27 09:59:35 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00

Generate Documentation
======================

Requirements
------------

Install the documentation dependencies with::

    pip install -r requirements_dev.txt

This provides MkDocs with the Material theme and supporting plugins.


Build static HTML
-----------------
::

    mkdocs build

The rendered site is emitted into the ``site/`` directory.


Preview locally
---------------
::

    mkdocs serve

This serves the documentation at http://127.0.0.1:8000/ with live reload.