mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
* Improve documentation and ensure it matches actual behavior. * Use `page.edit_url` not `config.edit_url` in mkdocs template (opps). * Include whitespace between icon and label in mkdocs theme. * Undefined `edit_uri` results in `page.edit_url = None` when not automated. * Setting `edit_uri: ''` disables automatic edit_uri for GitHub & Bitbucket.