diff options
Diffstat (limited to 'docs/src/templates/partials')
101 files changed, 349 insertions, 2936 deletions
diff --git a/docs/src/templates/partials/actions.html b/docs/src/templates/partials/actions.html index 75fcb8eb..1031f151 100644 --- a/docs/src/templates/partials/actions.html +++ b/docs/src/templates/partials/actions.html @@ -1,52 +1,20 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Actions --> +{#- + This file was automatically generated - do not edit +-#} {% if page.edit_url %} - - <!-- Edit button --> {% if "content.action.edit" in features %} - <a - href="{{ page.edit_url }}" - title="{{ lang.t('action.edit') }}" - class="md-content__button md-icon" - > + <a href="{{ page.edit_url }}" title="{{ lang.t('action.edit') }}" class="md-content__button md-icon"> {% set icon = config.theme.icon.edit or "material/file-edit-outline" %} {% include ".icons/" ~ icon ~ ".svg" %} </a> {% endif %} - - <!-- View button --> {% if "content.action.view" in features %} {% if "/blob/" in page.edit_url %} {% set part = "blob" %} {% else %} {% set part = "edit" %} {% endif %} - <a - href="{{ page.edit_url | replace(part, 'raw') }}" - title="{{ lang.t('action.view') }}" - class="md-content__button md-icon" - > + <a href="{{ page.edit_url | replace(part, 'raw') }}" title="{{ lang.t('action.view') }}" class="md-content__button md-icon"> {% set icon = config.theme.icon.view or "material/file-eye-outline" %} {% include ".icons/" ~ icon ~ ".svg" %} </a> diff --git a/docs/src/templates/partials/alternate.html b/docs/src/templates/partials/alternate.html index 7d7c925b..4492d657 100644 --- a/docs/src/templates/partials/alternate.html +++ b/docs/src/templates/partials/alternate.html @@ -1,44 +1,17 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Site language selector --> +{#- + This file was automatically generated - do not edit +-#} <div class="md-header__option"> <div class="md-select"> {% set icon = config.theme.icon.alternate or "material/translate" %} - <button - class="md-header__button md-icon" - aria-label="{{ lang.t('select.language') }}" - > + <button class="md-header__button md-icon" aria-label="{{ lang.t('select.language') }}"> {% include ".icons/" ~ icon ~ ".svg" %} </button> <div class="md-select__inner"> <ul class="md-select__list"> {% for alt in config.extra.alternate %} <li class="md-select__item"> - <a - href="{{ alt.link | url }}" - hreflang="{{ alt.lang }}" - class="md-select__link" - > + <a href="{{ alt.link | url }}" hreflang="{{ alt.lang }}" class="md-select__link"> {{ alt.name }} </a> </li> diff --git a/docs/src/templates/partials/comments.html b/docs/src/templates/partials/comments.html index 6641d20e..fae1698d 100644 --- a/docs/src/templates/partials/comments.html +++ b/docs/src/templates/partials/comments.html @@ -1,23 +1,3 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Comment system --> +{#- + This file was automatically generated - do not edit +-#} diff --git a/docs/src/templates/partials/consent.html b/docs/src/templates/partials/consent.html index c84622bc..4ac5cb77 100644 --- a/docs/src/templates/partials/consent.html +++ b/docs/src/templates/partials/consent.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Determine cookies --> +{#- + This file was automatically generated - do not edit +-#} {% set cookies = config.extra.consent.cookies | d({}) %} {% if config.extra.analytics %} {% if "analytics" not in cookies %} @@ -32,29 +12,16 @@ {% set _ = cookies.update({ "github": "GitHub" }) %} {% endif %} {% endif %} - -<!-- Determine actions --> {% set actions = config.extra.consent.actions %} {% if not actions %} {% set actions = ["accept", "manage"] %} {% endif %} - -<!-- Determine initial settings state --> {% if "manage" not in actions %} {% set checked = "checked" %} {% endif %} - -<!-- Consent title --> <h4>{{ config.extra.consent.title }}</h4> <p>{{ config.extra.consent.description }}</p> - -<!-- Consent settings --> -<input - class="md-toggle" - type="checkbox" - id="__settings" - {{ checked }} -/> +<input class="md-toggle" type="checkbox" id="__settings" {{ checked }}> <div class="md-consent__settings"> <ul class="task-list"> {% for type in cookies %} @@ -78,26 +45,18 @@ {% endfor %} </ul> </div> - -<!-- Consent controls --> <div class="md-consent__controls"> {% for action in actions %} - - <!-- Button to accept cookies --> {% if action == "accept" %} <button class="md-button md-button--primary"> {{- lang.t("consent.accept") -}} </button> {% endif %} - - <!-- Button to reject cookies --> {% if action == "reject" %} <button type="reset" class="md-button md-button--primary"> {{- lang.t("consent.reject") -}} </button> {% endif %} - - <!-- Button to manage settings --> {% if action == "manage" %} <label class="md-button" for="__settings"> {{- lang.t("consent.manage") -}} diff --git a/docs/src/templates/partials/content.html b/docs/src/templates/partials/content.html index 2b78b09b..351ec986 100644 --- a/docs/src/templates/partials/content.html +++ b/docs/src/templates/partials/content.html @@ -1,54 +1,19 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Tags --> +{#- + This file was automatically generated - do not edit +-#} {% if "material/tags" in config.plugins and tags %} {% include "partials/tags.html" %} {% endif %} - -<!-- Actions --> {% include "partials/actions.html" %} - -<!-- - Hack: check whether the content contains a h1 headline. If it doesn't, the - page title (or respectively site name) is used as the main headline. ---> {% if "\x3ch1" not in page.content %} <h1>{{ page.title | d(config.site_name, true)}}</h1> {% endif %} - -<!-- Page content --> {{ page.content }} - -<!-- Source file information --> {% if page.meta and ( page.meta.git_revision_date_localized or page.meta.revision_date ) %} {% include "partials/source-file.html" %} {% endif %} - -<!-- Was this page helpful? --> {% include "partials/feedback.html" %} - -<!-- Comment system --> {% include "partials/comments.html" %} diff --git a/docs/src/templates/partials/copyright.html b/docs/src/templates/partials/copyright.html index 070948d2..5da0dc4b 100644 --- a/docs/src/templates/partials/copyright.html +++ b/docs/src/templates/partials/copyright.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Copyright and theme information --> +{#- + This file was automatically generated - do not edit +-#} <div class="md-copyright"> {% if config.copyright %} <div class="md-copyright__highlight"> @@ -29,10 +9,7 @@ {% endif %} {% if not config.extra.generator == false %} Made with - <a - href="https://squidfunk.github.io/mkdocs-material/" - target="_blank" rel="noopener" - > + <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> Material for MkDocs </a> {% endif %} diff --git a/docs/src/templates/partials/feedback.html b/docs/src/templates/partials/feedback.html index bf27c640..2cde98c7 100644 --- a/docs/src/templates/partials/feedback.html +++ b/docs/src/templates/partials/feedback.html @@ -1,38 +1,14 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Determine feedback configuration --> +{#- + This file was automatically generated - do not edit +-#} {% if config.extra.analytics %} {% set feedback = config.extra.analytics.feedback %} {% endif %} - -<!-- Determine whether to show feedback --> {% if page.meta and page.meta.hide %} {% if "feedback" in page.meta.hide %} {% set feedback = None %} {% endif %} {% endif %} - -<!-- Was this page helpful? --> {% if feedback %} <form class="md-feedback" name="feedback" hidden> <fieldset> @@ -40,35 +16,22 @@ {{ feedback.title }} </legend> <div class="md-feedback__inner"> - - <!-- Feedback ratings --> <div class="md-feedback__list"> {% for rating in feedback.ratings %} - <button - class="md-feedback__icon md-icon" - type="submit" - title="{{ rating.name }}" - data-md-value="{{ rating.data }}" - > + <button class="md-feedback__icon md-icon" type="submit" title="{{ rating.name }}" data-md-value="{{ rating.data }}"> {% include ".icons/" ~ rating.icon ~ ".svg" %} </button> {% endfor %} </div> - - <!-- Feedback rating notes (shown after submission) --> <div class="md-feedback__note"> {% for rating in feedback.ratings %} <div data-md-value="{{ rating.data }}" hidden> {% set url = "/" ~ page.url %} - - <!-- Determine title --> {% if page.meta and page.meta.title %} {% set title = page.meta.title | urlencode %} {% else %} {% set title = page.title | urlencode %} {% endif %} - - <!-- Replace {url} and {title} placeholders in note --> {{ rating.note.format(url = url, title = title) }} </div> {% endfor %} diff --git a/docs/src/templates/partials/footer.html b/docs/src/templates/partials/footer.html index ebe9278f..37783bcf 100644 --- a/docs/src/templates/partials/footer.html +++ b/docs/src/templates/partials/footer.html @@ -1,48 +1,16 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Footer --> +{#- + This file was automatically generated - do not edit +-#} <footer class="md-footer"> - - <!-- Link to previous and/or next page --> {% if "navigation.footer" in features %} {% if page.previous_page or page.next_page %} {% if page.meta and page.meta.hide %} {% set hidden = "hidden" if "footer" in page.meta.hide %} {% endif %} - <nav - class="md-footer__inner md-grid" - aria-label="{{ lang.t('footer') }}" - {{ hidden }} - > - - <!-- Link to previous page --> + <nav class="md-footer__inner md-grid" aria-label="{{ lang.t('footer') }}" {{ hidden }}> {% if page.previous_page %} {% set direction = lang.t("footer.previous") %} - <a - href="{{ page.previous_page.url | url }}" - class="md-footer__link md-footer__link--prev" - aria-label="{{ direction }}: {{ page.previous_page.title | e }}" - > + <a href="{{ page.previous_page.url | url }}" class="md-footer__link md-footer__link--prev" aria-label="{{ direction }}: {{ page.previous_page.title | e }}"> <div class="md-footer__button md-icon"> {% set icon = config.theme.icon.previous or "material/arrow-left" %} {% include ".icons/" ~ icon ~ ".svg" %} @@ -57,15 +25,9 @@ </div> </a> {% endif %} - - <!-- Link to next page --> {% if page.next_page %} {% set direction = lang.t("footer.next") %} - <a - href="{{ page.next_page.url | url }}" - class="md-footer__link md-footer__link--next" - aria-label="{{ direction }}: {{ page.next_page.title | e }}" - > + <a href="{{ page.next_page.url | url }}" class="md-footer__link md-footer__link--next" aria-label="{{ direction }}: {{ page.next_page.title | e }}"> <div class="md-footer__title"> <span class="md-footer__direction"> {{ direction }} @@ -83,13 +45,9 @@ </nav> {% endif %} {% endif %} - - <!-- Further information --> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> {% include "partials/copyright.html" %} - - <!-- Social links --> {% if config.extra.social %} {% include "partials/social.html" %} {% endif %} diff --git a/docs/src/templates/partials/header.html b/docs/src/templates/partials/header.html index 9b6d2e2e..86311ad3 100644 --- a/docs/src/templates/partials/header.html +++ b/docs/src/templates/partials/header.html @@ -1,58 +1,21 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Determine classes --> +{#- + This file was automatically generated - do not edit +-#} {% set class = "md-header" %} {% if "navigation.tabs.sticky" in features %} {% set class = class ~ " md-header--shadow md-header--lifted" %} {% elif "navigation.tabs" not in features %} {% set class = class ~ " md-header--shadow" %} {% endif %} - -<!-- Header --> <header class="{{ class }}" data-md-component="header"> - <nav - class="md-header__inner md-grid" - aria-label="{{ lang.t('header') }}" - > - - <!-- Link to home --> - <a - href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" - title="{{ config.site_name | e }}" - class="md-header__button md-logo" - aria-label="{{ config.site_name }}" - data-md-component="logo" - > + <nav class="md-header__inner md-grid" aria-label="{{ lang.t('header') }}"> + <a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" title="{{ config.site_name | e }}" class="md-header__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo"> {% include "partials/logo.html" %} </a> - - <!-- Button to open drawer --> <label class="md-header__button md-icon" for="__drawer"> {% set icon = config.theme.icon.menu or "material/menu" %} {% include ".icons/" ~ icon ~ ".svg" %} </label> - - <!-- Header title --> <div class="md-header__title" data-md-component="header-title"> <div class="md-header__ellipsis"> <div class="md-header__topic"> @@ -71,39 +34,27 @@ </div> </div> </div> - - <!-- Color palette toggle --> {% if config.theme.palette %} {% if not config.theme.palette is mapping %} {% include "partials/palette.html" %} {% endif %} {% endif %} - - <!-- Site language selector --> {% if config.extra.alternate %} {% include "partials/alternate.html" %} {% endif %} - - <!-- Button to open search modal --> {% if "material/search" in config.plugins %} <label class="md-header__button md-icon" for="__search"> {% set icon = config.theme.icon.search or "material/magnify" %} {% include ".icons/" ~ icon ~ ".svg" %} </label> - - <!-- Search interface --> {% include "partials/search.html" %} {% endif %} - - <!-- Repository information --> {% if config.repo_url %} <div class="md-header__source"> {% include "partials/source.html" %} </div> {% endif %} </nav> - - <!-- Navigation tabs (sticky) --> {% if "navigation.tabs.sticky" in features %} {% if "navigation.tabs" in features %} {% include "partials/tabs.html" %} diff --git a/docs/src/templates/partials/icons.html b/docs/src/templates/partials/icons.html index 17dd20d8..3fb55a6e 100644 --- a/docs/src/templates/partials/icons.html +++ b/docs/src/templates/partials/icons.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Custom admonition icons --> +{#- + This file was automatically generated - do not edit +-#} {% if config.theme.icon.admonition %} {% set style = ["\x3cstyle\x3e:root{"] %} {% for type, icon in config.theme.icon.admonition.items() %} @@ -35,8 +15,6 @@ {% set _ = style.append("}\x3c/style\x3e") %} {{ style | join }} {% endif %} - -<!-- Custom annotation icon --> {% if config.theme.icon.annotation %} {% set style = ["\x3cstyle\x3e:root{"] %} {% import ".icons/" ~ config.theme.icon.annotation ~ ".svg" as icon %} @@ -49,8 +27,6 @@ {% set _ = style.append("}\x3c/style\x3e") %} {{ style | join }} {% endif %} - -<!-- Custom tag icons --> {% if config.theme.icon.tag %} {% set style = ["\x3cstyle\x3e"] %} {% for type, icon in config.theme.icon.tag.items() %} diff --git a/docs/src/templates/partials/integrations/analytics.html b/docs/src/templates/partials/integrations/analytics.html index 4b483046..ea27ef0c 100644 --- a/docs/src/templates/partials/integrations/analytics.html +++ b/docs/src/templates/partials/integrations/analytics.html @@ -1,49 +1,14 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Determine analytics provider --> +{#- + This file was automatically generated - do not edit +-#} {% if config.extra.analytics %} {% set provider = config.extra.analytics.provider %} {% endif %} - -<!-- Set up analytics provider --> {% if provider %} {% include "partials/integrations/analytics/" ~ provider ~ ".html" %} - - <!-- Consent necessary --> {% if config.extra.consent %} - <script> - if (typeof __md_analytics !== "undefined") { - var consent = __md_get("__consent") - if (consent && consent.analytics) - __md_analytics() - } - </script> - - <!-- Consent unnecessary --> + <script>var consent;"undefined"==typeof __md_analytics||(consent=__md_get("__consent"))&&consent.analytics&&__md_analytics()</script> {% else %} - <script> - if (typeof __md_analytics !== "undefined") - __md_analytics() - </script> + <script>"undefined"!=typeof __md_analytics&&__md_analytics()</script> {% endif %} {% endif %} diff --git a/docs/src/templates/partials/integrations/analytics/google.html b/docs/src/templates/partials/integrations/analytics/google.html index a9fa37d9..128854da 100644 --- a/docs/src/templates/partials/integrations/analytics/google.html +++ b/docs/src/templates/partials/integrations/analytics/google.html @@ -1,97 +1,7 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Determine analytics property --> +{#- + This file was automatically generated - do not edit +-#} {% if config.extra.analytics %} {% set property = config.extra.analytics.property | d("", true) %} {% endif %} - -<!-- Integrate with Google Analytics 4 --> -<script id="__analytics"> - function __md_analytics() { - window.dataLayer = window.dataLayer || [] - function gtag() { dataLayer.push(arguments) } - - /* Set up integration and send page view */ - gtag("js", new Date()) - gtag("config", "{{ property }}") - - /* Register event handlers after documented loaded */ - document.addEventListener("DOMContentLoaded", function() { - - /* Set up search tracking */ - if (document.forms.search) { - var query = document.forms.search.query - query.addEventListener("blur", function() { - if (this.value) - gtag("event", "search", { search_term: this.value }) - }) - } - - /* Set up feedback, i.e. "Was this page helpful?" */ - document$.subscribe(function() { - var feedback = document.forms.feedback - if (typeof feedback === "undefined") - return - - /* Send feedback to Google Analytics */ - for (var button of feedback.querySelectorAll("[type=submit]")) { - button.addEventListener("click", function(ev) { - ev.preventDefault() - - /* Retrieve and send data */ - var page = document.location.pathname - var data = this.getAttribute("data-md-value") - gtag("event", "feedback", { page, data }) - - /* Disable form and show note, if given */ - feedback.firstElementChild.disabled = true - var note = feedback.querySelector( - ".md-feedback__note [data-md-value='" + data + "']" - ) - if (note) - note.hidden = false - }) - - /* Show feedback */ - feedback.hidden = false - } - }) - - /* Send page view on location change */ - location$.subscribe(function(url) { - gtag("config", "{{ property }}", { - page_path: url.pathname - }) - }) - }) - - /* Create script tag */ - var script = document.createElement("script") - script.async = true - script.src = "https://www.googletagmanager.com/gtag/js?id={{ property }}" - - /* Inject script tag */ - var container = document.getElementById("__analytics") - container.insertAdjacentElement("afterEnd", script) - } -</script> +<script id="__analytics">function __md_analytics(){function n(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],n("js",new Date),n("config","{{ property }}"),document.addEventListener("DOMContentLoaded",function(){document.forms.search&&document.forms.search.query.addEventListener("blur",function(){this.value&&n("event","search",{search_term:this.value})}),document$.subscribe(function(){var a=document.forms.feedback;if(void 0!==a)for(var e of a.querySelectorAll("[type=submit]"))e.addEventListener("click",function(e){e.preventDefault();var t=document.location.pathname,e=this.getAttribute("data-md-value");n("event","feedback",{page:t,data:e}),a.firstElementChild.disabled=!0;e=a.querySelector(".md-feedback__note [data-md-value='"+e+"']");e&&(e.hidden=!1)}),a.hidden=!1}),location$.subscribe(function(e){n("config","{{ property }}",{page_path:e.pathname})})});var e=document.createElement("script");e.async=!0,e.src="https://www.googletagmanager.com/gtag/js?id={{ property }}",document.getElementById("__analytics").insertAdjacentElement("afterEnd",e)}</script> diff --git a/docs/src/templates/partials/javascripts/announce.html b/docs/src/templates/partials/javascripts/announce.html index f13961b2..b62a131e 100644 --- a/docs/src/templates/partials/javascripts/announce.html +++ b/docs/src/templates/partials/javascripts/announce.html @@ -1,31 +1,4 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Announcement bar --> -<script> - var el = document.querySelector("[data-md-component=announce]") - if (el) { - var content = el.querySelector(".md-typeset") - if (__md_hash(content.innerHTML) === __md_get("__announce")) - el.hidden = true - } -</script> +{#- + This file was automatically generated - do not edit +-#} +<script>var content,el=document.querySelector("[data-md-component=announce]");el&&(content=el.querySelector(".md-typeset"),__md_hash(content.innerHTML)===__md_get("__announce")&&(el.hidden=!0))</script> diff --git a/docs/src/templates/partials/javascripts/base.html b/docs/src/templates/partials/javascripts/base.html index f0eeeb8a..7625632d 100644 --- a/docs/src/templates/partials/javascripts/base.html +++ b/docs/src/templates/partials/javascripts/base.html @@ -1,48 +1,4 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- - A collection of functions used from within some partials to allow the usage - of state saved in local or session storage, e.g. to model preferences. ---> -<script> - - /* Compute base path once to integrate with instant loading */ - __md_scope = new URL("{{ config.extra.scope | d(base_url) }}", location) - - /* Compute hash from the given string - see https://bit.ly/3pvPjXG */ - __md_hash = v => [...v].reduce((h, c) => (h << 5) - h + c.charCodeAt(0), 0) - - /* Fetch the value for a key from the given storage */ - __md_get = (key, storage = localStorage, scope = __md_scope) => ( - JSON.parse(storage.getItem(scope.pathname + "." + key)) - ) - - /* Persist a key-value pair in the given storage */ - __md_set = (key, value, storage = localStorage, scope = __md_scope) => { - try { - storage.setItem(scope.pathname + "." + key, JSON.stringify(value)) - } catch (err) { - /* Uncritical, just swallow */ - } - } -</script> +{#- + This file was automatically generated - do not edit +-#} +<script>__md_scope=new URL("{{ config.extra.scope | d(base_url) }}",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script> diff --git a/docs/src/templates/partials/javascripts/consent.html b/docs/src/templates/partials/javascripts/consent.html index 13730da7..538a38c7 100644 --- a/docs/src/templates/partials/javascripts/consent.html +++ b/docs/src/templates/partials/javascripts/consent.html @@ -1,61 +1,4 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- User-preference: consent --> -<script> - var consent = __md_get("__consent") - if (consent) { - for (var input of document.forms.consent.elements) - if (input.name) - input.checked = consent[input.name] || false - - /* Show consent with a small delay, but not if browsing locally */ - } else if (location.protocol !== "file:") { - setTimeout(function() { - var el = document.querySelector("[data-md-component=consent]") - el.hidden = false - }, 250) - } - - /* Intercept submission of consent form */ - var form = document.forms.consent - for (var action of ["submit", "reset"]) - form.addEventListener(action, function(ev) { - ev.preventDefault() - - /* Reject all cookies */ - if (ev.type === "reset") - for (var input of document.forms.consent.elements) - if (input.name) - input.checked = false - - /* Grab and serialize form data */ - __md_set("__consent", Object.fromEntries( - Array.from(new FormData(form).keys()) - .map(function(key) { return [key, true] }) - )) - - /* Remove anchor to omit consent from reappearing and reload */ - location.hash = ''; - location.reload() - }) -</script> +{#- + This file was automatically generated - do not edit +-#} +<script>var consent=__md_get("__consent");if(consent)for(var input of document.forms.consent.elements)input.name&&(input.checked=consent[input.name]||!1);else"file:"!==location.protocol&&setTimeout(function(){document.querySelector("[data-md-component=consent]").hidden=!1},250);var action,form=document.forms.consent;for(action of["submit","reset"])form.addEventListener(action,function(e){if(e.preventDefault(),"reset"===e.type)for(var n of document.forms.consent.elements)n.name&&(n.checked=!1);__md_set("__consent",Object.fromEntries(Array.from(new FormData(form).keys()).map(function(e){return[e,!0]}))),location.hash="",location.reload()})</script> diff --git a/docs/src/templates/partials/javascripts/content.html b/docs/src/templates/partials/javascripts/content.html index d361f18b..32021d0b 100644 --- a/docs/src/templates/partials/javascripts/content.html +++ b/docs/src/templates/partials/javascripts/content.html @@ -1,39 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- User-preference: link content tabs --> +{#- + This file was automatically generated - do not edit +-#} {% if "content.tabs.link" in features %} - <script> - var tabs = __md_get("__tabs") - if (Array.isArray(tabs)) - main: for (var set of document.querySelectorAll(".tabbed-set")) { - var labels = set.querySelector(".tabbed-labels") - for (var tab of tabs) - for (var label of labels.getElementsByTagName("label")) - if (label.innerText.trim() === tab) { - var input = document.getElementById(label.htmlFor) - input.checked = true - continue main - } - } - </script> + <script>var tabs=__md_get("__tabs");if(Array.isArray(tabs))e:for(var set of document.querySelectorAll(".tabbed-set")){var tab,labels=set.querySelector(".tabbed-labels");for(tab of tabs)for(var label of labels.getElementsByTagName("label"))if(label.innerText.trim()===tab){var input=document.getElementById(label.htmlFor);input.checked=!0;continue e}}</script> {% endif %} diff --git a/docs/src/templates/partials/javascripts/outdated.html b/docs/src/templates/partials/javascripts/outdated.html index 576f3c85..640a3669 100644 --- a/docs/src/templates/partials/javascripts/outdated.html +++ b/docs/src/templates/partials/javascripts/outdated.html @@ -1,29 +1,4 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Version warning --> -<script> - var el = document.querySelector("[data-md-component=outdated]") - var outdated = __md_get("__outdated", sessionStorage) - if (outdated === true && el) - el.hidden = false -</script> +{#- + This file was automatically generated - do not edit +-#} +<script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script> diff --git a/docs/src/templates/partials/javascripts/palette.html b/docs/src/templates/partials/javascripts/palette.html index a2daef1d..b7e6f4dd 100644 --- a/docs/src/templates/partials/javascripts/palette.html +++ b/docs/src/templates/partials/javascripts/palette.html @@ -1,29 +1,4 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- User preference: color palette --> -<script> - var palette = __md_get("__palette") - if (palette && typeof palette.color === "object") - for (var key of Object.keys(palette.color)) - document.body.setAttribute("data-md-color-" + key, palette.color[key]) -</script> +{#- + This file was automatically generated - do not edit +-#} +<script>var palette=__md_get("__palette");if(palette&&"object"==typeof palette.color)for(var key of Object.keys(palette.color))document.body.setAttribute("data-md-color-"+key,palette.color[key])</script> diff --git a/docs/src/templates/partials/language.html b/docs/src/templates/partials/language.html index e37b953b..e497e66b 100644 --- a/docs/src/templates/partials/language.html +++ b/docs/src/templates/partials/language.html @@ -1,28 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Import translations for given language and fallback --> +{#- + This file was automatically generated - do not edit +-#} {% import "partials/languages/" ~ config.theme.language ~ ".html" as lang %} {% import "partials/languages/en.html" as fallback %} - -<!-- Re-export translations --> {% macro t(key) %}{{ lang.t(key) or fallback.t(key) or key }}{% endmacro %} diff --git a/docs/src/templates/partials/languages/af.html b/docs/src/templates/partials/languages/af.html index b7f9f8fa..bc4a0232 100644 --- a/docs/src/templates/partials/languages/af.html +++ b/docs/src/templates/partials/languages/af.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Afrikaans --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "af", "action.edit": "Wysig hierdie bladsy", diff --git a/docs/src/templates/partials/languages/ar.html b/docs/src/templates/partials/languages/ar.html index 4d5da33a..580f0d77 100644 --- a/docs/src/templates/partials/languages/ar.html +++ b/docs/src/templates/partials/languages/ar.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Arabic --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ar", "direction": "rtl", diff --git a/docs/src/templates/partials/languages/be.html b/docs/src/templates/partials/languages/be.html index c36c8402..fa89f2a1 100644 --- a/docs/src/templates/partials/languages/be.html +++ b/docs/src/templates/partials/languages/be.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Belarusian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "be", "direction": "ltr", diff --git a/docs/src/templates/partials/languages/bg.html b/docs/src/templates/partials/languages/bg.html index f36fd437..4fc20a98 100644 --- a/docs/src/templates/partials/languages/bg.html +++ b/docs/src/templates/partials/languages/bg.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Bulgarian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "bg", "action.edit": "Редактирай тази страница", diff --git a/docs/src/templates/partials/languages/bn.html b/docs/src/templates/partials/languages/bn.html index 0a3ee6d0..b5fed867 100644 --- a/docs/src/templates/partials/languages/bn.html +++ b/docs/src/templates/partials/languages/bn.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Bengali (Bangla) --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "bn", "action.edit": "এই পেজ এডিট করুন", diff --git a/docs/src/templates/partials/languages/ca.html b/docs/src/templates/partials/languages/ca.html index 8fd2b03a..5f70ef17 100644 --- a/docs/src/templates/partials/languages/ca.html +++ b/docs/src/templates/partials/languages/ca.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Catalan --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ca", "action.edit": "Edita aquesta pàgina", diff --git a/docs/src/templates/partials/languages/cs.html b/docs/src/templates/partials/languages/cs.html index fb955865..e8e89822 100644 --- a/docs/src/templates/partials/languages/cs.html +++ b/docs/src/templates/partials/languages/cs.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Czech --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "cs", "action.edit": "Upravit tuto stránku", diff --git a/docs/src/templates/partials/languages/da.html b/docs/src/templates/partials/languages/da.html index 2f9da2db..3538aa8c 100644 --- a/docs/src/templates/partials/languages/da.html +++ b/docs/src/templates/partials/languages/da.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Danish --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "da", "action.edit": "Redigér denne side", diff --git a/docs/src/templates/partials/languages/de.html b/docs/src/templates/partials/languages/de.html index bfd8b909..c5df419f 100644 --- a/docs/src/templates/partials/languages/de.html +++ b/docs/src/templates/partials/languages/de.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: German --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "de", "action.edit": "Seite editieren", diff --git a/docs/src/templates/partials/languages/el.html b/docs/src/templates/partials/languages/el.html index 8dce1793..ab3b5d08 100644 --- a/docs/src/templates/partials/languages/el.html +++ b/docs/src/templates/partials/languages/el.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Greek --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "el", "action.edit": "Επεξεργασία αυτής της σελίδας", diff --git a/docs/src/templates/partials/languages/en.html b/docs/src/templates/partials/languages/en.html index 0e6a73ac..7f8eb9e9 100644 --- a/docs/src/templates/partials/languages/en.html +++ b/docs/src/templates/partials/languages/en.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: English --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "en", "direction": "ltr", diff --git a/docs/src/templates/partials/languages/eo.html b/docs/src/templates/partials/languages/eo.html index cd3829a8..65b8a423 100644 --- a/docs/src/templates/partials/languages/eo.html +++ b/docs/src/templates/partials/languages/eo.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Esperanto --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "eo", "action.edit": "Redakti ĉi tiun paĝon", diff --git a/docs/src/templates/partials/languages/es.html b/docs/src/templates/partials/languages/es.html index bbbd9dc1..78cae750 100644 --- a/docs/src/templates/partials/languages/es.html +++ b/docs/src/templates/partials/languages/es.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Spanish --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "es", "action.edit": "Editar esta página", diff --git a/docs/src/templates/partials/languages/et.html b/docs/src/templates/partials/languages/et.html index 8add4225..3e23129b 100644 --- a/docs/src/templates/partials/languages/et.html +++ b/docs/src/templates/partials/languages/et.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Estonian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "et", "action.edit": "Muuda seda lehte", diff --git a/docs/src/templates/partials/languages/eu.html b/docs/src/templates/partials/languages/eu.html index 0e52f925..9b97a732 100644 --- a/docs/src/templates/partials/languages/eu.html +++ b/docs/src/templates/partials/languages/eu.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Basque --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "eu", "action.edit": "Editatu orri hau", diff --git a/docs/src/templates/partials/languages/fa.html b/docs/src/templates/partials/languages/fa.html index deaa8bca..d61b273e 100644 --- a/docs/src/templates/partials/languages/fa.html +++ b/docs/src/templates/partials/languages/fa.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Persian (Farsi) --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "fa", "direction": "rtl", diff --git a/docs/src/templates/partials/languages/fi.html b/docs/src/templates/partials/languages/fi.html index 8ee09122..d5fc895e 100644 --- a/docs/src/templates/partials/languages/fi.html +++ b/docs/src/templates/partials/languages/fi.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Finnish --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "fi", "action.edit": "Muokkaa tätä sivua", diff --git a/docs/src/templates/partials/languages/fr.html b/docs/src/templates/partials/languages/fr.html index 9d49535a..6c762b53 100644 --- a/docs/src/templates/partials/languages/fr.html +++ b/docs/src/templates/partials/languages/fr.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: French --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "fr", "action.edit": "Editer cette page", diff --git a/docs/src/templates/partials/languages/gl.html b/docs/src/templates/partials/languages/gl.html index ecb54ffd..c43caf1a 100644 --- a/docs/src/templates/partials/languages/gl.html +++ b/docs/src/templates/partials/languages/gl.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Galician --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "gl", "action.edit": "Editar esta páxina", diff --git a/docs/src/templates/partials/languages/he.html b/docs/src/templates/partials/languages/he.html index 128edab5..e25dc614 100644 --- a/docs/src/templates/partials/languages/he.html +++ b/docs/src/templates/partials/languages/he.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Hebrew --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "he", "direction": "rtl", diff --git a/docs/src/templates/partials/languages/hi.html b/docs/src/templates/partials/languages/hi.html index 8c27c259..081a32f6 100644 --- a/docs/src/templates/partials/languages/hi.html +++ b/docs/src/templates/partials/languages/hi.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Hindi --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "hi", "action.edit": "इस पृष्ठ को संपादित करें", diff --git a/docs/src/templates/partials/languages/hr.html b/docs/src/templates/partials/languages/hr.html index 30afe6a9..e10df662 100644 --- a/docs/src/templates/partials/languages/hr.html +++ b/docs/src/templates/partials/languages/hr.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Croatian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "hr", "action.edit": "Uredi stranicu", diff --git a/docs/src/templates/partials/languages/hu.html b/docs/src/templates/partials/languages/hu.html index 44798dd8..46bdec9a 100644 --- a/docs/src/templates/partials/languages/hu.html +++ b/docs/src/templates/partials/languages/hu.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Hungarian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "hu", "action.edit": "Oldal szerkesztése", diff --git a/docs/src/templates/partials/languages/hy.html b/docs/src/templates/partials/languages/hy.html index e3418341..076fcb6c 100644 --- a/docs/src/templates/partials/languages/hy.html +++ b/docs/src/templates/partials/languages/hy.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Armenian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "hy", "action.edit": "Խմբագրել այս էջը", diff --git a/docs/src/templates/partials/languages/id.html b/docs/src/templates/partials/languages/id.html index c54229f0..876d894e 100644 --- a/docs/src/templates/partials/languages/id.html +++ b/docs/src/templates/partials/languages/id.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Indonesian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "id", "action.edit": "Ubah halaman ini", diff --git a/docs/src/templates/partials/languages/is.html b/docs/src/templates/partials/languages/is.html index 5b9a47e8..c353fe35 100644 --- a/docs/src/templates/partials/languages/is.html +++ b/docs/src/templates/partials/languages/is.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Icelandic --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "is", "action.edit": "Breyta þessari síðu", diff --git a/docs/src/templates/partials/languages/it.html b/docs/src/templates/partials/languages/it.html index 77956ee7..0472dab0 100644 --- a/docs/src/templates/partials/languages/it.html +++ b/docs/src/templates/partials/languages/it.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Italian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "it", "action.edit": "Modifica", diff --git a/docs/src/templates/partials/languages/ja.html b/docs/src/templates/partials/languages/ja.html index b4b4279d..f2368574 100644 --- a/docs/src/templates/partials/languages/ja.html +++ b/docs/src/templates/partials/languages/ja.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Japanese --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ja", "action.edit": "編集", diff --git a/docs/src/templates/partials/languages/ka.html b/docs/src/templates/partials/languages/ka.html index edfd2e02..d8e0a731 100644 --- a/docs/src/templates/partials/languages/ka.html +++ b/docs/src/templates/partials/languages/ka.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Georgian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ka", "action.edit": "გვერდის რედარქირება", diff --git a/docs/src/templates/partials/languages/kn.html b/docs/src/templates/partials/languages/kn.html index bd0ff722..876a7e0e 100644 --- a/docs/src/templates/partials/languages/kn.html +++ b/docs/src/templates/partials/languages/kn.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Kannada --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "kn", "action.edit": "ಈ ಪುಟವನ್ನು ತಿದ್ದುಪಡಿ ಮಾಡಿ", diff --git a/docs/src/templates/partials/languages/ko.html b/docs/src/templates/partials/languages/ko.html index adadccb7..06e973f7 100644 --- a/docs/src/templates/partials/languages/ko.html +++ b/docs/src/templates/partials/languages/ko.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Korean --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ko", "action.edit": "이 페이지를 편집", diff --git a/docs/src/templates/partials/languages/ku-IQ.html b/docs/src/templates/partials/languages/ku-IQ.html index fe9dd1e7..a1ebbcd8 100644 --- a/docs/src/templates/partials/languages/ku-IQ.html +++ b/docs/src/templates/partials/languages/ku-IQ.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Kurdish (Soranî) --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ku", "direction": "rtl", diff --git a/docs/src/templates/partials/languages/lb.html b/docs/src/templates/partials/languages/lb.html index f38c6568..75beab62 100644 --- a/docs/src/templates/partials/languages/lb.html +++ b/docs/src/templates/partials/languages/lb.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Luxembourgish --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "lb", "direction": "ltr", diff --git a/docs/src/templates/partials/languages/lt.html b/docs/src/templates/partials/languages/lt.html index 129505f5..e6f72898 100644 --- a/docs/src/templates/partials/languages/lt.html +++ b/docs/src/templates/partials/languages/lt.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Lithuanian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "lt", "action.edit": "Redaguoti šį puslapį", diff --git a/docs/src/templates/partials/languages/lv.html b/docs/src/templates/partials/languages/lv.html index 7bcd9ace..15719a1f 100644 --- a/docs/src/templates/partials/languages/lv.html +++ b/docs/src/templates/partials/languages/lv.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Latvian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "lv", "action.edit": "Rediģēt šo lapu", diff --git a/docs/src/templates/partials/languages/mk.html b/docs/src/templates/partials/languages/mk.html index e3dc114c..3ba92a5e 100644 --- a/docs/src/templates/partials/languages/mk.html +++ b/docs/src/templates/partials/languages/mk.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Macedonian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "mk", "action.edit": "Уредете ја оваа страница", diff --git a/docs/src/templates/partials/languages/mn.html b/docs/src/templates/partials/languages/mn.html index de9002ab..9d2c4791 100644 --- a/docs/src/templates/partials/languages/mn.html +++ b/docs/src/templates/partials/languages/mn.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Mongolian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "mn", "action.edit": "Хуудас засварлах", diff --git a/docs/src/templates/partials/languages/ms.html b/docs/src/templates/partials/languages/ms.html index 57b70fc7..459dfd3e 100644 --- a/docs/src/templates/partials/languages/ms.html +++ b/docs/src/templates/partials/languages/ms.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Bahasa Malaysia --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ms", "action.edit": "Edit halaman ini", diff --git a/docs/src/templates/partials/languages/my.html b/docs/src/templates/partials/languages/my.html index 27ca3ad9..09f849c9 100644 --- a/docs/src/templates/partials/languages/my.html +++ b/docs/src/templates/partials/languages/my.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Burmese --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "my", "action.edit": "ဤ စာမျက်နှာကို ပြင်ရန်", diff --git a/docs/src/templates/partials/languages/nb.html b/docs/src/templates/partials/languages/nb.html index 6be63531..732c8814 100644 --- a/docs/src/templates/partials/languages/nb.html +++ b/docs/src/templates/partials/languages/nb.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Norwegian Bokmål --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "nb", "action.edit": "Rediger denne siden", diff --git a/docs/src/templates/partials/languages/nl.html b/docs/src/templates/partials/languages/nl.html index 0000fe60..86028a4c 100644 --- a/docs/src/templates/partials/languages/nl.html +++ b/docs/src/templates/partials/languages/nl.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Dutch --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "nl", "action.edit": "Wijzig deze pagina", diff --git a/docs/src/templates/partials/languages/nn.html b/docs/src/templates/partials/languages/nn.html index 9478bdbe..7ebd8793 100644 --- a/docs/src/templates/partials/languages/nn.html +++ b/docs/src/templates/partials/languages/nn.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Norwegian Nynorsk --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "nn", "action.edit": "Rediger denne sida", diff --git a/docs/src/templates/partials/languages/pl.html b/docs/src/templates/partials/languages/pl.html index 7817633a..826a8c60 100644 --- a/docs/src/templates/partials/languages/pl.html +++ b/docs/src/templates/partials/languages/pl.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Polish --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "pl", "action.edit": "Edytuj tę stronę", diff --git a/docs/src/templates/partials/languages/pt-BR.html b/docs/src/templates/partials/languages/pt-BR.html index d934a9ac..de1b1f23 100644 --- a/docs/src/templates/partials/languages/pt-BR.html +++ b/docs/src/templates/partials/languages/pt-BR.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Portuguese (Brasilian) --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "pt", "action.edit": "Editar esta página", diff --git a/docs/src/templates/partials/languages/pt.html b/docs/src/templates/partials/languages/pt.html index e5dee1cb..8bc6b81f 100644 --- a/docs/src/templates/partials/languages/pt.html +++ b/docs/src/templates/partials/languages/pt.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Portuguese --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "pt", "action.edit": "Editar esta página", diff --git a/docs/src/templates/partials/languages/ro.html b/docs/src/templates/partials/languages/ro.html index 7bea9afb..31a36229 100644 --- a/docs/src/templates/partials/languages/ro.html +++ b/docs/src/templates/partials/languages/ro.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Romanian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ro", "action.edit": "Editeaza această pagină", diff --git a/docs/src/templates/partials/languages/ru.html b/docs/src/templates/partials/languages/ru.html index ddbd7b95..31fab68f 100644 --- a/docs/src/templates/partials/languages/ru.html +++ b/docs/src/templates/partials/languages/ru.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Russian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ru", "action.edit": "Редактировать страницу", diff --git a/docs/src/templates/partials/languages/sa.html b/docs/src/templates/partials/languages/sa.html index 338e2b61..aab566fe 100644 --- a/docs/src/templates/partials/languages/sa.html +++ b/docs/src/templates/partials/languages/sa.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Sanskrit --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "sa", "action.edit": "एतत् पृष्ठं सम्पादयतु", diff --git a/docs/src/templates/partials/languages/sh.html b/docs/src/templates/partials/languages/sh.html index 42a0d902..a7205f0d 100644 --- a/docs/src/templates/partials/languages/sh.html +++ b/docs/src/templates/partials/languages/sh.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Serbo-Croatian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "sh", "action.edit": "Ažuriraj stranicu", diff --git a/docs/src/templates/partials/languages/si.html b/docs/src/templates/partials/languages/si.html index eb41309e..b2120f9f 100644 --- a/docs/src/templates/partials/languages/si.html +++ b/docs/src/templates/partials/languages/si.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Sinhalese --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "si", "action.edit": "පිටුව සංස්කරණය", diff --git a/docs/src/templates/partials/languages/sk.html b/docs/src/templates/partials/languages/sk.html index 701a5a53..793bddbb 100644 --- a/docs/src/templates/partials/languages/sk.html +++ b/docs/src/templates/partials/languages/sk.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Slovak --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "sk", "action.edit": "Upraviť túto stránku", diff --git a/docs/src/templates/partials/languages/sl.html b/docs/src/templates/partials/languages/sl.html index a01f31d9..4eb060f2 100644 --- a/docs/src/templates/partials/languages/sl.html +++ b/docs/src/templates/partials/languages/sl.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Slovenian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "sl", "action.edit": "Uredi stran", diff --git a/docs/src/templates/partials/languages/sr.html b/docs/src/templates/partials/languages/sr.html index 275ea126..7ef5f0df 100644 --- a/docs/src/templates/partials/languages/sr.html +++ b/docs/src/templates/partials/languages/sr.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Serbian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "sr", "action.edit": "Ажурирај страницу", diff --git a/docs/src/templates/partials/languages/sv.html b/docs/src/templates/partials/languages/sv.html index 52f151d2..fe368f8e 100644 --- a/docs/src/templates/partials/languages/sv.html +++ b/docs/src/templates/partials/languages/sv.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Swedish --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "sv", "action.edit": "Redigera sidan", diff --git a/docs/src/templates/partials/languages/te.html b/docs/src/templates/partials/languages/te.html index 7529a47c..2bd6036d 100644 --- a/docs/src/templates/partials/languages/te.html +++ b/docs/src/templates/partials/languages/te.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Telugu --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "te", "action.edit": "ఈ పేజీలో దిద్దుబాట్లు చేయండి", diff --git a/docs/src/templates/partials/languages/th.html b/docs/src/templates/partials/languages/th.html index c8104fc1..915e0fd4 100644 --- a/docs/src/templates/partials/languages/th.html +++ b/docs/src/templates/partials/languages/th.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Thai --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "th", "action.edit": "แก้ไขหน้านี้", diff --git a/docs/src/templates/partials/languages/tl.html b/docs/src/templates/partials/languages/tl.html index 00c22c99..965d0443 100644 --- a/docs/src/templates/partials/languages/tl.html +++ b/docs/src/templates/partials/languages/tl.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Tagalog --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "tl", "action.edit": "I-edit ang pahinang ito", diff --git a/docs/src/templates/partials/languages/tr.html b/docs/src/templates/partials/languages/tr.html index 860f8ed7..4924828b 100644 --- a/docs/src/templates/partials/languages/tr.html +++ b/docs/src/templates/partials/languages/tr.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Turkish --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "tr", "action.edit": "Düzenle", diff --git a/docs/src/templates/partials/languages/uk.html b/docs/src/templates/partials/languages/uk.html index ca5c709c..91face86 100644 --- a/docs/src/templates/partials/languages/uk.html +++ b/docs/src/templates/partials/languages/uk.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Ukrainian --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "uk", "action.edit": "Редагувати сторінку", diff --git a/docs/src/templates/partials/languages/ur.html b/docs/src/templates/partials/languages/ur.html index 14a50588..06817358 100644 --- a/docs/src/templates/partials/languages/ur.html +++ b/docs/src/templates/partials/languages/ur.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Urdu --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "ur", "direction": "rtl", diff --git a/docs/src/templates/partials/languages/uz.html b/docs/src/templates/partials/languages/uz.html index d86f4db2..a326ab9b 100644 --- a/docs/src/templates/partials/languages/uz.html +++ b/docs/src/templates/partials/languages/uz.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Uzbek --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "uz", "action.edit": "Ushbu sahifani tahrirlash", diff --git a/docs/src/templates/partials/languages/vi.html b/docs/src/templates/partials/languages/vi.html index b63a8d82..b32202c0 100644 --- a/docs/src/templates/partials/languages/vi.html +++ b/docs/src/templates/partials/languages/vi.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Vietnamese --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "vi", "action.edit": "Chỉnh sửa", diff --git a/docs/src/templates/partials/languages/zh-Hant.html b/docs/src/templates/partials/languages/zh-Hant.html index 578fc82a..aaac6a7d 100644 --- a/docs/src/templates/partials/languages/zh-Hant.html +++ b/docs/src/templates/partials/languages/zh-Hant.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Chinese (Traditional) --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "zh-Hant", "action.edit": "編輯此頁", diff --git a/docs/src/templates/partials/languages/zh-TW.html b/docs/src/templates/partials/languages/zh-TW.html index 405538f8..b43170be 100644 --- a/docs/src/templates/partials/languages/zh-TW.html +++ b/docs/src/templates/partials/languages/zh-TW.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Chinese (Taiwanese) --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "zh-TW", "action.edit": "編輯此頁", diff --git a/docs/src/templates/partials/languages/zh.html b/docs/src/templates/partials/languages/zh.html index 49f233a4..1ce9a0c9 100644 --- a/docs/src/templates/partials/languages/zh.html +++ b/docs/src/templates/partials/languages/zh.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Translations: Chinese (Simplified) --> +{#- + This file was automatically generated - do not edit +-#} {% macro t(key) %}{{ { "language": "zh", "action.edit": "编辑此页", diff --git a/docs/src/templates/partials/logo.html b/docs/src/templates/partials/logo.html index 05832c71..6d80f2ce 100644 --- a/docs/src/templates/partials/logo.html +++ b/docs/src/templates/partials/logo.html @@ -1,28 +1,8 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Logo --> +{#- + This file was automatically generated - do not edit +-#} {% if config.theme.logo %} - <img src="{{ config.theme.logo | url }}" alt="logo" /> + <img src="{{ config.theme.logo | url }}" alt="logo"> {% else %} {% set icon = config.theme.icon.logo or "material/library" %} {% include ".icons/" ~ icon ~ ".svg" %} diff --git a/docs/src/templates/partials/nav-item.html b/docs/src/templates/partials/nav-item.html index 24d74a1a..5e880792 100644 --- a/docs/src/templates/partials/nav-item.html +++ b/docs/src/templates/partials/nav-item.html @@ -1,96 +1,45 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Render navigation link status --> +{#- + This file was automatically generated - do not edit +-#} {% macro render_status(nav_item, type) %} {% set class = "md-status md-status--" ~ type %} - - <!-- Render icon with title (or tooltip), if given --> {% if config.extra.status and config.extra.status[type] %} - <span - class="{{ class }}" - title="{{ config.extra.status[type] }}" - > + <span class="{{ class }}" title="{{ config.extra.status[type] }}"> </span> - - <!-- Render icon only --> {% else %} <span class="{{ class }}"></span> {% endif %} {% endmacro %} - -<!-- Render navigation link content --> {% macro render_content(nav_item, ref = nav_item) %} - - <!-- Navigation link icon --> {% if nav_item.is_page and nav_item.meta.icon %} {% include ".icons/" ~ nav_item.meta.icon ~ ".svg" %} {% endif %} - - <!-- Navigation link title --> <span class="md-ellipsis"> {{ ref.title }} </span> - - <!-- Navigation link status --> {% if nav_item.is_page and nav_item.meta.status %} {{ render_status(nav_item, nav_item.meta.status) }} {% endif %} {% endmacro %} - -<!-- Render navigation item (pruned) --> {% macro render_pruned(nav_item, ref = nav_item) %} {% set first = nav_item.children | first %} - - <!-- Recurse, if the first item has further nested items --> {% if first and first.children %} {{ render_pruned(first, ref) }} - - <!-- Navigation link --> {% else %} <a href="{{ first.url | url }}" class="md-nav__link"> {{ render_content(ref) }} - - <!-- Only render toggle if there's at least one nested item --> {% if nav_item.children | length > 0 %} <span class="md-nav__icon md-icon"></span> {% endif %} </a> {% endif %} {% endmacro %} - -<!-- Render navigation item --> {% macro render(nav_item, path, level) %} - - <!-- Determine classes --> {% set class = "md-nav__item" %} {% if nav_item.active %} {% set class = class ~ " md-nav__item--active" %} {% endif %} - - <!-- Navigation item with nested items --> {% if nav_item.children %} - - <!-- Determine all nested items that are index pages --> {% set indexes = [] %} {% if "navigation.indexes" in features %} {% for nav_item in nav_item.children %} @@ -99,93 +48,50 @@ {% endif %} {% endfor %} {% endif %} - - <!-- Determine whether to render item as a section --> {% set tabs = "navigation.tabs" in features %} {% set sections = "navigation.sections" in features %} {% if tabs and level == 1 or sections and tabs >= level - 1 %} {% set class = class ~ " md-nav__item--section" %} {% set is_section = true %} - - <!-- Determine whether to prune inactive item --> {% elif not nav_item.active and "navigation.prune" in features %} {% set class = class ~ " md-nav__item--pruned" %} {% set is_pruned = true %} {% endif %} - - <!-- Nested navigation item --> <li class="{{ class }} md-nav__item--nested"> {% if not is_pruned %} {% set checked = "checked" if nav_item.active %} - - <!-- Determine checked and indeterminate state --> {% set is_expanded = "navigation.expand" in features %} {% if is_expanded and not checked %} {% set indeterminate = "md-toggle--indeterminate" %} {% endif %} - - <!-- Active checkbox expands items contained within nested section --> - <input - class="md-nav__toggle md-toggle {{ indeterminate }}" - type="checkbox" - id="{{ path }}" - {{ checked }} - /> - - <!-- Toggle to expand nested items --> + <input class="md-nav__toggle md-toggle {{ indeterminate }}" type="checkbox" id="{{ path }}" {{ checked }}> {% if not indexes %} {% set tabindex = "0" if not is_section %} - <label - class="md-nav__link" - for="{{ path }}" - id="{{ path }}_label" - tabindex="{{ tabindex }}" - > + <label class="md-nav__link" for="{{ path }}" id="{{ path }}_label" tabindex="{{ tabindex }}"> {{ render_content(nav_item) }} <span class="md-nav__icon md-icon"></span> </label> - - <!-- Toggle to expand nested items with link to index page --> {% else %} {% set index = indexes | first %} {% set class = "md-nav__link--active" if index == page %} <div class="md-nav__link md-nav__container"> - <a - href="{{ index.url | url }}" - class="md-nav__link {{ class }}" - > + <a href="{{ index.url | url }}" class="md-nav__link {{ class }}"> {{ render_content(index, nav_item) }} </a> - - <!-- Only render toggle if there's at least one more page --> {% if nav_item.children | length > 1 %} {% set tabindex = "0" if not is_section %} - <label - class="md-nav__link {{ class }}" - for="{{ path }}" - id="{{ path }}_label" - tabindex="{{ tabindex }}" - > + <label class="md-nav__link {{ class }}" for="{{ path }}" id="{{ path }}_label" tabindex="{{ tabindex }}"> <span class="md-nav__icon md-icon"></span> </label> {% endif %} </div> {% endif %} - - <!-- Nested navigation --> - <nav - class="md-nav" - data-md-level="{{ level }}" - aria-labelledby="{{ path }}_label" - aria-expanded="{{ nav_item.active | tojson }}" - > + <nav class="md-nav" data-md-level="{{ level }}" aria-labelledby="{{ path }}_label" aria-expanded="{{ nav_item.active | tojson }}"> <label class="md-nav__title" for="{{ path }}"> <span class="md-nav__icon md-icon"></span> {{ nav_item.title }} </label> <ul class="md-nav__list" data-md-scrollfix> - - <!-- Nested navigation item --> {% for nav_item in nav_item.children %} {% if not indexes or nav_item != indexes | first %} {{ render(nav_item, path ~ "_" ~ loop.index, level + 1) }} @@ -193,52 +99,31 @@ {% endfor %} </ul> </nav> - - <!-- Pruned navigation item --> {% else %} {{ render_pruned(nav_item) }} {% endif %} </li> - - <!-- Currently active page --> {% elif nav_item == page %} <li class="{{ class }}"> {% set toc = page.toc %} - - <!-- State toggle --> - <input - class="md-nav__toggle md-toggle" - type="checkbox" - id="__toc" - /> - - <!-- Hack: see partials/toc.html for more information --> + <input class="md-nav__toggle md-toggle" type="checkbox" id="__toc"> {% set first = toc | first %} {% if first and first.level == 1 %} {% set toc = first.children %} {% endif %} - - <!-- Navigation link to table of contents --> {% if toc %} <label class="md-nav__link md-nav__link--active" for="__toc"> {{ render_content(nav_item) }} <span class="md-nav__icon md-icon"></span> </label> {% endif %} - <a - href="{{ nav_item.url | url }}" - class="md-nav__link md-nav__link--active" - > + <a href="{{ nav_item.url | url }}" class="md-nav__link md-nav__link--active"> {{ render_content(nav_item) }} </a> - - <!-- Table of contents --> {% if toc %} {% include "partials/toc.html" %} {% endif %} </li> - - <!-- Navigation item --> {% else %} <li class="{{ class }}"> <a href="{{ nav_item.url | url }}" class="md-nav__link"> diff --git a/docs/src/templates/partials/nav.html b/docs/src/templates/partials/nav.html index c41fe694..a701dcd2 100644 --- a/docs/src/templates/partials/nav.html +++ b/docs/src/templates/partials/nav.html @@ -1,28 +1,7 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - +{#- + This file was automatically generated - do not edit +-#} {% import "partials/nav-item.html" as item with context %} - -<!-- Determine classes --> {% set class = "md-nav md-nav--primary" %} {% if "navigation.tabs" in features %} {% set class = class ~ " md-nav--lifted" %} @@ -30,36 +9,18 @@ {% if "toc.integrate" in features %} {% set class = class ~ " md-nav--integrated" %} {% endif %} - -<!-- Navigation --> -<nav - class="{{ class }}" - aria-label="{{ lang.t('nav') }}" - data-md-level="0" -> - - <!-- Site title --> +<nav class="{{ class }}" aria-label="{{ lang.t('nav') }}" data-md-level="0"> <label class="md-nav__title" for="__drawer"> - <a - href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" - title="{{ config.site_name | e }}" - class="md-nav__button md-logo" - aria-label="{{ config.site_name }}" - data-md-component="logo" - > + <a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" title="{{ config.site_name | e }}" class="md-nav__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo"> {% include "partials/logo.html" %} </a> {{ config.site_name }} </label> - - <!-- Repository information --> {% if config.repo_url %} <div class="md-nav__source"> {% include "partials/source.html" %} </div> {% endif %} - - <!-- Navigation list --> <ul class="md-nav__list" data-md-scrollfix> {% for nav_item in nav %} {% set path = "__nav_" ~ loop.index %} diff --git a/docs/src/templates/partials/pagination.html b/docs/src/templates/partials/pagination.html index 046ecbe9..1de2cd4c 100644 --- a/docs/src/templates/partials/pagination.html +++ b/docs/src/templates/partials/pagination.html @@ -1,32 +1,10 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Pagination icons --> +{#- + This file was automatically generated - do not edit +-#} {% import ".icons/material/chevron-double-left.svg" as icon_first %} {% import ".icons/material/chevron-left.svg" as icon_previous %} {% import ".icons/material/chevron-right.svg" as icon_next %} {% import ".icons/material/chevron-double-right.svg" as icon_last %} - -<!-- Pagination --> <nav class="md-pagination"> {{ pagination({ diff --git a/docs/src/templates/partials/palette.html b/docs/src/templates/partials/palette.html index ccb8db0a..11ec1115 100644 --- a/docs/src/templates/partials/palette.html +++ b/docs/src/templates/partials/palette.html @@ -1,53 +1,14 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Color palette toggle --> +{#- + This file was automatically generated - do not edit +-#} <form class="md-header__option" data-md-component="palette"> {% for option in config.theme.palette %} {% set scheme = option.scheme | d("default", true) %} {% set primary = option.primary | d("indigo", true) %} {% set accent = option.accent | d("indigo", true) %} - <input - class="md-option" - data-md-color-media="{{ option.media }}" - data-md-color-scheme="{{ scheme | replace(' ', '-') }}" - data-md-color-primary="{{ primary | replace(' ', '-') }}" - data-md-color-accent="{{ accent | replace(' ', '-') }}" - {% if option.toggle %} - aria-label="{{ option.toggle.name }}" - {% else %} - aria-hidden="true" - {% endif %} - type="radio" - name="__palette" - id="__palette_{{ loop.index }}" - /> + <input class="md-option" data-md-color-media="{{ option.media }}" data-md-color-scheme="{{ scheme | replace(' ', '-') }}" data-md-color-primary="{{ primary | replace(' ', '-') }}" data-md-color-accent="{{ accent | replace(' ', '-') }}" {% if option.toggle %} aria-label="{{ option.toggle.name }}" {% else %} aria-hidden="true" {% endif %} type="radio" name="__palette" id="__palette_{{ loop.index }}"> {% if option.toggle %} - <label - class="md-header__button md-icon" - title="{{ option.toggle.name }}" - for="__palette_{{ loop.index0 or loop.length }}" - hidden - > + <label class="md-header__button md-icon" title="{{ option.toggle.name }}" for="__palette_{{ loop.index0 or loop.length }}" hidden> {% include ".icons/" ~ option.toggle.icon ~ ".svg" %} </label> {% endif %} diff --git a/docs/src/templates/partials/post.html b/docs/src/templates/partials/post.html index c7233051..08f3c8f1 100644 --- a/docs/src/templates/partials/post.html +++ b/docs/src/templates/partials/post.html @@ -1,69 +1,36 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Post excerpt --> +{#- + This file was automatically generated - do not edit +-#} <article class="md-post md-post--excerpt"> <header class="md-post__header"> - - <!-- Post authors --> {% if post.authors %} <nav class="md-post__authors md-typeset"> {% for author in post.authors %} <span class="md-author"> - <img src="{{ author.avatar }}" alt="{{ author.name }}" /> + <img src="{{ author.avatar }}" alt="{{ author.name }}"> </span> {% endfor %} </nav> {% endif %} - - <!-- Post metadata --> <div class="md-post__meta md-meta"> <ul class="md-meta__list"> - - <!-- Post date --> <li class="md-meta__item"> <time datetime="{{ post.config.date.created }}"> {{- post.config.date.created | date -}} </time> {#- Collapse whitespace -#} </li> - - <!-- Post categories --> {% if post.categories %} <li class="md-meta__item"> {{ lang.t("blog.categories.in") }} {% for category in post.categories %} - <a - href="{{ category.url | url }}" - class="md-meta__link" - > + <a href="{{ category.url | url }}" class="md-meta__link"> {{- category.title -}} </a> {%- if loop.revindex > 1 %}, {% endif -%} {% endfor -%} </li> {% endif %} - - <!-- Post readtime --> {% if post.config.readtime %} {% set time = post.config.readtime %} <li class="md-meta__item"> @@ -75,8 +42,6 @@ </li> {% endif %} </ul> - - <!-- Draft marker --> {% if post.config.draft %} <span class="md-draft"> {{ lang.t("blog.draft") }} @@ -84,12 +49,8 @@ {% endif %} </div> </header> - - <!-- Post content --> <div class="md-post__content md-typeset"> {{ post.content }} - - <!-- Continue reading link --> <nav class="md-post__action"> <a href="{{ post.url | url }}"> {{ lang.t("blog.continue") }} diff --git a/docs/src/templates/partials/progress.html b/docs/src/templates/partials/progress.html index f5d13d10..457156bb 100644 --- a/docs/src/templates/partials/progress.html +++ b/docs/src/templates/partials/progress.html @@ -1,24 +1,4 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Progress indicator --> +{#- + This file was automatically generated - do not edit +-#} <div class="md-progress" data-md-component="progress" role="progressbar"></div> diff --git a/docs/src/templates/partials/search.html b/docs/src/templates/partials/search.html index 1854a7d3..4ad3b36f 100644 --- a/docs/src/templates/partials/search.html +++ b/docs/src/templates/partials/search.html @@ -1,102 +1,35 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Search interface --> +{#- + This file was automatically generated - do not edit +-#} <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" name="search"> - - <!-- Search input --> - <input - type="text" - class="md-search__input" - name="query" - aria-label="{{ lang.t('search.placeholder') }}" - placeholder="{{ lang.t('search.placeholder') }}" - autocapitalize="off" - autocorrect="off" - autocomplete="off" - spellcheck="false" - data-md-component="search-query" - required - /> - - <!-- Button to open search --> + <input type="text" class="md-search__input" name="query" aria-label="{{ lang.t('search.placeholder') }}" placeholder="{{ lang.t('search.placeholder') }}" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required> <label class="md-search__icon md-icon" for="__search"> {% set icon = config.theme.icon.search or "material/magnify" %} {% include ".icons/" ~ icon ~ ".svg" %} {% set icon = config.theme.icon.previous or "material/arrow-left" %} {% include ".icons/" ~ icon ~ ".svg" %} </label> - - <!-- Search options --> - <nav - class="md-search__options" - aria-label="{{ lang.t('search') }}" - > - - <!-- Button to share search --> + <nav class="md-search__options" aria-label="{{ lang.t('search') }}"> {% if "search.share" in features %} - <a - href="javascript:void(0)" - class="md-search__icon md-icon" - title="{{ lang.t('search.share') }}" - aria-label="{{ lang.t('search.share') }}" - data-clipboard - data-clipboard-text="" - data-md-component="search-share" - tabindex="-1" - > + <a href="javascript:void(0)" class="md-search__icon md-icon" title="{{ lang.t('search.share') }}" aria-label="{{ lang.t('search.share') }}" data-clipboard data-clipboard-text="" data-md-component="search-share" tabindex="-1"> {% set icon = config.theme.icon.share or "material/share-variant" %} {% include ".icons/" ~ icon ~ ".svg" %} </a> {% endif %} - - <!-- Button to reset search --> - <button - type="reset" - class="md-search__icon md-icon" - title="{{ lang.t('search.reset') }}" - aria-label="{{ lang.t('search.reset') }}" - tabindex="-1" - > + <button type="reset" class="md-search__icon md-icon" title="{{ lang.t('search.reset') }}" aria-label="{{ lang.t('search.reset') }}" tabindex="-1"> {% set icon = config.theme.icon.close or "material/close" %} {% include ".icons/" ~ icon ~ ".svg" %} </button> </nav> - - <!-- Search suggestions --> {% if "search.suggest" in features %} - <div - class="md-search__suggest" - data-md-component="search-suggest" - ></div> + <div class="md-search__suggest" data-md-component="search-suggest"></div> {% endif %} </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> - - <!-- Search results --> <div class="md-search-result" data-md-component="search-result"> <div class="md-search-result__meta"> {{ lang.t("search.result.initializer") }} diff --git a/docs/src/templates/partials/social.html b/docs/src/templates/partials/social.html index 5d2c4017..e59fdae6 100644 --- a/docs/src/templates/partials/social.html +++ b/docs/src/templates/partials/social.html @@ -1,47 +1,18 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Social links --> +{#- + This file was automatically generated - do not edit +-#} <div class="md-social"> {% for social in config.extra.social %} - - <!-- Automatically set rel=me for Mastodon --> {% set rel = "noopener" %} {% if "mastodon" in social.icon %} {% set rel = rel ~ " me" %} {% endif %} - - <!-- Compute title and render link --> {% set title = social.name %} {% if not title and "//" in social.link %} {% set _, url = social.link.split("//") %} {% set title = url.split("/")[0] %} {% endif %} - <a - href="{{ social.link }}" - target="_blank" rel="{{ rel }}" - title="{{ title | e }}" - class="md-social__link" - > + <a href="{{ social.link }}" target="_blank" rel="{{ rel }}" title="{{ title | e }}" class="md-social__link"> {% include ".icons/" ~ social.icon ~ ".svg" %} </a> {% endfor %} diff --git a/docs/src/templates/partials/source-file.html b/docs/src/templates/partials/source-file.html index 928e35de..ae5bd084 100644 --- a/docs/src/templates/partials/source-file.html +++ b/docs/src/templates/partials/source-file.html @@ -1,41 +1,17 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Source file information --> -<hr /> +{#- + This file was automatically generated - do not edit +-#} +<hr> <div class="md-source-file"> <small> - - <!-- mkdocs-git-revision-date-localized-plugin --> {% if page.meta.git_revision_date_localized %} {{ lang.t("source.file.date.updated") }}: {{ page.meta.git_revision_date_localized }} {% if page.meta.git_creation_date_localized %} - <br /> + <br> {{ lang.t("source.file.date.created") }}: {{ page.meta.git_creation_date_localized }} {% endif %} - - <!-- mkdocs-git-revision-date-plugin --> {% elif page.meta.revision_date %} {{ lang.t("source.file.date.updated") }}: {{ page.meta.revision_date }} diff --git a/docs/src/templates/partials/source.html b/docs/src/templates/partials/source.html index f4aac3e6..711ecaef 100644 --- a/docs/src/templates/partials/source.html +++ b/docs/src/templates/partials/source.html @@ -1,32 +1,7 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Repository information --> -<a - href="{{ config.repo_url }}" - title="{{ lang.t('source') }}" - class="md-source" - data-md-component="source" -> +{#- + This file was automatically generated - do not edit +-#} +<a href="{{ config.repo_url }}" title="{{ lang.t('source') }}" class="md-source" data-md-component="source"> <div class="md-source__icon md-icon"> {% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} {% include ".icons/" ~ icon ~ ".svg" %} diff --git a/docs/src/templates/partials/tabs-item.html b/docs/src/templates/partials/tabs-item.html index 7a12a742..0e80035c 100644 --- a/docs/src/templates/partials/tabs-item.html +++ b/docs/src/templates/partials/tabs-item.html @@ -1,57 +1,23 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Render navigation link content --> +{#- + This file was automatically generated - do not edit +-#} {% macro render_content(nav_item, ref = nav_item) %} - - <!-- Navigation link icon --> {% if nav_item == ref or "navigation.indexes" in features %} {% if nav_item.is_index and nav_item.meta.icon %} {% include ".icons/" ~ nav_item.meta.icon ~ ".svg" %} {% endif %} {% endif %} - - <!-- Navigation link title --> {{ ref.title }} {% endmacro %} - -<!-- Render navigation item --> {% macro render(nav_item, ref = nav_item) %} - - <!-- Determine classes --> {% set class = "md-tabs__item" %} {% if ref.active %} {% set class = class ~ " md-tabs__item--active" %} {% endif %} - - <!-- Navigation item with nested items --> {% if nav_item.children %} {% set first = nav_item.children | first %} - - <!-- Recurse, if the first item has further nested items --> {% if first.children %} {{ render(first, ref) }} - - <!-- Nested navigation item --> {% else %} <li class="{{ class }}"> <a href="{{ first.url | url }}" class="md-tabs__link"> @@ -59,8 +25,6 @@ </a> </li> {% endif %} - - <!-- Navigation item --> {% else %} <li class="{{ class }}"> <a href="{{ nav_item.url | url }}" class="md-tabs__link"> diff --git a/docs/src/templates/partials/tabs.html b/docs/src/templates/partials/tabs.html index 0ea590cf..04cb0c9c 100644 --- a/docs/src/templates/partials/tabs.html +++ b/docs/src/templates/partials/tabs.html @@ -1,33 +1,8 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - +{#- + This file was automatically generated - do not edit +-#} {% import "partials/tabs-item.html" as item with context %} - -<!-- Navigation tabs --> -<nav - class="md-tabs" - aria-label="{{ lang.t('tabs') }}" - data-md-component="tabs" -> +<nav class="md-tabs" aria-label="{{ lang.t('tabs') }}" data-md-component="tabs"> <div class="md-grid"> <ul class="md-tabs__list"> {% for nav_item in nav %} diff --git a/docs/src/templates/partials/tags.html b/docs/src/templates/partials/tags.html index b3dea295..128e9595 100644 --- a/docs/src/templates/partials/tags.html +++ b/docs/src/templates/partials/tags.html @@ -1,31 +1,9 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Determine whether to show tags --> +{#- + This file was automatically generated - do not edit +-#} {% if page.meta and page.meta.hide %} {% set hidden = "hidden" if "tags" in page.meta.hide %} {% endif %} - -<!-- Tags --> <nav class="md-tags" {{ hidden }}> {% for tag in tags %} {% set icon = "" %} @@ -35,14 +13,10 @@ {% set icon = icon ~ " md-tag--" ~ tag.type %} {% endif %} {% endif %} - - <!-- Render tag with link --> {% if tag.url %} <a href="{{ tag.url | url }}" class="md-tag{{ icon }}"> {{- tag.name -}} </a> - - <!-- Render tag without link --> {% else %} <span class="md-tag{{ icon }}"> {{- tag.name -}} diff --git a/docs/src/templates/partials/toc-item.html b/docs/src/templates/partials/toc-item.html index 1af82c56..c8397272 100644 --- a/docs/src/templates/partials/toc-item.html +++ b/docs/src/templates/partials/toc-item.html @@ -1,32 +1,10 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Table of contents item --> +{#- + This file was automatically generated - do not edit +-#} <li class="md-nav__item"> <a href="{{ toc_item.url }}" class="md-nav__link"> {{ toc_item.title }} </a> - - <!-- Table of contents list --> {% if toc_item.children %} <nav class="md-nav" aria-label="{{ toc_item.title | striptags }}"> <ul class="md-nav__list"> diff --git a/docs/src/templates/partials/toc.html b/docs/src/templates/partials/toc.html index cb50b257..aeeb3acb 100644 --- a/docs/src/templates/partials/toc.html +++ b/docs/src/templates/partials/toc.html @@ -1,47 +1,16 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Determine title --> +{#- + This file was automatically generated - do not edit +-#} {% set title = lang.t("toc") %} {% if config.mdx_configs.toc and config.mdx_configs.toc.title %} {% set title = config.mdx_configs.toc.title %} {% endif %} - -<!-- Table of contents --> <nav class="md-nav md-nav--secondary" aria-label="{{ title }}"> {% set toc = page.toc %} - - <!-- - Check whether the content starts with a level 1 headline. If it does, the - top-level anchor must be skipped, since it would be redundant to the link - to the current page that is located just above the anchor. Therefore we - directly continue with the children of the anchor. - --> {% set first = toc | first %} {% if first and first.level == 1 %} {% set toc = first.children %} {% endif %} - - <!-- Table of contents title and list --> {% if toc %} <label class="md-nav__title" for="__toc"> <span class="md-nav__icon md-icon"></span> diff --git a/docs/src/templates/partials/top.html b/docs/src/templates/partials/top.html index 737e6248..95da428b 100644 --- a/docs/src/templates/partials/top.html +++ b/docs/src/templates/partials/top.html @@ -1,26 +1,6 @@ -<!-- - Copyright (c) 2016-2023 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. ---> - -<!-- Progress indicator --> +{#- + This file was automatically generated - do not edit +-#} <button type="button" class="md-top md-icon" data-md-component="top" hidden> {% set icon = config.theme.icon.top or "material/arrow-up" %} {% include ".icons/" ~ icon ~ ".svg" %} |
