mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
a98b93299f
@ -174,7 +174,7 @@ the Material theme and recompile it. This is fairly easy.
|
||||
|
||||
[5]: https://webpack.js.org/
|
||||
[6]: https://babeljs.io
|
||||
[7]: http://sass-lang.com
|
||||
[7]: https://sass-lang.com
|
||||
|
||||
### Environment setup
|
||||
|
||||
|
@ -11,7 +11,7 @@ executed during compilation of the Markdown file.
|
||||
[Docker image][3] with all dependencies pre-installed.
|
||||
|
||||
[1]: https://python-markdown.github.io/extensions/code_hilite/
|
||||
[2]: http://pygments.org
|
||||
[2]: https://pygments.org
|
||||
[3]: https://hub.docker.com/r/squidfunk/mkdocs-material/
|
||||
|
||||
## Installation
|
||||
|
@ -5,7 +5,7 @@ great features to the standard Markdown library. For this reason, the
|
||||
**installation of this package is highly recommended** as it's well-integrated
|
||||
with the Material theme.
|
||||
|
||||
[1]: http://facelessuser.github.io/pymdown-extensions/
|
||||
[1]: https://facelessuser.github.io/pymdown-extensions/
|
||||
|
||||
## Installation
|
||||
|
||||
@ -95,7 +95,7 @@ extra_javascript:
|
||||
|
||||
[2]: https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/
|
||||
[3]: https://www.mathjax.org/
|
||||
[4]: http://meta.math.stackexchange.com/questions/5020/
|
||||
[4]: https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference
|
||||
[5]: ../customization.md#additional-javascript
|
||||
|
||||
#### Blocks
|
||||
|
@ -10,19 +10,19 @@ good to go with the following commands:
|
||||
|
||||
``` sh
|
||||
python --version
|
||||
# Python 2.7.13
|
||||
# Python 3.8.0
|
||||
pip --version
|
||||
# pip 9.0.1
|
||||
# pip 19.3.1
|
||||
```
|
||||
|
||||
Installing and verifying MkDocs is as simple as:
|
||||
|
||||
``` sh
|
||||
pip install mkdocs && mkdocs --version
|
||||
# mkdocs, version 0.17.1
|
||||
# mkdocs, version 1.0.4
|
||||
```
|
||||
|
||||
Material requires MkDocs >= 0.17.1.
|
||||
Material requires MkDocs >= 1.0.0.
|
||||
|
||||
[1]: https://www.mkdocs.org
|
||||
|
||||
|
@ -75,7 +75,7 @@ extra:
|
||||
- type: twitter
|
||||
link: https://twitter.com/squidfunk
|
||||
- type: linkedin
|
||||
link: https://linkedin.com/in/squidfunk
|
||||
link: https://www.linkedin.com/in/squidfunk/
|
||||
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
|
2308
package-lock.json
generated
2308
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -39,11 +39,11 @@
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.7.0",
|
||||
"@babel/core": "^7.7.2",
|
||||
"@babel/plugin-transform-react-jsx": "^7.7.0",
|
||||
"@babel/preset-env": "^7.7.1",
|
||||
"autoprefixer": "^9.7.1",
|
||||
"@babel/cli": "^7.7.4",
|
||||
"@babel/core": "^7.7.4",
|
||||
"@babel/plugin-transform-react-jsx": "^7.7.4",
|
||||
"@babel/preset-env": "^7.7.4",
|
||||
"autoprefixer": "^9.7.3",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-loader": "^8.0.6",
|
||||
"chalk": "^3.0.0",
|
||||
@ -54,11 +54,11 @@
|
||||
"cssmin": "^0.4.3",
|
||||
"custom-event-polyfill": "^1.0.7",
|
||||
"customizr": "^1.4.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint": "^6.7.2",
|
||||
"event-hooks-webpack-plugin": "^2.1.4",
|
||||
"expose-loader": "^0.7.4",
|
||||
"extract-loader": "^3.1.0",
|
||||
"file-loader": "^4.2.0",
|
||||
"file-loader": "^5.0.2",
|
||||
"html-minifier": "^4.0.0",
|
||||
"imagemin-webpack-plugin": "^2.4.2",
|
||||
"js-cookie": "^2.2.1",
|
||||
@ -74,11 +74,11 @@
|
||||
"postcss-loader": "^3.0.0",
|
||||
"promise-polyfill": "^8.1.3",
|
||||
"sass-loader": "^7.3.1",
|
||||
"style-loader": "^1.0.0",
|
||||
"stylelint": "^11.1.1",
|
||||
"style-loader": "^1.0.1",
|
||||
"stylelint": "^12.0.0",
|
||||
"stylelint-config-standard": "^19.0.0",
|
||||
"stylelint-order": "^3.1.1",
|
||||
"stylelint-scss": "^3.12.1",
|
||||
"stylelint-scss": "^3.13.0",
|
||||
"uglifyjs-3-webpack-plugin": "^1.2.4",
|
||||
"unfetch": "^3.0.0",
|
||||
"webpack": "^4.41.2",
|
||||
|
Loading…
Reference in New Issue
Block a user