1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

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

This commit is contained in:
squidfunk 2020-12-08 20:27:07 +01:00
commit 5dbe2d8a9b
3 changed files with 37 additions and 37 deletions

View File

@ -137,7 +137,7 @@ The directory layout of the theme is as follows:
### Overriding partials
In order to override a partial, we can replace it with a file of the same name
and location in the `overrides` directory. For example. to replace the original
and location in the `overrides` directory. For example, to replace the original
`footer.html`, create a `footer.html` file in the `overrides/partials`
directory:

60
package-lock.json generated
View File

@ -382,9 +382,9 @@
"dev": true
},
"@types/event-hooks-webpack-plugin": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@types/event-hooks-webpack-plugin/-/event-hooks-webpack-plugin-2.0.0.tgz",
"integrity": "sha512-3S2CbccekPTTbyxolfKkukWWCVggdc5cKtaSm8YtL5nJicfNCKH4RBxcg3/AWjmT0G0ginRBXHaRz8HADtgd7w==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@types/event-hooks-webpack-plugin/-/event-hooks-webpack-plugin-2.2.0.tgz",
"integrity": "sha512-1xuZO3Yb5a4eDTY/WIgFVpSkGi1mx/k3f4inf9eZPf8+ZHB66My9b+3ugD2znXN5rtzsufLNfigaGcAVrsTGxw==",
"dev": true,
"requires": {
"@types/webpack": "*"
@ -2563,6 +2563,12 @@
"sha.js": "^2.4.8"
}
},
"create-require": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
"integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
"dev": true
},
"cross-spawn": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
@ -6259,9 +6265,9 @@
"dev": true
},
"mini-css-extract-plugin": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.1.tgz",
"integrity": "sha512-jIOheqh9EU98rqj6ZaFTYNNDSFqdakNqaUZfkYwaXPjI9batmXVXX+K71NrqRAgtoGefELBMld1EQ7dqSAD5SQ==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.2.tgz",
"integrity": "sha512-ofYJgCZNm1TToSv02pGANe1lfb31g7ULwNV5Nt31d2dAnVLxFHoguDUAj6U0BLEO7Nrztq4mdtL1yFDaeW7J+A==",
"dev": true,
"requires": {
"loader-utils": "^2.0.0",
@ -6513,9 +6519,9 @@
"optional": true
},
"nanoid": {
"version": "3.1.18",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.18.tgz",
"integrity": "sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA==",
"version": "3.1.20",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
"integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==",
"dev": true
},
"nanomatch": {
@ -7271,15 +7277,14 @@
"dev": true
},
"postcss": {
"version": "8.1.10",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.10.tgz",
"integrity": "sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg==",
"version": "8.1.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.14.tgz",
"integrity": "sha512-KatkyVPBKfENS+c3dpXJoDXnDD5UZs5exAnDksLqaRJPKwYphEPZt4N0m0i049v2/BtWVQibAhxW4ilXXcolpA==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
"nanoid": "^3.1.18",
"source-map": "^0.6.1",
"vfile-location": "^3.2.0"
"nanoid": "^3.1.20",
"source-map": "^0.6.1"
}
},
"postcss-html": {
@ -8542,9 +8547,9 @@
}
},
"rxjs": {
"version": "7.0.0-beta.8",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.8.tgz",
"integrity": "sha512-rnLwH1WJR67m7p5m+KQNqXd1A+PO/WLZZMd1JuzIRm2AOmhJttBGyDiyanky65rHaYzhEztU1QPak68hm+R4qA==",
"version": "7.0.0-beta.9",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.9.tgz",
"integrity": "sha512-yYP9+auIvtsmXRrrs86bFCryGFsrOBfHeXxQsgcqAAwNMinzT2ManfrmEhDQYm507cjIRIJ68FY39C62kqrdoA==",
"requires": {
"tslib": "^1.9.0"
},
@ -8578,9 +8583,9 @@
"dev": true
},
"sass": {
"version": "1.29.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.29.0.tgz",
"integrity": "sha512-ZpwAUFgnvAUCdkjwPREny+17BpUj8nh5Yr6zKPGtLNTLrmtoRYIjm7njP24COhjJldjwW1dcv52Lpf4tNZVVRA==",
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.30.0.tgz",
"integrity": "sha512-26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
@ -10809,12 +10814,13 @@
}
},
"ts-node": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.0.0.tgz",
"integrity": "sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.1.0.tgz",
"integrity": "sha512-0yqcL4sgruCvM+w64LiAfNJo6+lHfCYc5Ajj4yiLNkJ9oZ2HWaa+Kso7htYOOxVQ7+csAjdUjffOe9PIqC4pMg==",
"dev": true,
"requires": {
"arg": "^4.1.0",
"create-require": "^1.1.0",
"diff": "^4.0.1",
"make-error": "^1.1.1",
"source-map-support": "^0.5.17",
@ -11265,12 +11271,6 @@
"vfile-message": "^2.0.0"
}
},
"vfile-location": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz",
"integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==",
"dev": true
},
"vfile-message": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",

View File

@ -38,7 +38,7 @@
"lunr": "^2.3.9",
"lunr-languages": "^1.4.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.0.0-beta.8"
"rxjs": "^7.0.0-beta.9"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
@ -47,7 +47,7 @@
"@types/clipboard": "^2.0.1",
"@types/copy-webpack-plugin": "^6.3.0",
"@types/escape-html": "1.0.0",
"@types/event-hooks-webpack-plugin": "^2.0.0",
"@types/event-hooks-webpack-plugin": "^2.2.0",
"@types/html-minifier": "^4.0.0",
"@types/lunr": "^2.3.3",
"@types/mini-css-extract-plugin": "^1.2.1",
@ -68,15 +68,15 @@
"imagemin-webpack-plugin": "^2.4.2",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"mini-css-extract-plugin": "^1.3.1",
"postcss": "^8.1.10",
"mini-css-extract-plugin": "^1.3.2",
"postcss": "^8.1.14",
"postcss-inline-svg": "^5.0.0",
"postcss-loader": "^4.1.0",
"postcss-svgo": "^4.0.2",
"preact": "^10.5.7",
"ramda": "^0.27.1",
"rimraf": "^3.0.2",
"sass": "^1.29.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"stylelint": "^13.8.0",
"stylelint-config-rational-order": "^0.1.2",
@ -84,7 +84,7 @@
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"ts-node": "^9.1.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.0.3",
"tslint": "^6.1.3",