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 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" } ] } 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/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 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 %}