removed multiplanguage hihi
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 4s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 4s
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
# Welcome to Noah's control room.
|
||||
# de
|
||||
@@ -1,2 +0,0 @@
|
||||
# Welcome to Noah's control room.
|
||||
# EN
|
||||
@@ -1,2 +0,0 @@
|
||||
# Welcome to Noah's control room.
|
||||
# EN
|
||||
14
mkdocs.yml
14
mkdocs.yml
@@ -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/**"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user