mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
This change adds a new configuration option called `extra` which allows uers to add an arbitrary set of data to the config that is passed to the template context. Fixes #144