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

Merge branch 'master' into feature/insiders-ghost-pepper

This commit is contained in:
squidfunk 2021-11-13 08:57:00 +01:00
commit 0d72009312
21 changed files with 505 additions and 604 deletions

View File

@ -91,6 +91,10 @@ Now, when a new commit is pushed to either the `master` or `main` branches,
the static site is automatically built and deployed. Push your changes to see
the workflow in action.
If the GitHub Page doesn't show up after a few minutes, ensure the source branch
for your GitHub Page is set to `gh-pages` in your repository settings
`github.com/<username>/<repository>/settings/pages`.
Your documentation should shortly appear at `<username>.github.io/<repository>`.
[GitHub Actions]: https://github.com/features/actions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,10 +39,10 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.f98371ca.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.03d4cea5.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}">
{% if palette.primary %}
{% import "partials/palette.html" as map %}
{% set primary = map.primary(
@ -198,7 +198,7 @@
"base": base_url,
"features": features,
"translations": {},
"search": "assets/javascripts/workers/search.fcfe8b6d.min.js" | url,
"search": "assets/javascripts/workers/search.8397ff9e.min.js" | url,
"version": config.extra.version or None
} -%}
{%- set translations = app.translations -%}
@ -225,7 +225,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.b1047164.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.1e84347e.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script>
{% endfor %}

View File

@ -16,5 +16,5 @@
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'overrides/assets/javascripts/bundle.619e2917.min.js' | url }}"></script>
<script src="{{ 'overrides/assets/javascripts/bundle.525231ca.min.js' | url }}"></script>
{% endblock %}

View File

@ -3,22 +3,38 @@
-#}
{% macro t(key) %}{{ {
"language": "el",
"clipboard.copy": "Αντιγραφή",
"clipboard.copied": "Αντιγράφηκε",
"direction": "ltr",
"clipboard.copy": "Αντιγραφή στο πρόχειρο",
"clipboard.copied": "Αντιγράφηκε στο πρόχειρο",
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
"footer.previous": "Επόμενη",
"footer.next": "Προηγούμενη",
"footer.previous": "Προηγούμενο",
"footer.next": "Επόμενο",
"footer.title": "Υποσέλιδο",
"header.title": "Κεφαλίδα",
"meta.comments": "Σχόλια",
"meta.source": "Πηγή",
"search.config.pipeline": " ",
"nav.title": "Πλοήγηση",
"search.config.pipeline": "stopWordFilter",
"search.config.separator": "[\s\-]+",
"search.placeholder": "Αναζήτηση",
"search.share": "Διαμοίραση",
"search.reset": "Καθαρισμός",
"search.result.initializer": "Αρχικοποίηση αναζήτησης",
"search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση",
"search.result.none": "Δε βρέθηκαν αντίστοιχα αρχεία",
"search.result.one": "1 αντίστοιχο αρχείο",
"search.result.other": "# αντίστοιχα αρχεία",
"search.result.none": "Δεν βρέθηκαν αντίστοιχα αρχεία",
"search.result.one": "1 έγγραφο ταιριάζει",
"search.result.other": "# έγγραφα ταιριάζουν",
"search.result.more.one": "1 ακόμα σε αυτήν τη σελίδα",
"search.result.more.other": "# ακόμα σε αυτήν τη σελίδα",
"search.result.term.missing": "Λείπει",
"search.title": "Αναζήτηση",
"select.language.title": "Επιλογή γλώσσας",
"select.version.title": "Επιλογή έκδοσης",
"skip.link.title": "Μετάβαση στο περιεχόμενο",
"source.link.title": "Μετάβαση στο αποθετήριο",
"source.file.date.updated": "τελευταία ενημέρωση",
"source.file.date.created": "Δημιουργήθηκε",
"toc.title": "Πίνακας περιεχομένων"
"tabs.title": "Καρτέλες",
"toc.title": "Πίνακας περιεχομένων",
"top.title": "Επιστροφή στην αρχή"
}[key] }}{% endmacro %}

View File

@ -1,5 +0,0 @@
{#-
This file was automatically generated - do not edit
-#}
{% import "partials/languages/el.html" as lang %}
{% macro t(key) %}{{ lang.t(key) }}{% endmacro %}

937
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,18 +55,18 @@
"@types/fuzzaldrin-plus": "^0.6.2",
"@types/html-minifier": "^4.0.1",
"@types/lunr": "^2.3.4",
"@types/node": "^16.11.6",
"@types/node": "^16.11.7",
"@types/resize-observer-browser": "^0.1.6",
"@types/sass": "^1.43.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"autoprefixer": "^10.4.0",
"chokidar": "^3.5.2",
"cssnano": "^5.0.8",
"esbuild": "^0.13.11",
"eslint": "^8.1.0",
"cssnano": "^5.0.10",
"esbuild": "^0.13.13",
"eslint": "^8.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-no-null": "^1.0.2",
"github-types": "^1.0.0",
@ -74,7 +74,7 @@
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^11.8.5",
"npm-check-updates": "^12.0.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.11",
"postcss-inline-svg": "^5.0.0",
@ -84,7 +84,7 @@
"stylelint": "^14.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard-scss": "^2.0.0",
"stylelint-config-standard-scss": "^2.0.1",
"stylelint-scss": "^4.0.0",
"svgo": "2.3.1",
"tiny-glob": "^0.2.9",

View File

@ -23,22 +23,38 @@
<!-- Translations: Greek -->
{% macro t(key) %}{{ {
"language": "el",
"clipboard.copy": "Αντιγραφή",
"clipboard.copied": "Αντιγράφηκε",
"direction": "ltr",
"clipboard.copy": "Αντιγραφή στο πρόχειρο",
"clipboard.copied": "Αντιγράφηκε στο πρόχειρο",
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
"footer.previous": "Επόμενη",
"footer.next": "Προηγούμενη",
"footer.previous": "Προηγούμενο",
"footer.next": "Επόμενο",
"footer.title": "Υποσέλιδο",
"header.title": "Κεφαλίδα",
"meta.comments": "Σχόλια",
"meta.source": "Πηγή",
"search.config.pipeline": " ",
"nav.title": "Πλοήγηση",
"search.config.pipeline": "stopWordFilter",
"search.config.separator": "[\s\-]+",
"search.placeholder": "Αναζήτηση",
"search.share": "Διαμοίραση",
"search.reset": "Καθαρισμός",
"search.result.initializer": "Αρχικοποίηση αναζήτησης",
"search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση",
"search.result.none": "Δε βρέθηκαν αντίστοιχα αρχεία",
"search.result.one": "1 αντίστοιχο αρχείο",
"search.result.other": "# αντίστοιχα αρχεία",
"search.result.none": "Δεν βρέθηκαν αντίστοιχα αρχεία",
"search.result.one": "1 έγγραφο ταιριάζει",
"search.result.other": "# έγγραφα ταιριάζουν",
"search.result.more.one": "1 ακόμα σε αυτήν τη σελίδα",
"search.result.more.other": "# ακόμα σε αυτήν τη σελίδα",
"search.result.term.missing": "Λείπει",
"search.title": "Αναζήτηση",
"select.language.title": "Επιλογή γλώσσας",
"select.version.title": "Επιλογή έκδοσης",
"skip.link.title": "Μετάβαση στο περιεχόμενο",
"source.link.title": "Μετάβαση στο αποθετήριο",
"source.file.date.updated": "τελευταία ενημέρωση",
"source.file.date.created": "Δημιουργήθηκε",
"toc.title": "Πίνακας περιεχομένων"
"tabs.title": "Καρτέλες",
"toc.title": "Πίνακας περιεχομένων",
"top.title": "Επιστροφή στην αρχή"
}[key] }}{% endmacro %}

View File

@ -1,27 +0,0 @@
<!--
Copyright (c) 2016-2021 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
<!-- Kept for backward compatibility. This file will be removed in v8 -->
{% import "partials/languages/el.html" as lang %}
<!-- Re-export translations -->
{% macro t(key) %}{{ lang.t(key) }}{% endmacro %}