removed multiplanguage hihi
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 4s

This commit is contained in:
Noah Pombas
2025-12-04 16:54:45 +01:00
parent b62e43cfdd
commit 8a45fc6246
5 changed files with 2 additions and 28 deletions

View File

@@ -19,16 +19,6 @@ jobs:
run: |
/opt/python-env/bin/pip install mkdocs-material
- name: Build theme
run: |
/opt/python-env/bin/pip install mkdocs-windmill-dark
- name: Install mkdocs-exclude
run: |
/opt/python-env/bin/pip install mkdocs-exclude
- name: Build mkdocs
run: |
export TZ="Europe/Zurich"

View File

@@ -1,2 +0,0 @@
# Welcome to Noah's control room.
# de

View File

@@ -1,2 +0,0 @@
# Welcome to Noah's control room.
# EN

View File

@@ -1,2 +0,0 @@
# Welcome to Noah's control room.
# EN

View File

@@ -43,14 +43,7 @@ extra_css:
extra_javascript:
- assets/javascripts/color-toggle.js
extra:
alternate:
- name: English
link: en/
lang: en
- name: Deutsch
link: de/
lang: de
plugins:
- projects:
@@ -62,7 +55,4 @@ plugins:
lang:
- en
- de
- exclude:
glob:
- "docs/en/**"
- "docs/de/**"