Documentation (#4970)

Co-authored-by: Nikolay Fedorovskih <n.fedorovskih@squaregps.com>
This commit is contained in:
Nikolay Fedorovskikh 2023-02-03 14:06:10 +04:00 committed by GitHub
parent 66836770c9
commit 22c273e48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -517,7 +517,7 @@ mkdocs-material-8.2.15+insiders-4.15.2 (2022-05-22)
mkdocs-material-8.2.15+insiders-4.15.1 (2022-05-14) mkdocs-material-8.2.15+insiders-4.15.1 (2022-05-14)
* Improved performance of element focus obervables * Improved performance of element focus observables
* Fixed #3531: Added prev/next buttons to content tabs * Fixed #3531: Added prev/next buttons to content tabs
* Fixed tooltip positioning when host element is hidden * Fixed tooltip positioning when host element is hidden
@ -648,7 +648,7 @@ mkdocs-material-8.2.3 (2022-02-27)
mkdocs-material-8.2.2 (2022-02-26) mkdocs-material-8.2.2 (2022-02-26)
* Added automatic removal of query parameter when search is closed * Added automatic removal of query parameter when search is closed
* Fixed #3599: Anchors always overriden when using navigation tracking * Fixed #3599: Anchors always overridden when using navigation tracking
mkdocs-material-8.2.1+insiders-4.9.1 (2022-02-21) mkdocs-material-8.2.1+insiders-4.9.1 (2022-02-21)
@ -864,7 +864,7 @@ mkdocs-material-8.0.0 (2021-11-28)
* Removed deprecated prebuilt search index support * Removed deprecated prebuilt search index support
* Removed deprecated web app manifest use customization * Removed deprecated web app manifest use customization
* Removed extracopyright variable use new copyright partial * Removed extracopyright variable use new copyright partial
* Removed Disqus integation use customization * Removed Disqus integration use customization
* Switched to :is() selectors for simple selector lists * Switched to :is() selectors for simple selector lists
* Switched autoprefixer from last 4 years to last 2 years * Switched autoprefixer from last 4 years to last 2 years
* Improved CSS overall to match modern standards * Improved CSS overall to match modern standards

View File

@ -38,8 +38,8 @@ No further configuration is necessary. Advantages over a custom integration:
[^1]: [^1]:
While all [Mermaid.js] features should work out-of-the-box, Material for While all [Mermaid.js] features should work out-of-the-box, Material for
MkDocs will currently only adjust the fonts and colors for flowcharts, MkDocs will currently only adjust the fonts and colors for flowcharts,
sequence diagrams, class diagams, state diagrams and entity relationship sequence diagrams, class diagrams, state diagrams and entity relationship
diagrams. See the section on [other diagrams] for more informaton why this diagrams. See the section on [other diagrams] for more information why this
is currently not implemented for all diagrams. is currently not implemented for all diagrams.
[Diagrams support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.2.0 [Diagrams support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.2.0

View File

@ -331,7 +331,7 @@ The following configuration options are available for external links:
The [built-in privacy plugin] scans the resulting HTML for links to external The [built-in privacy plugin] scans the resulting HTML for links to external
resources, including external scripts, style sheets, images and web fonts, and resources, including external scripts, style sheets, images and web fonts, and
downloads them to bundle them with your documentation site. Every URL refering downloads them to bundle them with your documentation site. Every URL referring
to an external resource, no matter if part of a template or Markdown file, is to an external resource, no matter if part of a template or Markdown file, is
then replaced with the URL to the local copy. An example: then replaced with the URL to the local copy. An example:

View File

@ -107,7 +107,7 @@ Make sure that this matches the [default version].
## Usage ## Usage
While this section outlines the basic workflow for publishing new versions, While this section outlines the basic workflow for publishing new versions,
it's best to check out [mike's documentation][mike] to make yourself familar it's best to check out [mike's documentation][mike] to make yourself familiar
with its mechanics. with its mechanics.
### Publishing a new version ### Publishing a new version

View File

@ -112,7 +112,7 @@ changes into your templates. A good starting point is to [inspect the diff].
- Removed deprecated prebuilt search index support - Removed deprecated prebuilt search index support
- Removed deprecated web app manifest use customization - Removed deprecated web app manifest use customization
- Removed `extracopyright` variable use new `copyright` partial - Removed `extracopyright` variable use new `copyright` partial
- Removed Disqus integation use customization - Removed Disqus integration use customization
- Switched to `:is()` selectors for simple selector lists - Switched to `:is()` selectors for simple selector lists
- Switched autoprefixer from `last 4 years` to `last 2 years` - Switched autoprefixer from `last 4 years` to `last 2 years`
- Improved CSS overall to match modern standards - Improved CSS overall to match modern standards