From 3acdb42c96c45cf6d66fe040e17a5f7ee8e9cb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Fri, 4 Mar 2022 08:13:36 +0100 Subject: [PATCH 1/3] Fixed link to theme building in CONTRIBUTING (#3661) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21b17b537..b57e83b7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,4 +79,4 @@ After your PR is merged, you can safely delete your branch and pull the changes from the main (upstream) repository. [development environment]: https://squidfunk.github.io/mkdocs-material/customization/#environment-setup - [build the theme]: https://squidfunk.github.io/mkdocs-material/customization/#build-process + [build the theme]: https://squidfunk.github.io/mkdocs-material/customization/#building-the-theme From 47a9551cdf6787c7799455f97ed4f8a471e1a48b Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Fri, 4 Mar 2022 09:13:48 +0200 Subject: [PATCH 2/3] Added GitHub URL for PyPi (#3654) --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 9967ccc3b..87d41bee2 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,9 @@ setup( name = "mkdocs-material", version = package["version"], url = package["homepage"], + project_urls = { + "Source": "https://github.com/squidfunk/mkdocs-material", + }, license = package["license"], description = package["description"], long_description = long_description, From 7101a9e13dc927f99f9fe76aa396737531f0767d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Fri, 4 Mar 2022 13:47:32 +0100 Subject: [PATCH 3/3] Added mdpo plugin JSON schema (#3666) --- docs/schema/plugins.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json index 0696d1404..cd2792736 100644 --- a/docs/schema/plugins.json +++ b/docs/schema/plugins.json @@ -11,6 +11,9 @@ { "$ref": "plugins/git-revision-date-localized.json" }, + { + "$ref": "https://mondeja.github.io/mkdocs-mdpo-plugin/schema.json" + }, { "$ref": "plugins/minify.json" },