File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.2
4+
5+ - Dropped official support for Python 3.8
6+
37## 1.1.1
48
59- Removed overly restrictive directory structure. It is now possible to call directories outside of your current directory. [ #139 ]
812- Remove use of warning_filter (deprecated) [ #108 ]
913- add support for monorepos with symlink folders [ #122 ]
1014- Fix edit URL for included projects with nested site_name [ #128 ]
11- - Dropped official support for Python 3.8
1215
1316## 1.1.0
1417
Original file line number Diff line number Diff line change 22
33setuptools .setup (
44 name = "mkdocs-monorepo-plugin" ,
5- version = "1.1.1 " ,
5+ version = "1.1.2 " ,
66 description = "Plugin for adding monorepository support in Mkdocs." ,
77 long_description = """
88 This introduces support for the !include syntax in mkdocs.yml, allowing you to import additional Mkdocs navigation.
You can’t perform that action at this time.
0 commit comments