commit
						d4efbc5bfb
					
				|  | @ -2,11 +2,9 @@ | |||
| 
 | ||||
| [](https://github.com/backstage/mkdocs-monorepo-plugin/actions) | ||||
| [](https://pypi.org/project/mkdocs-monorepo-plugin/) | ||||
|  | ||||
|  | ||||
| [](LICENSE) | ||||
| 
 | ||||
| > **Note: This plugin is in beta.** Whilst it is not expected to significantly change in functionality, it may not yet be fully compatible with other Mkdocs configuration and thus may break with some advanced configurations. Once these have been resolved and all bugs have been ironed out, we will move this to a stable release. | ||||
| 
 | ||||
| ✚ This plugin enables you to build multiple sets of documentation in a single Mkdocs. It is designed to address writing documentation in Spotify's largest and most business-critical codebases (typically monoliths or monorepos). | ||||
| 
 | ||||
| ✏️ [Blog Post](https://labs.spotify.com/2019/10/01/solving-documentation-for-monoliths-and-monorepos/) | 🐍 [Python Package](https://pypi.org/project/mkdocs-monorepo-plugin/) | ✚ [Demo](https://backstage.github.io/mkdocs-monorepo-plugin/monorepo-example/) | 📕 [Docs](https://backstage.github.io/mkdocs-monorepo-plugin/) | ||||
|  |  | |||
|  | @ -1,5 +1,11 @@ | |||
| # Changelog | ||||
| 
 | ||||
| ## 1.0.0 | ||||
| 
 | ||||
| - This package has been promoted to v1.0! | ||||
| 
 | ||||
| > **Note:** Going forward, this package will follow [semver](https://semver.org/#semantic-versioning-200) conventions. | ||||
| 
 | ||||
| ## 0.5.3 | ||||
| 
 | ||||
| - Don't run on_serve if on_config was skipped | ||||
|  |  | |||
							
								
								
									
										2
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										2
									
								
								setup.py
								
								
								
								
							|  | @ -3,7 +3,7 @@ import setuptools | |||
| 
 | ||||
| setuptools.setup( | ||||
|     name='mkdocs-monorepo-plugin', | ||||
|     version='0.5.3', | ||||
|     version='1.0.0', | ||||
|     description='Plugin for adding monorepository support in Mkdocs.', | ||||
|     long_description=""" | ||||
|         This introduces support for the !include syntax in mkdocs.yml, allowing you to import additional Mkdocs navigation. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue