mkdocs-with-confluence/mkdocs_with_confluence
Nikolai Rodionov dba633cccf Plugin shouldn't break the whole build (#6)
Now the whole logic is wrapped by `try`, so if plugin is failed, it won't break the whole build

Also, there were several changes
- Add header_message, so header_warning is still there ("‼️ This page is created automatically, all your changes will be overwritten during the next MKDocs deployment. Do not edit a page here ‼️") when you want to add a custom message
- Add upstream_url, so now there is a link to the original page, if it's provided
- Migrate to default python logging lib

Co-authored-by: Nikolai Rodionov <nikolai.rodionov@grandcentrix.net>
Reviewed-on: https://git.badhouseplants.net/allanger/mkdocs-with-confluence/pulls/6
2023-02-24 16:30:07 +00:00
..
__init__.py Add initial v0.1.0 plugin code 2021-04-14 22:58:26 +02:00
plugin.py Plugin shouldn't break the whole build (#6) 2023-02-24 16:30:07 +00:00