chore: Update to mkdocs-simple v2.1.2
Note the upstream refactor from mkdocs-simple v1 -> v2 was fairly large, so this is a rather larger update than most. And in fact one feature of mkdocs-semiliterate (universal markdown extraction) was incorporated into mkdocs-simple, so the initialization of this plugin is noticeably simplified as a result. Also updates mkdocs to 1.4.
This commit is contained in:
parent
3b97489374
commit
861ba98942
11 changed files with 208 additions and 139 deletions
3
tests/fixtures/theme-modification/mkdocs.yml
vendored
3
tests/fixtures/theme-modification/mkdocs.yml
vendored
|
@ -5,7 +5,8 @@ theme:
|
|||
custom_dir: doc_theme/
|
||||
plugins:
|
||||
- semiliterate:
|
||||
ignore_folders: [refsite, snippet]
|
||||
ignore_folders: [refsite]
|
||||
ignore_hidden: false
|
||||
merge_docs_dir: false
|
||||
include_extensions: []
|
||||
semiliterate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue