From 6b239db64e031efe0399d338d3ce0a748c92a75e Mon Sep 17 00:00:00 2001 From: Berk Karaal Date: Wed, 6 Mar 2024 13:10:28 +0300 Subject: [PATCH 1/4] Documentation (#6878) --- docs/plugins/blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/blog.md b/docs/plugins/blog.md index 503fd7af4..888f39775 100644 --- a/docs/plugins/blog.md +++ b/docs/plugins/blog.md @@ -1256,7 +1256,7 @@ plugins: #### - + Use this setting to change the format string that is used when generating paginated view URLs. You can freely combine placeholders, and join them with From 3062379b1a0f1ce2951ed2a6a5ca389cb30a1b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20Viemer=C3=B6?= Date: Fri, 8 Mar 2024 08:35:13 +0200 Subject: [PATCH 2/4] Fixed syntax error in Finnish translations (#6883) --- material/templates/partials/languages/fi.html | 2 +- src/templates/partials/languages/fi.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/material/templates/partials/languages/fi.html b/material/templates/partials/languages/fi.html index d4564616b..2b947eaf3 100644 --- a/material/templates/partials/languages/fi.html +++ b/material/templates/partials/languages/fi.html @@ -51,6 +51,6 @@ "source.file.date.created": "Luotu", "source.file.date.updated": "Viimeisin päivitys", "tabs": "Välilehdet", - "toc": "Sisällysluettelo" + "toc": "Sisällysluettelo", "top": "Takaisin ylös" }[key] }}{% endmacro %} diff --git a/src/templates/partials/languages/fi.html b/src/templates/partials/languages/fi.html index fbad7d043..c94e45c15 100644 --- a/src/templates/partials/languages/fi.html +++ b/src/templates/partials/languages/fi.html @@ -71,6 +71,6 @@ "source.file.date.created": "Luotu", "source.file.date.updated": "Viimeisin päivitys", "tabs": "Välilehdet", - "toc": "Sisällysluettelo" + "toc": "Sisällysluettelo", "top": "Takaisin ylös" }[key] }}{% endmacro %} From 14b0b06e684dca312fc36ab838626a65c3ce2027 Mon Sep 17 00:00:00 2001 From: katharinalisalin Date: Fri, 8 Mar 2024 13:54:02 +0700 Subject: [PATCH 3/4] Moved contribution guides to community section --- mkdocs.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 60d2fc2cf..47a5d4dbc 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -191,16 +191,6 @@ nav: - Changelog: - changelog/index.md - How to upgrade: upgrade.md - - Contributing: - - contributing/index.md - - Reporting a bug: contributing/reporting-a-bug.md - - Reporting a docs issue: contributing/reporting-a-docs-issue.md - - Requesting a change: contributing/requesting-a-change.md - - Adding translations: contributing/adding-translations.md - - Making a pull request: contributing/making-a-pull-request.md - - Asking a question: https://github.com/squidfunk/mkdocs-material/discussions - - Guides: - - Creating a reproduction: guides/creating-a-reproduction.md - Setup: - setup/index.md - Changing the colors: setup/changing-the-colors.md @@ -266,7 +256,18 @@ nav: - Changelog: - insiders/changelog/index.md - How to upgrade: insiders/upgrade.md - - Community Experts Program: + - Community: + - Contributing: + - contributing/index.md + - Reporting a bug: contributing/reporting-a-bug.md + - Reporting a docs issue: contributing/reporting-a-docs-issue.md + - Requesting a change: contributing/requesting-a-change.md + - Adding translations: contributing/adding-translations.md + - Making a pull request: contributing/making-a-pull-request.md + - Asking a question: https://github.com/squidfunk/mkdocs-material/discussions + - Guides: + - Creating a reproduction: guides/creating-a-reproduction.md + - Community experts program: - insiders/community-experts-program/index.md - Blog: - blog/index.md From 9d387d042887908c1644251f25312a4b81361717 Mon Sep 17 00:00:00 2001 From: Blake Netzeband Date: Fri, 8 Mar 2024 18:23:28 -0700 Subject: [PATCH 4/4] Added schema reference to mkdocs-table-reader-plugin (#6887) --- docs/schema/plugins.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json index 1f1c99b1b..c537c4b98 100644 --- a/docs/schema/plugins.json +++ b/docs/schema/plugins.json @@ -124,6 +124,9 @@ }, { "$ref": "https://raw.githubusercontent.com/pawamoy/markdown-exec/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/timvink/mkdocs-table-reader-plugin/master/docs/schema.json" } ] }