mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
bc7e687fdb
@ -79,4 +79,4 @@ After your PR is merged, you can safely delete your branch and pull the changes
|
|||||||
from the main (upstream) repository.
|
from the main (upstream) repository.
|
||||||
|
|
||||||
[development environment]: https://squidfunk.github.io/mkdocs-material/customization/#environment-setup
|
[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
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
{
|
{
|
||||||
"$ref": "plugins/git-revision-date-localized.json"
|
"$ref": "plugins/git-revision-date-localized.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"$ref": "https://mondeja.github.io/mkdocs-mdpo-plugin/schema.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$ref": "plugins/minify.json"
|
"$ref": "plugins/minify.json"
|
||||||
},
|
},
|
||||||
|
3
setup.py
3
setup.py
@ -41,6 +41,9 @@ setup(
|
|||||||
name = "mkdocs-material",
|
name = "mkdocs-material",
|
||||||
version = package["version"],
|
version = package["version"],
|
||||||
url = package["homepage"],
|
url = package["homepage"],
|
||||||
|
project_urls = {
|
||||||
|
"Source": "https://github.com/squidfunk/mkdocs-material",
|
||||||
|
},
|
||||||
license = package["license"],
|
license = package["license"],
|
||||||
description = package["description"],
|
description = package["description"],
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
|
Loading…
Reference in New Issue
Block a user