diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 431c025..0000000 --- a/.drone.yml +++ /dev/null @@ -1,163 +0,0 @@ -name: test -kind: pipeline -type: docker - -platform: - os: linux - arch: amd64 - -clone: - disable: true - -steps: -- name: clone - image: registry.access.redhat.com/ubi9/python-311:1-12 - volumes: - - name: cache - path: /opt/app-root/src - commands: - - mkdir ~/docs && cd ~/docs - - git clone $DRONE_REPO_LINK . - - git checkout $DRONE_COMMIT - when: - branch: - exclude: - - renovate/* -- name: build - image: registry.access.redhat.com/ubi9/python-311:1-12 - volumes: - - name: cache - path: /opt/app-root/src - commands: - - cd ~/docs - - pip install --upgrade pip - - pip install -r requirements.txt - - mkdocs build - when: - branch: - exclude: - - renovate/* - -trigger: - event: - - push - - pull_request -volumes: -- name: cache - temp: {} - ---- -name: deploy to staging -kind: pipeline -type: docker - -platform: - os: linux - arch: amd64 - -clone: - disable: true - -steps: -- name: clone - image: registry.access.redhat.com/ubi9/python-311:1-12 - volumes: - - name: cache - path: /opt/app-root/src - commands: - - mkdir ~/docs && cd ~/docs - - git clone $DRONE_REPO_LINK . - - git checkout $DRONE_COMMIT -- name: build - image: registry.access.redhat.com/ubi9/python-311:1-12 - volumes: - - name: cache - path: /opt/app-root/src - commands: - - cd ~/docs - - pip install --upgrade pip - - pip install -r requirements.txt - - mkdocs build -- name: deploy to staging - image: appleboy/drone-scp - volumes: - - name: cache - path: /opt/app-root/src - settings: - host: helene.nick-slowinski.de - username: drone_nick-slowinski_de-docs - key: - from_secret: ssh_private_key-drone_nick-slowinski_de-docs - target: /var/www/nick-slowinski.de/docs/staging - source: /opt/app-root/src/docs/site - rm: true - overwrite: true - strip_components: 5 - -trigger: - event: - - promote - target: - - staging - -volumes: -- name: cache - temp: {} - ---- -name: deploy to production -kind: pipeline -type: docker - -platform: - os: linux - arch: amd64 - -clone: - disable: true - -steps: -- name: clone - image: registry.access.redhat.com/ubi9/python-311:1-12 - volumes: - - name: cache - path: /opt/app-root/src - commands: - - mkdir ~/docs && cd ~/docs - - git clone $DRONE_REPO_LINK . - - git checkout $DRONE_COMMIT -- name: build - image: registry.access.redhat.com/ubi9/python-311:1-12 - volumes: - - name: cache - path: /opt/app-root/src - commands: - - cd ~/docs - - pip install --upgrade pip - - pip install -r requirements.txt - - mkdocs build -- name: deploy to production - image: appleboy/drone-scp - volumes: - - name: cache - path: /opt/app-root/src - settings: - host: helene.nick-slowinski.de - username: drone_nick-slowinski_de-docs - key: - from_secret: ssh_private_key-drone_nick-slowinski_de-docs - target: /var/www/nick-slowinski.de/docs/production - source: /opt/app-root/src/docs/site - rm: true - overwrite: true - strip_components: 5 - -trigger: - event: - - promote - target: - - production - -volumes: -- name: cache - temp: {} \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ae412d6..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -env/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0ba6ac0..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "yaml.schemas": { - "https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml" - }, - "yaml.customTags": [ - "!ENV scalar", - "!ENV sequence", - "tag:yaml.org,2002:python/name:materialx.emoji.to_svg", - "tag:yaml.org,2002:python/name:materialx.emoji.twemoji", - "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format" - ] -} \ No newline at end of file diff --git a/LIESMICH.md b/LIESMICH.md deleted file mode 100644 index ecaf2fa..0000000 --- a/LIESMICH.md +++ /dev/null @@ -1,13 +0,0 @@ -# Willkommen zur Dokumentation von Nick Slowinski -⚠️ **WICHTIGER HINWEIS: Diese Dokumentation ist bisher unvollständig und teilweise erstmal nur in Stichpunktartiger Ausführung!** ⚠️ -## Entwicklungsumgebung -Es wird eine funktionstüchtige Installation von *Material for MkDocs* in Version 9 benötigt. -### Python -``` -pip install --user virtualenv -python3 -m venv env -source env/bin/activate -pip install mkdocs-material=="9.*" -``` -### Docker -Dieser Abschnitt wird später ergänzt. \ No newline at end of file diff --git a/docs/assets/fonts/source-code-pro-latin-regular.eot b/docs/assets/fonts/source-code-pro-latin-regular.eot deleted file mode 100644 index 732a1d8..0000000 Binary files a/docs/assets/fonts/source-code-pro-latin-regular.eot and /dev/null differ diff --git a/docs/assets/fonts/source-code-pro-latin-regular.svg b/docs/assets/fonts/source-code-pro-latin-regular.svg deleted file mode 100644 index 38ac0fa..0000000 --- a/docs/assets/fonts/source-code-pro-latin-regular.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/assets/fonts/source-code-pro-latin-regular.ttf b/docs/assets/fonts/source-code-pro-latin-regular.ttf deleted file mode 100644 index 918694a..0000000 Binary files a/docs/assets/fonts/source-code-pro-latin-regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/source-code-pro-latin-regular.woff b/docs/assets/fonts/source-code-pro-latin-regular.woff deleted file mode 100644 index 5a12ef5..0000000 Binary files a/docs/assets/fonts/source-code-pro-latin-regular.woff and /dev/null differ diff --git a/docs/assets/fonts/source-code-pro-latin-regular.woff2 b/docs/assets/fonts/source-code-pro-latin-regular.woff2 deleted file mode 100644 index 6fec74d..0000000 Binary files a/docs/assets/fonts/source-code-pro-latin-regular.woff2 and /dev/null differ diff --git a/docs/assets/fonts/source-sans-pro-latin-700.eot b/docs/assets/fonts/source-sans-pro-latin-700.eot deleted file mode 100644 index 8692567..0000000 Binary files a/docs/assets/fonts/source-sans-pro-latin-700.eot and /dev/null differ diff --git a/docs/assets/fonts/source-sans-pro-latin-700.svg b/docs/assets/fonts/source-sans-pro-latin-700.svg deleted file mode 100644 index 5f9e727..0000000 --- a/docs/assets/fonts/source-sans-pro-latin-700.svg +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/assets/fonts/source-sans-pro-latin-700.ttf b/docs/assets/fonts/source-sans-pro-latin-700.ttf deleted file mode 100644 index 2dbb3d1..0000000 Binary files a/docs/assets/fonts/source-sans-pro-latin-700.ttf and /dev/null differ diff --git a/docs/assets/fonts/source-sans-pro-latin-700.woff b/docs/assets/fonts/source-sans-pro-latin-700.woff deleted file mode 100644 index a6786d1..0000000 Binary files a/docs/assets/fonts/source-sans-pro-latin-700.woff and /dev/null differ diff --git a/docs/assets/fonts/source-sans-pro-latin-700.woff2 b/docs/assets/fonts/source-sans-pro-latin-700.woff2 deleted file mode 100644 index cd6bfd0..0000000 Binary files a/docs/assets/fonts/source-sans-pro-latin-700.woff2 and /dev/null differ diff --git a/docs/assets/fonts/source-sans-pro-latin-regular.eot b/docs/assets/fonts/source-sans-pro-latin-regular.eot deleted file mode 100644 index e4aed0b..0000000 Binary files a/docs/assets/fonts/source-sans-pro-latin-regular.eot and /dev/null differ diff --git a/docs/assets/fonts/source-sans-pro-latin-regular.svg b/docs/assets/fonts/source-sans-pro-latin-regular.svg deleted file mode 100644 index 23df74a..0000000 --- a/docs/assets/fonts/source-sans-pro-latin-regular.svg +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/assets/fonts/source-sans-pro-latin-regular.ttf b/docs/assets/fonts/source-sans-pro-latin-regular.ttf deleted file mode 100644 index 16649b9..0000000 Binary files a/docs/assets/fonts/source-sans-pro-latin-regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/source-sans-pro-latin-regular.woff b/docs/assets/fonts/source-sans-pro-latin-regular.woff deleted file mode 100644 index db90a83..0000000 Binary files a/docs/assets/fonts/source-sans-pro-latin-regular.woff and /dev/null differ diff --git a/docs/assets/fonts/source-sans-pro-latin-regular.woff2 b/docs/assets/fonts/source-sans-pro-latin-regular.woff2 deleted file mode 100644 index e49928e..0000000 Binary files a/docs/assets/fonts/source-sans-pro-latin-regular.woff2 and /dev/null differ diff --git a/docs/assets/pgp/ACA894E76546E4850D686B9FA28671573AA347CC b/docs/assets/pgp/ACA894E76546E4850D686B9FA28671573AA347CC deleted file mode 100644 index 182e987..0000000 --- a/docs/assets/pgp/ACA894E76546E4850D686B9FA28671573AA347CC +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Comment: ACA8 94E7 6546 E485 0D68 6B9F A286 7157 3AA3 47CC -Comment: Nick Slowinski - -xjMEY86R9hYJKwYBBAHaRw8BAQdA8oMwKwmUDuEP0L1hLE0joLB2fr3BZqnYTZ9T -C3QRBNXNJ05pY2sgU2xvd2luc2tpIDxuaWNrQG5pY2stc2xvd2luc2tpLmRlPsKT -BBMWCgA7AhsDBQsJCAcCAiICBhUKCQgLAgQWAgMBAh4HAheAFiEErKiU52VG5IUN -aGufooZxVzqjR8wFAmPOkuwACgkQooZxVzqjR8z/nAD/e5GFnJ/MKCvO1Tk8N/NH -FvKVb7WFk42xgYV+7FbsHPEA/2H29hjD5yq3xMSGE3OwojUPl8JwGkrpVVNPpHb1 -EKQNzjgEY86R/hIKKwYBBAGXVQEFAQEHQCo7HLJy2ZCTakpO3rDJkX3ozUPZRx8b -KfZWwYIm+NIDAwEIB8J4BBgWCgAgAhsMFiEErKiU52VG5IUNaGufooZxVzqjR8wF -AmPOkuwACgkQooZxVzqjR8wXNQEAwDrVzVOsLSrx9f/v0u3Bh/FUatQZwxopDBXe -m5o9/lMA/1ZIRZsgKEyTikw6Uph2N5VN6tpbYskyuyQ5cR6wJwAD -=LzX5 ------END PGP PUBLIC KEY BLOCK----- diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css deleted file mode 100644 index 8abb95e..0000000 --- a/docs/assets/stylesheets/extra.css +++ /dev/null @@ -1,52 +0,0 @@ -/* source-code-pro-regular - latin */ -@font-face { - font-family: 'Source Code Pro'; - font-style: normal; - font-weight: 400; - src: url('../fonts/source-code-pro-latin-regular.eot'); /* IE9 Compat Modes */ - src: local(''), - url('../fonts/source-code-pro-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../fonts/source-code-pro-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('../fonts/source-code-pro-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('../fonts/source-code-pro-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../fonts/source-code-pro-latin-regular.svg#SourceCodePro') format('svg'); /* Legacy iOS */ -} - -/* source-sans-pro-regular - latin */ -@font-face { - font-family: 'Source Sans Pro'; - font-style: normal; - font-weight: 400; - src: url('../fonts/source-sans-pro-latin-regular.eot'); /* IE9 Compat Modes */ - src: local(''), - url('../fonts/source-sans-pro-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../fonts/source-sans-pro-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('../fonts/source-sans-pro-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('../fonts/source-sans-pro-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../fonts/source-sans-pro-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */ -} -/* source-sans-pro-700 - latin */ -@font-face { - font-family: 'Source Sans Pro'; - font-style: normal; - font-weight: 700; - src: url('../fonts/source-sans-pro-latin-700.eot'); /* IE9 Compat Modes */ - src: local(''), - url('../fonts/source-sans-pro-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../fonts/source-sans-pro-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ - url('../fonts/source-sans-pro-latin-700.woff') format('woff'), /* Modern Browsers */ - url('../fonts/source-sans-pro-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../fonts/source-sans-pro-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */ -} - -:root { - --md-text-font: "Source Sans Pro"; - } - - :root { - --md-code-font: "Source Code Pro"; - } - -.md-grid { - max-width: 90%; -} \ No newline at end of file diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 8f0119f..0000000 --- a/docs/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# Willkommen zur Dokumentation von nick-slowinski.de -!!! info - Diese Dokumentation befindet sich noch im Aufbau und wird nach für nach vervollständigt. \ No newline at end of file diff --git a/docs/kontakt.md b/docs/kontakt.md deleted file mode 100644 index 1fc196e..0000000 --- a/docs/kontakt.md +++ /dev/null @@ -1,19 +0,0 @@ -# Kontakt - -## Allgemeiner Support - -Sollten Sie allgemeine Fragen oder Anliegen bezüglich angebotener Dienste haben (ausgenommen [Missbrauch](#missbrauch-melden-abuse-kontakt) und [Sicherheitslücken](#sicherheitslucken-melden)), bitten wir Sie einen entsprechenden Beitrag in unserem [Forum](https://community.nick-slowinski.de/c/support/5) zu erstellen. - -Falls Sie kein Konto bei uns haben und auch keines anlegen möchten, können Sie uns auch per E-Mail ([nick@nick-slowinski.de](mailto:nick@nick-slowinski.de)) erreichen. - -Bitte beachten Sie, dass unser Forum der bessere Weg ist, da unter anderem auch andere erfahrene Mitglieder helfen können. - -## Missbrauch melden (Abuse Kontakt) - -Falls Sie Missbrauch jeglicher Art auf oder von unserer Plattform melden möchten, schicken Sie bitte eine E-Mail an [nick@nick-slowinski.de](mailto:nick@nick-slowinski.de). Ihre E-Mail kann mit dem PGP Schlüssel [ACA894E76546E4850D686B9FA28671573AA347CC](../assets/pgp/ACA894E76546E4850D686B9FA28671573AA347CC) verschlüsselt werden, welcher auch auf dem Schlüsselserver [keys.openpgp.org](https://keys.openpgp.org/search?q=nick%40nick-slowinski.de) gefunden werden kann. - -## Sicherheitslücken melden - -Bitte melden Sie Sicherheitslücken **immer PGP verschlüsselt** an [nick@nick-slowinski.de](mailto:nick@nick-slowinski.de), verwenden Sie dazu ebenfalls den Schlüssel [ACA894E76546E4850D686B9FA28671573AA347CC](../assets/pgp/ACA894E76546E4850D686B9FA28671573AA347CC) ([keys.openpgp.org](https://keys.openpgp.org/search?q=nick%40nick-slowinski.de)). - -Wir bevorzugen das *Responsible Disclosure*-Verfahren und sehen dabei von jeglicher Strafanzeige ab, solange Sie die entsprechende Sicherheitslücke nicht zu Ihren Gunsten oder der übermäßigen Wissensbeschaffung ausgenutzt haben. \ No newline at end of file diff --git a/docs/mitwirkende.md b/docs/mitwirkende.md deleted file mode 100644 index 0a97830..0000000 --- a/docs/mitwirkende.md +++ /dev/null @@ -1,5 +0,0 @@ -# Mitwirkende - -Folgende Menschen haben haben an dieser Dokumentation mitgewirkt: - -* [Nick Slowinski](https://git.nick-slowinski.de/NickSlowinski) \ No newline at end of file diff --git a/docs/services/monitoring.md b/docs/services/monitoring.md deleted file mode 100644 index cad7698..0000000 --- a/docs/services/monitoring.md +++ /dev/null @@ -1,9 +0,0 @@ -# Monitoring - -## Status Webseite - -Unter [status.nick-slowinski.de](https://status.nick-slowinski.de) ist eine öffentliche Statuswebseite für unsere Dienste verfügbar. Wartungsarbeiten und technische Störungen werden dort ebenfalls angekündigt. - -## ToDO (Docs) - -Unser Monitoring System mit Zabbix, Prometheus und Grafana wird hier später noch im Detail erklärt. \ No newline at end of file diff --git a/docs/services/teamspeak.md b/docs/services/teamspeak.md deleted file mode 100644 index 143ca25..0000000 --- a/docs/services/teamspeak.md +++ /dev/null @@ -1,36 +0,0 @@ -# TeamSpeak Server - -## Adressen - -Primäre Adresse: `nick-slowinski.de` - -Alternative Adresse: `NicksTS` - -Verbindung nur über IPv4: `ipv4.nick-slowinski.de` - -Verbindung nur über IPv6: `ipv6.nick-slowinski.de` - -*Sollten Sie Verbindungsprobleme haben, versuchen Sie zunächst alle anderen oben erwähnten Verbindungsadressen. Sollte das Problem weiter bestehen, treten Sie bitte mit uns in [Kontakt](../../kontakt/#allgemeiner-support).* - -*Es gibt weiter Adressen, unter dem unser TeamSpeak Server erreicht werden kann - jedoch unterstützen wir die direkte Verbindung mittels IP-Adresse oder anderen Adressen nicht.* - -## Verfügbarkeit - -Sie erreichen unseren TeamSpeak Server nahezu 24/7, während unseren planmäßigen Wartungsarbeiten kann es kurzfristig zu einer Unterbrechung kommen, um den Server zu aktualisieren oder um Sicherheitsupdates zu installieren. - -Sie können den aktuellen Status unter [status.nick-slowinski.de](https://status.nick-slowinski.de) einsehen. - -## Kapazität - -Unser TeamSpeak Server verfügt über 512 Slots und damit genügend Platz für dich und deine Freunde - dabei ist es egal, ob Ihr unter euch sein wollt oder die Gesellschaft andere Nutzer wahrnehmen möchtet. - -An dieser Stelle möchten wir uns auch bei *TeamSpeak Systems, Inc.* für die Bereitstellung einer NPL-Lizenz bedanken. - - -## Rechte - -Aktuell können neue Mitglieder keine höheren Rechte bekommen, da diese mit einem nicht mehr existenten Forum synchronisiert wurden. Wir arbeiten aber an einer Lösung. Sollte ein dringender Grund an höheren Rechten bestehen, [kontaktiert](../../kontakt/#allgemeiner-support) uns bitte. - -## Wünsche - -Falls Sie spezielle Wünsche oder Verbesserungsvorschläge haben, können Sie diese gerne in [unserem Forum](https://community.nick-slowinski.de) mit uns teilen. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index ab114c6..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,74 +0,0 @@ -site_name: Dokumentation von nick-slowinski.de -repo_url: https://git.nick-slowinski.de/nick-slowinski.de/docs -repo_name: nick-slowinski.de/docs -edit_uri: _edit/main/docs/ -copyright: Copyright © 2023 Nick Slowinski und Mitwirkende - -plugins: - - git-revision-date-localized: - type: iso_datetime - enable_creation_date: true - fallback_to_build_date: true - - search - -markdown_extensions: - - admonition - - attr_list - - footnotes - - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg - - pymdownx.details - - pymdownx.superfences - - pymdownx.tasklist: - custom_checkbox: true - -theme: - name: material - custom_dir: overrides - language: de - icon: - repo: simple/forgejo - font: false - features: - - header.autohide - - announce.dismiss - - content.action.edit - - content.action.view - - navigation.instant - - navigation.tracking - - navigation.sections - - navigation.indexes - - navigation.top - - search.suggest - - search.highlight - - search.share - - toc.follow - - toc.integrate - palette: - # Palette toggle for dark mode - - scheme: slate - toggle: - icon: material/weather-night - name: In den Dunkelmodus wechseln - # Palette toggle for light mode - - scheme: default - toggle: - icon: material/weather-sunny - name: In den Helligkeitsmodus wechseln -extra_css: [ assets/stylesheets/extra.css ] - -extra: - social: - - icon: octicons/link-16 - link: https://www.nick-slowinski.de - - icon: simple/weblate - link: https://weblate.nick-slowinski.de - - icon: simple/forgejo - link: https://git.nick-slowinski.de/ - - icon: octicons/mail-16 - link: mailto:nick@nick-slowinski.de - - icon: simple/discourse - link: https://community.nick-slowinski.de - - icon: simple/teamspeak - link: ts3server://nick-slowinski.de \ No newline at end of file diff --git a/overrides/main.html b/overrides/main.html deleted file mode 100644 index 7213f6d..0000000 --- a/overrides/main.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "base.html" %} - -{% block announce %} -

Diese Dokumentation ist noch im Aufbau und daher unvollständig. Sie sollte bis zur Fertigstellung nur als grober Richtwert betrachtet werden.

-{% endblock %} \ No newline at end of file diff --git a/overrides/partials/actions.html b/overrides/partials/actions.html deleted file mode 100644 index dfb75ae..0000000 --- a/overrides/partials/actions.html +++ /dev/null @@ -1,55 +0,0 @@ - - - -{% if page.edit_url %} - - - {% if "content.action.edit" in features %} - - {% set icon = config.theme.icon.edit or "material/file-edit-outline" %} - {% include ".icons/" ~ icon ~ ".svg" %} - - {% endif %} - - - {% if "content.action.view" in features %} - {% if "/blob/" in page.edit_url %} - {% set part = "blob" %} - {% else %} - {% set part = "_edit" %} - {% endif %} - - {% set icon = config.theme.icon.view or "material/file-eye-outline" %} - {% include ".icons/" ~ icon ~ ".svg" %} - - {% endif %} -{% endif %} \ No newline at end of file diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 7190a60..0000000 --- a/renovate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index d9bd75c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -mkdocs-git-revision-date-localized-plugin==1.2.0 -mkdocs-material==9.1.18 \ No newline at end of file