mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.0.2 release
This commit is contained in:
parent
c101debc8c
commit
c691fff501
@ -196,7 +196,7 @@ The Material theme uses a sophisticated asset pipeline using [Gulp][9] and
|
|||||||
Webpack which can be started with the following command:
|
Webpack which can be started with the following command:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
npm run start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
This will also start the MkDocs development server which will monitor changes
|
This will also start the MkDocs development server which will monitor changes
|
||||||
|
@ -28,7 +28,7 @@ pip install mkdocs && mkdocs --version
|
|||||||
# mkdocs, version 0.16.0
|
# mkdocs, version 0.16.0
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! warning "MkDocs for Material requirements"
|
!!! warning "MkDocs version requirements"
|
||||||
|
|
||||||
Material requires MkDocs >= 0.16.
|
Material requires MkDocs >= 0.16.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user