Skip to content

Commit 426c3f3

Browse files
authored
docs: rename German MDX files (#376)
2 parents f9220c1 + 802990c commit 426c3f3

File tree

12 files changed

+6
-7
lines changed

12 files changed

+6
-7
lines changed
File renamed without changes.

docs/20-concepts/10-datenschutz.mdx renamed to docs/20-concepts/10-data-protection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { KolLink } from '@public-ui/react'
1414
Dieses Konzept greift die aus Sicht des Datenschutzes relevanten Aspekte der Komponenten-Bibliothek KoliBri
1515
auf und erläutert diese.
1616

17-
> Die <KolLink _label="Datenschutzerklärung" _href="/docs/datenschutz" /> bzgl. des Open Source-Vorgehen
17+
> Die <KolLink _label="Datenschutzerklärung" _href="/docs/legal-notice#datenschutz" /> bzgl. des Open Source-Vorgehen
1818
> wird in einem separaten Dokumente beschrieben.
1919
2020
## Einleitung
File renamed without changes.
File renamed without changes.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const config = {
145145
},
146146
{
147147
label: 'Impressum',
148-
to: '/docs/impressum',
148+
to: '/docs/legal-notice',
149149
},
150150
],
151151
},

i18n/de/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"link.item.label.Impressum": {
5858
"message": "Impressum",
59-
"description": "Die Bezeichnung des Fußzeilen-Links mit der Bezeichnung=Impressum, die auf /docs/impressum verweist"
59+
"description": "Die Bezeichnung des Fußzeilen-Links mit der Bezeichnung=Impressum, die auf /docs/legal-notice verweist"
6060
},
6161
"link.item.label.Community of Practices": {
6262
"message": "Community of Practices",

i18n/en/docusaurus-plugin-content-docs/current/20-concepts/09-formular.mdx renamed to i18n/en/docusaurus-plugin-content-docs/current/20-concepts/09-form-input.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
slug: /concepts/form-input
32
title: Inputs, Select und Textarea
43
description: KoliBri creates accessible HTML compositions and strictly adheres to the W3C specification.
54
tags:

i18n/en/docusaurus-plugin-content-docs/current/20-concepts/10-datenschutz.mdx renamed to i18n/en/docusaurus-plugin-content-docs/current/20-concepts/10-data-protection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { KolLink } from '@public-ui/react';
1313

1414
This concept addresses and explains the aspects of the KoliBri component library that are relevant from a data protection perspective.
1515

16-
> The <KolLink _label="privacy policy" _href="/docs_en/datenschutz" /> regarding the open source approach is described in a separate document.
16+
> The <KolLink _label="privacy policy" _href="/docs_en/legal-notice#privacy" /> regarding the open source approach is described in a separate document.
1717
1818
## Introduction
1919

i18n/en/docusaurus-plugin-content-docs/current/41-formular-handling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In **KoliBri** the form components are decoupled from the form handling. This ha
2828

2929
## Input-components
3030

31-
The **input** components are the components that can be used to make form inputs. That means primarily <KolLink _label="inputs, select and textarea" _href="/docs/konzepte/formular-input" />.
31+
The **input** components are the components that can be used to make form inputs. That means primarily <KolLink _label="inputs, select and textarea" _href="/docs/concepts/form-input" />.
3232

3333
## Handling adapters
3434

0 commit comments

Comments
 (0)