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

This commit is contained in:
squidfunk 2019-09-16 10:34:42 +02:00
commit 1e5ea9aa73
3 changed files with 876 additions and 845 deletions

1697
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,10 +39,10 @@
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.5.5", "@babel/cli": "^7.6.0",
"@babel/core": "^7.5.5", "@babel/core": "^7.6.0",
"@babel/plugin-transform-react-jsx": "^7.3.0", "@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.5", "@babel/preset-env": "^7.6.0",
"autoprefixer": "^9.6.1", "autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
@ -54,7 +54,7 @@
"cssmin": "^0.4.3", "cssmin": "^0.4.3",
"custom-event-polyfill": "^1.0.7", "custom-event-polyfill": "^1.0.7",
"customizr": "^1.3.0", "customizr": "^1.3.0",
"eslint": "^6.2.2", "eslint": "^6.4.0",
"event-hooks-webpack-plugin": "^2.1.4", "event-hooks-webpack-plugin": "^2.1.4",
"expose-loader": "^0.7.4", "expose-loader": "^0.7.4",
"extract-loader": "^3.1.0", "extract-loader": "^3.1.0",
@ -76,13 +76,13 @@
"sass-loader": "^7.3.1", "sass-loader": "^7.3.1",
"style-loader": "^1.0.0", "style-loader": "^1.0.0",
"stylelint": "^10.1.0", "stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0", "stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.0.1", "stylelint-order": "^3.1.0",
"stylelint-scss": "^3.10.0", "stylelint-scss": "^3.10.1",
"uglifyjs-3-webpack-plugin": "^1.2.4", "uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0", "unfetch": "^3.0.0",
"webpack": "^4.39.2", "webpack": "^4.40.2",
"webpack-cli": "^3.3.7", "webpack-cli": "^3.3.8",
"webpack-manifest-plugin": "^2.0.4" "webpack-manifest-plugin": "^2.0.4"
}, },
"engines": { "engines": {

View File

@ -47,8 +47,7 @@
<!-- Source files --> <!-- Source files -->
{% if page.meta.source and page.meta.source | length > 0 %} {% if page.meta.source and page.meta.source | length > 0 %}
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#__source" title="{{ lang.t('meta.source') }}" <a href="#__source" class="md-nav__link md-nav__link--active">
class="md-nav__link md-nav__link--active">
{{ lang.t("meta.source") }} {{ lang.t("meta.source") }}
</a> </a>
</li> </li>
@ -63,8 +62,7 @@
<!-- Disqus integration --> <!-- Disqus integration -->
{% if not page.is_homepage and disqus %} {% if not page.is_homepage and disqus %}
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#__comments" title="{{ lang.t('meta.comments') }}" <a href="#__comments" class="md-nav__link md-nav__link--active">
class="md-nav__link md-nav__link--active">
{{ lang.t("meta.comments") }} {{ lang.t("meta.comments") }}
</a> </a>
</li> </li>