This commit is contained in:
Thomas Göttgens 2023-03-10 19:21:43 +01:00
parent 75ecd1632e
commit 8516d43f01
8 changed files with 33 additions and 33 deletions

View file

@ -1,4 +1,4 @@
project_id: '123456'
project_id: "123456"
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: true
files:

View file

@ -43,9 +43,9 @@ const config = {
to: "downloads"
},
{
type: 'localeDropdown',
position: 'right',
className: 'header-language-link',
type: "localeDropdown",
position: "right",
className: "header-language-link"
},
{
label: "About",
@ -143,8 +143,8 @@ const config = {
API_URL: process.env.API_URL
},
i18n: {
defaultLocale: 'en',
locales: ['en', 'de', 'pt-br', 'is'],
defaultLocale: "en",
locales: ["en", "de", "pt-br", "is"]
},
markdown: {
mermaid: true

View file

@ -5,7 +5,7 @@ slug: /introduction
sidebar_position: 1
---
import Link from '@docusaurus/Link';
import Link from "@docusaurus/Link";
Meshtastic® ist ein Projekt, das es Ihnen ermöglicht, kostengünstige LoRa-Funkgeräte als netzunabhängige Kommunikationsplattform mit großer Reichweite in Gebieten ohne bestehende oder zuverlässige Kommunikationsinfrastruktur zu nutzen. Dieses Projekt wird zu 100% von der Community getragen und ist Open Source!
@ -31,8 +31,8 @@ Wenn Sie an einem technischen Überblick über die Funktionsweise von Meshtastic
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/overview'}
className={"button button--outline button--lg cta--button"}
to={"/docs/overview"}
>
Technische Übersicht
</Link>
@ -44,8 +44,8 @@ Meshtastic ist ein Open-Source-Projekt, das auf GitHub verfügbar ist. Unsere fr
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/contributing'}
className={"button button--outline button--lg cta--button"}
to={"/docs/contributing"}
>
Hilf mit!
</Link>
@ -61,8 +61,8 @@ Unser Support basiert zu 100% auf Freiwilligen. Wir sind leidenschaftlich an dem
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/getting-started'}
className={"button button--outline button--lg cta--button"}
to={"/docs/getting-started"}
>
Erste Schritte
</Link>

View file

@ -5,7 +5,7 @@ slug: /introduction
sidebar_position: 1
---
import Link from '@docusaurus/Link';
import Link from "@docusaurus/Link";
Meshtastic® ist ein Projekt, das es Ihnen ermöglicht, kostengünstige LoRa-Funkgeräte als netzunabhängige Kommunikationsplattform mit großer Reichweite in Gebieten ohne bestehende oder zuverlässige Kommunikationsinfrastruktur zu nutzen. Dieses Projekt wird zu 100% von der Community getragen und ist Open Source!
@ -31,8 +31,8 @@ Wenn Sie an einem technischen Überblick über die Funktionsweise von Meshtastic
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/overview'}
className={"button button--outline button--lg cta--button"}
to={"/docs/overview"}
>
Technische Übersicht
</Link>
@ -44,8 +44,8 @@ Meshtastic ist ein Open-Source-Projekt, das auf GitHub verfügbar ist. Unsere fr
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/contributing'}
className={"button button--outline button--lg cta--button"}
to={"/docs/contributing"}
>
Hilf mit!
</Link>
@ -61,8 +61,8 @@ Unser Support basiert zu 100% auf Freiwilligen. Wir sind leidenschaftlich an dem
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/getting-started'}
className={"button button--outline button--lg cta--button"}
to={"/docs/getting-started"}
>
Erste Schritte
</Link>

View file

@ -5,7 +5,7 @@ slug: /introduction
sidebar_position: 1
---
import Link from '@docusaurus/Link';
import Link from "@docusaurus/Link";
Meshtastic® ist ein Projekt, das es Ihnen ermöglicht, kostengünstige LoRa-Funkgeräte als netzunabhängige Kommunikationsplattform mit großer Reichweite in Gebieten ohne bestehende oder zuverlässige Kommunikationsinfrastruktur zu nutzen. Dieses Projekt wird zu 100% von der Community getragen und ist Open Source!
@ -31,8 +31,8 @@ Wenn Sie an einem technischen Überblick über die Funktionsweise von Meshtastic
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/overview'}
className={"button button--outline button--lg cta--button"}
to={"/docs/overview"}
>
Technische Übersicht
</Link>
@ -44,8 +44,8 @@ Meshtastic ist ein Open-Source-Projekt, das auf GitHub verfügbar ist. Unsere fr
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/contributing'}
className={"button button--outline button--lg cta--button"}
to={"/docs/contributing"}
>
Hilf mit!
</Link>
@ -61,8 +61,8 @@ Unser Support basiert zu 100% auf Freiwilligen. Wir sind leidenschaftlich an dem
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'/docs/getting-started'}
className={"button button--outline button--lg cta--button"}
to={"/docs/getting-started"}
>
Erste Schritte
</Link>