mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-13 18:40:54 +01:00
Documentation
This commit is contained in:
parent
db4648fb0b
commit
24c851948f
@ -38,9 +38,11 @@ Browser support matrix sourced from [caniuse.com].[^1]
|
|||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
[^1]:
|
[^1]:
|
||||||
The data was collected from [caniuse.com] in January 2022 and is primarily
|
The data was collected from [caniuse.com] in January 2022, and is primarily
|
||||||
based on browser support for [custom properties], [mask images] and the
|
based on browser support for [custom properties], [mask images] and the
|
||||||
[:is pseudo selector] which are not completely polyfillable.
|
[:is pseudo selector] which are not entirely polyfillable. Browsers with a
|
||||||
|
cumulated market share of less than 1% were not considered, but might still
|
||||||
|
be fully or partially supported.
|
||||||
|
|
||||||
Note that the usage data is based on global browser market share, so it could
|
Note that the usage data is based on global browser market share, so it could
|
||||||
in fact be entirely different for your target demographic. It's a good idea to
|
in fact be entirely different for your target demographic. It's a good idea to
|
||||||
|
@ -26,7 +26,7 @@ Material for MkDocs can be installed with `pip`:
|
|||||||
pip install mkdocs-material
|
pip install mkdocs-material
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "8.x <small>version range</small>"
|
=== "8.x"
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pip install mkdocs-material=="8.*" #(1)!
|
pip install mkdocs-material=="8.*" #(1)!
|
||||||
@ -78,7 +78,7 @@ minutes, as it comes with all dependencies pre-installed. Pull the image for the
|
|||||||
docker pull squidfunk/mkdocs-material
|
docker pull squidfunk/mkdocs-material
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "8.x <small>version range</small>"
|
=== "8.x"
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull squidfunk/mkdocs-material:8
|
docker pull squidfunk/mkdocs-material:8
|
||||||
|
Loading…
Reference in New Issue
Block a user