mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
I tried to keep the docs simple so non-python people would understand them (I avoided calling the setting a 'dict,' etc.). Could probably use some improvement. All this extension mungling stuff should probably go in validate_config, but that feels like an entireley differant issue than this, so I made the changes inplace. Fixes #351