mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
fmt
This commit is contained in:
parent
75ecd1632e
commit
8516d43f01
|
@ -1,4 +1,4 @@
|
||||||
project_id: '123456'
|
project_id: "123456"
|
||||||
api_token_env: CROWDIN_PERSONAL_TOKEN
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
||||||
preserve_hierarchy: true
|
preserve_hierarchy: true
|
||||||
files:
|
files:
|
||||||
|
|
|
@ -43,9 +43,9 @@ const config = {
|
||||||
to: "downloads"
|
to: "downloads"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'localeDropdown',
|
type: "localeDropdown",
|
||||||
position: 'right',
|
position: "right",
|
||||||
className: 'header-language-link',
|
className: "header-language-link"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About",
|
||||||
|
@ -143,8 +143,8 @@ const config = {
|
||||||
API_URL: process.env.API_URL
|
API_URL: process.env.API_URL
|
||||||
},
|
},
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: 'en',
|
defaultLocale: "en",
|
||||||
locales: ['en', 'de', 'pt-br', 'is'],
|
locales: ["en", "de", "pt-br", "is"]
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
mermaid: true
|
mermaid: true
|
||||||
|
|
|
@ -5,7 +5,7 @@ slug: /introduction
|
||||||
sidebar_position: 1
|
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!
|
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">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/overview'}
|
to={"/docs/overview"}
|
||||||
>
|
>
|
||||||
Technische Übersicht
|
Technische Übersicht
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -44,8 +44,8 @@ Meshtastic ist ein Open-Source-Projekt, das auf GitHub verfügbar ist. Unsere fr
|
||||||
|
|
||||||
<div className="indexCtasBody">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/contributing'}
|
to={"/docs/contributing"}
|
||||||
>
|
>
|
||||||
Hilf mit!
|
Hilf mit!
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -61,8 +61,8 @@ Unser Support basiert zu 100% auf Freiwilligen. Wir sind leidenschaftlich an dem
|
||||||
|
|
||||||
<div className="indexCtasBody">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/getting-started'}
|
to={"/docs/getting-started"}
|
||||||
>
|
>
|
||||||
Erste Schritte
|
Erste Schritte
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
@ -5,7 +5,7 @@ slug: /introduction
|
||||||
sidebar_position: 1
|
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!
|
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">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/overview'}
|
to={"/docs/overview"}
|
||||||
>
|
>
|
||||||
Technische Übersicht
|
Technische Übersicht
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -44,8 +44,8 @@ Meshtastic ist ein Open-Source-Projekt, das auf GitHub verfügbar ist. Unsere fr
|
||||||
|
|
||||||
<div className="indexCtasBody">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/contributing'}
|
to={"/docs/contributing"}
|
||||||
>
|
>
|
||||||
Hilf mit!
|
Hilf mit!
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -61,8 +61,8 @@ Unser Support basiert zu 100% auf Freiwilligen. Wir sind leidenschaftlich an dem
|
||||||
|
|
||||||
<div className="indexCtasBody">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/getting-started'}
|
to={"/docs/getting-started"}
|
||||||
>
|
>
|
||||||
Erste Schritte
|
Erste Schritte
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
@ -5,7 +5,7 @@ slug: /introduction
|
||||||
sidebar_position: 1
|
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!
|
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">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/overview'}
|
to={"/docs/overview"}
|
||||||
>
|
>
|
||||||
Technische Übersicht
|
Technische Übersicht
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -44,8 +44,8 @@ Meshtastic ist ein Open-Source-Projekt, das auf GitHub verfügbar ist. Unsere fr
|
||||||
|
|
||||||
<div className="indexCtasBody">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/contributing'}
|
to={"/docs/contributing"}
|
||||||
>
|
>
|
||||||
Hilf mit!
|
Hilf mit!
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -61,8 +61,8 @@ Unser Support basiert zu 100% auf Freiwilligen. Wir sind leidenschaftlich an dem
|
||||||
|
|
||||||
<div className="indexCtasBody">
|
<div className="indexCtasBody">
|
||||||
<Link
|
<Link
|
||||||
className={'button button--outline button--lg cta--button'}
|
className={"button button--outline button--lg cta--button"}
|
||||||
to={'/docs/getting-started'}
|
to={"/docs/getting-started"}
|
||||||
>
|
>
|
||||||
Erste Schritte
|
Erste Schritte
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Reference in a new issue