mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
9cd979ae6c
@ -1256,7 +1256,7 @@ plugins:
|
||||
#### <!-- md:setting config.pagination_url_format -->
|
||||
|
||||
<!-- md:version 9.2.0 -->
|
||||
<!-- md:default `{date}/{slug}` -->
|
||||
<!-- md:default `page/{page}` -->
|
||||
|
||||
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
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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 %}
|
||||
|
23
mkdocs.yml
23
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
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user