mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation (#4970)
Co-authored-by: Nikolay Fedorovskih <n.fedorovskih@squaregps.com>
This commit is contained in:
parent
66836770c9
commit
22c273e48a
@ -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)
|
||||
|
||||
* Improved performance of element focus obervables
|
||||
* Improved performance of element focus observables
|
||||
* Fixed #3531: Added prev/next buttons to content tabs
|
||||
* 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)
|
||||
|
||||
* 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)
|
||||
|
||||
@ -864,7 +864,7 @@ mkdocs-material-8.0.0 (2021-11-28)
|
||||
* Removed deprecated prebuilt search index support
|
||||
* Removed deprecated web app manifest – use customization
|
||||
* 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 autoprefixer from last 4 years to last 2 years
|
||||
* Improved CSS overall to match modern standards
|
||||
|
@ -38,8 +38,8 @@ No further configuration is necessary. Advantages over a custom integration:
|
||||
[^1]:
|
||||
While all [Mermaid.js] features should work out-of-the-box, Material for
|
||||
MkDocs will currently only adjust the fonts and colors for flowcharts,
|
||||
sequence diagrams, class diagams, state diagrams and entity relationship
|
||||
diagrams. See the section on [other diagrams] for more informaton why this
|
||||
sequence diagrams, class diagrams, state diagrams and entity relationship
|
||||
diagrams. See the section on [other diagrams] for more information why this
|
||||
is currently not implemented for all diagrams.
|
||||
|
||||
[Diagrams support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.2.0
|
||||
|
@ -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
|
||||
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
|
||||
then replaced with the URL to the local copy. An example:
|
||||
|
||||
|
@ -107,7 +107,7 @@ Make sure that this matches the [default version].
|
||||
## Usage
|
||||
|
||||
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.
|
||||
|
||||
### Publishing a new version
|
||||
|
@ -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 web app manifest – use customization
|
||||
- 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 autoprefixer from `last 4 years` to `last 2 years`
|
||||
- Improved CSS overall to match modern standards
|
||||
|
Loading…
Reference in New Issue
Block a user