1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2020-04-13 16:12:51 +02:00
commit a7df66aff1
4 changed files with 966 additions and 376 deletions

View File

@ -14,33 +14,25 @@
</p>
<p align="center">
<a href="https://github.com/squidfunk/mkdocs-material/actions">
<img
src="https://github.com/squidfunk/mkdocs-material/workflows/ci/badge.svg?branch=master"
alt="GitHub Action"
/>
</a>
<a href="https://pypistats.org/packages/mkdocs-material">
<img
src="https://img.shields.io/pypi/dm/mkdocs-material.svg"
alt="Downloads"
/>
</a>
<a href="https://gitter.im/squidfunk/mkdocs-material">
<img
src="https://badges.gitter.im/squidfunk/mkdocs-material.svg"
alt="Chat on Gitter"
/>
</a>
<a href="https://pypi.org/project/mkdocs-material">
<img
src="https://img.shields.io/pypi/v/mkdocs-material.svg"
alt="Python Package Index"
/>
</a>
<a href="https://amzn.to/353WRpj">
<img src="https://img.shields.io/static/v1?label=amazon&message=wish%20list&color=orange" />
</a>
<a href="https://github.com/squidfunk/mkdocs-material/actions"><img
src="https://github.com/squidfunk/mkdocs-material/workflows/ci/badge.svg?branch=master"
alt="GitHub Action"
/></a>
<a href="https://pypistats.org/packages/mkdocs-material"><img
src="https://img.shields.io/pypi/dm/mkdocs-material.svg"
alt="Downloads"
/></a>
<a href="https://gitter.im/squidfunk/mkdocs-material"><img
src="https://badges.gitter.im/squidfunk/mkdocs-material.svg"
alt="Chat on Gitter"
/></a>
<a href="https://pypi.org/project/mkdocs-material"><img
src="https://img.shields.io/pypi/v/mkdocs-material.svg"
alt="Python Package Index"
/></a>
<a href="https://amzn.to/353WRpj"><img
src="https://img.shields.io/static/v1?label=amazon&message=wish%20list&color=orange"
/></a>
</p>
<p align="center">

View File

@ -128,7 +128,7 @@ following command:
mkdocs serve
```
Point your browser to http://localhost:8000 and your documentation should great
Point your browser to http://localhost:8000 and your documentation should greet
you in a new look. If you're starting from scratch, the following configuration
can be used as a starting point:

1274
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
"lunr": "^2.3.8",
"lunr-languages": "^1.4.0",
"ramda": "^0.27.0",
"rxjs": "^7.0.0-alpha.1"
"rxjs": "^7.0.0-beta.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
@ -47,16 +47,16 @@
"@types/escape-html": "0.0.20",
"@types/event-hooks-webpack-plugin": "^2.0.0",
"@types/html-minifier": "^3.5.3",
"@types/lunr": "^2.3.2",
"@types/lunr": "^2.3.3",
"@types/mini-css-extract-plugin": "^0.9.1",
"@types/node": "^13.9.1",
"@types/node": "^13.11.1",
"@types/ramda": "^0.26.44",
"@types/resize-observer-browser": "^0.1.3",
"@types/webpack": "^4.41.7",
"@types/webpack-assets-manifest": "^3.0.0",
"autoprefixer": "^9.7.5",
"autoprefixer": "^9.7.6",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"css-loader": "^3.5.2",
"css-mqpacker": "^7.0.0",
"event-hooks-webpack-plugin": "^2.1.6",
"expose-loader": "^0.7.5",
@ -75,14 +75,14 @@
"rimraf": "^3.0.2",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"string-replace-loader": "^2.2.0",
"stylelint": "^13.3.0",
"string-replace-loader": "^2.3.0",
"stylelint": "^13.3.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.16.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"stylelint-scss": "^3.16.1",
"ts-loader": "^6.2.2",
"ts-node": "^8.8.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslib": "^1.11.1",
"tslint": "^5.20.1",