Skip to content

Commit bc7e687

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents a2f8456 + 7101a9e commit bc7e687

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ After your PR is merged, you can safely delete your branch and pull the changes
7979
from the main (upstream) repository.
8080

8181
[development environment]: https://squidfunk.github.io/mkdocs-material/customization/#environment-setup
82-
[build the theme]: https://squidfunk.github.io/mkdocs-material/customization/#build-process
82+
[build the theme]: https://squidfunk.github.io/mkdocs-material/customization/#building-the-theme

docs/schema/plugins.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
{
1212
"$ref": "plugins/git-revision-date-localized.json"
1313
},
14+
{
15+
"$ref": "https://mondeja.github.io/mkdocs-mdpo-plugin/schema.json"
16+
},
1417
{
1518
"$ref": "plugins/minify.json"
1619
},

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
name = "mkdocs-material",
4242
version = package["version"],
4343
url = package["homepage"],
44+
project_urls = {
45+
"Source": "https://github.com/squidfunk/mkdocs-material",
46+
},
4447
license = package["license"],
4548
description = package["description"],
4649
long_description = long_description,

0 commit comments

Comments
 (0)