Skip to content

Commit

Permalink
FIX: Undo translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKaschta committed Feb 9, 2024
1 parent 34f7612 commit 677fd3a
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 102 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,4 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material

- name: Build docs - en
run: mkdocs build -f docs/en/mkdocs.yml

- name: Build docs - de
run: mkdocs build -f docs/de/mkdocs.yml

- name: Deploy docs to gh-pages branch
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
- run: mkdocs gh-deploy --force
1 change: 0 additions & 1 deletion docs/de/docs/getting_started.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/de/docs/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/en/docs/faq.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/en/docs/getting_started.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/en/docs/index.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/en/mkdocs.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Einführung

## Installation
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Willkommen

Dies ist eine inoffizielle Dokumentation der Einsatzleitsoftware
[Mission Control Paramedic](https://www.mission-control-paramedic.de/) der Firma [inovex](https://www.inovex.de/).

!!! warning

This documentation was tested with the release from **2023-07-04**. There might have been modifications in the mean
time.
File renamed without changes.
11 changes: 1 addition & 10 deletions docs/de/mkdocs.yml → mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
site_name: Dokumentation für Mission Control Paramedic (inoffiziell)
site_url: https://alexanderkaschta.github.io/mcp_docs/de/
site_dir: 'site/de'
theme:
name: material
language: de
Expand Down Expand Up @@ -44,11 +42,4 @@ markdown_extensions:
nav:
- Startseite: index.md
- Einführung: getting_started.md
- FAQ: faq.md

extra:
alternate:
- link: /
name: en - English
- link: /de/
name: de - Deutsch
- FAQ: faq.md

0 comments on commit 677fd3a

Please sign in to comment.