Skip to content

Commit bbd8665

Browse files
committed
Fix more links
1 parent b0a7b1e commit bbd8665

File tree

13 files changed

+64
-89
lines changed

13 files changed

+64
-89
lines changed

i18n/en/docusaurus-plugin-content-docs/current/00-welcome.mdx

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,11 @@ tags:
77
- Getting started
88
---
99

10-
import {
11-
KolAbbr,
12-
KolAlert,
13-
KolCard,
14-
KolHeading,
15-
KolIconIcofont,
16-
KolIcon,
17-
KolKolibri,
18-
KolDetails,
19-
KolLink,
20-
KolLogo,
21-
KolTable,
22-
} from '@public-ui/react';
23-
import { KoliBri } from '@site/src/components/KoliBri';
24-
import { KoliBriAbbr } from '@site/src/components/KoliBriAbbr';
25-
import { WelcomeQualityTable, WelcomeSupportTable } from '@site/src/components/docs/Welcome';
26-
import { translate } from '@docusaurus/Translate';
10+
11+
import {KolAlert, KolKolibri, KolLink, KolLogo,} from '@public-ui/react';
12+
import {KoliBri} from '@site/src/components/KoliBri';
13+
import {KoliBriAbbr} from '@site/src/components/KoliBriAbbr';
14+
import {WelcomeQualityTable, WelcomeSupportTable} from '@site/src/components/docs/Welcome';
2715

2816
<div className="flex gap-4">
2917
<KolLogo

i18n/en/docusaurus-plugin-content-docs/current/10-get-started/1-first-steps.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1+
import {KolAlert, KolLink,} from '@public-ui/react';
2+
13
# First steps
24

35
<div class="grid md:grid-cols-12 mb-4">
4-
<kol-alert _label="Download Cheat Sheet" _level="2" _type="info" _variant="card">
5-
<kol-link
6-
slot=""
7-
_href="https://public-ui.github.io/cheat-sheet/"
8-
_label="false"
9-
_target="cheat-sheet"
6+
<KolAlert _label="Download Cheat Sheet" _level="2" _type="info" _variant="card">
7+
<KolLink
108
_label="Click here to view and download the cheat sheet for developing."
11-
></kol-link>
12-
</kol-alert>
9+
_href="https://public-ui.github.io/cheat-sheet/"
10+
_target="blank"
11+
/>
12+
</KolAlert>
1313
</div>
1414

1515
## Create a new project

i18n/en/docusaurus-plugin-content-docs/current/20-concepts/05-styling/34-theming.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ import {Mermaid} from '@site/src/components/Mermaid';
55
# Theming
66

77
<KolAlert _type="info" _variant="card">
8-
<p>
9-
You can switch the theme from our site (KoliBri) using the switch in the toolbar above.
10-
</p>
8+
You can switch the theme from our site (KoliBri) using the switch in the toolbar above.
119
</KolAlert>
1210

1311
<p>
14-
The unique feature of <KoliBri /> is the <strong>reference implementation</strong> of components that are <strong>semantically W3C- and WCAG-compliant</strong> from the ground up and thus <strong>completely accessible</strong> regarding assistive support. All components are implemented as <KolLink _href="https://developer.mozilla.org/en-US/docs/Web/Web_Components?retiredLocale=de" _target="mozilla">Web Components</KolLink>
12+
The unique feature of <KoliBri /> is the <strong>reference implementation</strong> of components that are <strong>semantically W3C- and WCAG-compliant</strong> from the ground up and thus <strong>completely accessible</strong> regarding assistive support. All components are implemented as <KolLink _label="Web Components" _href="https://developer.mozilla.org/en-US/docs/Web/Web_Components" _target="blank" />
1513
and are therefore reusable in all web-based projects. In the following figure, these components are represented by the gray-dashed shapes in the center.
1614
</p>
1715
<p>
@@ -21,20 +19,20 @@ import {Mermaid} from '@site/src/components/Mermaid';
2119
</p>
2220

2321
<img
24-
src="/assets/abgrenzung.jpg"
22+
src="/en/assets/abgrenzung.jpg"
2523
alt="Illustration of how components become custom components using various style guides."
2624
/>
2725

2826
<p>
2927
In the first release (v1.0) <KoliBri /> had directly implemented the individualization of the standard design using
30-
so-called <strong><KolLink _href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties" _target="mozilla">CSS-Properties</KolLink></strong>
31-
(<KolLink _href="https://uxdesign.cc/design-tokens-for-dummies-8acebf010d71" _target="uxdesign">Design-Tokens</KolLink>, <KolLink _href="https://tailwindcss.com" _target="tailwindcss">Tailwind CSS</KolLink>). With the implementation of further themes, however, we have found that we would have to introduce more and more CSS-Properties to be able to implement the flexibility for the desired design/UX (Corporate Design/Style guide). In
32-
case of doubt, a separate property would have to be provided for each customizability. The example of the <KolLink _href="https://mui.com/material-ui/api/button/#css" _target="mui">MUI-Button CSS</KolLink> shows well how the CSS properties (design tokens) become more and more.
28+
so-called <strong><KolLink _label="CSS-Properties" _href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties" _target="blank" /></strong>
29+
(<KolLink _label="Design-Tokens" _href="https://uxdesign.cc/design-tokens-for-dummies-8acebf010d71" _target="blank" />, <KolLink _label="Tailwind CSS" _href="https://tailwindcss.com" _target="blank" />). With the implementation of further themes, however, we have found that we would have to introduce more and more CSS-Properties to be able to implement the flexibility for the desired design/UX (Corporate Design/Style guide). In
30+
case of doubt, a separate property would have to be provided for each customizability. The example of the <KolLink _label="MUI-Button CSS" _href="https://mui.com/material-ui/api/button/#css" _target="blank" /> shows well how the CSS properties (design tokens) become more and more.
3331
</p>
3432
<p>
3533
<KolIndentedText>
3634
<strong>
37-
2. We have completely decoupled the whole CSS from the components (like <KolLink _href="https://styled-components.com" _target="styled-components">Styled-Components</KolLink>).
35+
2. We have completely decoupled the whole CSS from the components (like <KolLink _label="Styled-Components" _href="https://styled-components.com" _target="blank" />).
3836
</strong>
3937
</KolIndentedText>
4038
</p>
@@ -117,6 +115,6 @@ stateDiagram-v2
117115
<p>
118116
Own specific components, which are not provided by KoliBri and unfortunately do not fit to the KoliBri component
119117
variety, can be built in own component libraries and maintained independently. For this purpose, we offer the
120-
so-called <strong>KoliBri-Factory</strong> (Stack) (see <KolLink _href="https://github.com/public-ui/kolibri/blob/main/docs/ARCHITECTURE.md#erweitert" _target="github">Modularization</KolLink>).
118+
so-called <strong>KoliBri-Factory</strong> (Stack) (see <KolLink _label="Modularization" _href="https://github.com/public-ui/kolibri/blob/main/docs/ARCHITECTURE.md#erweitert" _target="blank" />).
121119
</p>
122120
</KolAlert>

i18n/en/docusaurus-plugin-content-docs/version-2.1/00-welcome.mdx

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,11 @@ tags:
77
- Getting started
88
---
99

10-
import {
11-
KolAbbr,
12-
KolAlert,
13-
KolCard,
14-
KolHeading,
15-
KolIconIcofont,
16-
KolIcon,
17-
KolKolibri,
18-
KolDetails,
19-
KolLink,
20-
KolLogo,
21-
KolTable,
22-
} from '@public-ui/react';
23-
import { KoliBri } from '@site/src/components/KoliBri';
24-
import { KoliBriAbbr } from '@site/src/components/KoliBriAbbr';
25-
import { WelcomeQualityTable, WelcomeSupportTable } from '@site/src/components/docs/Welcome';
26-
import { translate } from '@docusaurus/Translate';
10+
11+
import {KolAlert, KolKolibri, KolLink, KolLogo,} from '@public-ui/react';
12+
import {KoliBri} from '@site/src/components/KoliBri';
13+
import {KoliBriAbbr} from '@site/src/components/KoliBriAbbr';
14+
import {WelcomeQualityTable, WelcomeSupportTable} from '@site/src/components/docs/Welcome';
2715

2816
<div className="flex gap-4">
2917
<KolLogo
@@ -43,8 +31,8 @@ import { translate } from '@docusaurus/Translate';
4331
/>
4432
</div>
4533

46-
<KolAlert _type="info">
47-
<KolLink _href="/docs/concepts/styling/theming" _label="Learn here why <KoliBri /> is so helpful." />
34+
<KolAlert _type="info" _variant="card">
35+
<KolLink _label="Learn here why KoliBri is so helpful." _href="/en/docs/concepts/styling/theming" />
4836
</KolAlert>
4937

5038
<br />
@@ -63,10 +51,11 @@ import { translate } from '@docusaurus/Translate';
6351
## Mission
6452

6553
<p className="col-12">
66-
The <kol-link _href="https://html.spec.whatwg.org" _target="w3c">HTML web standard</kol-link>
67-
is specified to be very "open" in order to be as durable and robust as possible. It therefore often happens that HTML
68-
compositions are not readily accessible, semantic and valid. <KoliBri /> builds directly on the <kol-link _href="https://www.w3.org" _target="w3c">W3C</kol-link> <kol-link _href="https://www.w3.org/standards/webdesign/" _target="w3c">web standards</kol-link> (framework-agnostic), is thereby a generic reference implementation of the{' '}
69-
<kol-link _href="https://www.w3.org/WAI/standards-guidelines/wcag/" _target="wcag">WCAG standard</kol-link> and <kol-link _href="https://www.bitvtest.de/bitv_test.html" _target="bitv"> BITV</kol-link> for accessibility, and is implemented as a multi-theme-enabled presentation layer. There is no technical reference and
54+
The <KolLink _label="HTML web standard" _href="https://html.spec.whatwg.org" _target="blank" /> is specified to be very "open" in order to be as durable and robust as possible. It therefore often happens that HTML compositions are not readily accessible, semantic and valid.
55+
<KoliBri /> builds directly on the <KolLink _label="W3C" _href="https://www.w3.org" _target="blank"/>
56+
<KolLink _label="web standards" _href="https://www.w3.org/standards/webdesign/" _target="blank" /> (framework-agnostic), is thereby a generic reference implementation of the
57+
<KolLink _label="WCAG standard" _href="https://www.w3.org/WAI/standards-guidelines/wcag/" _target="blank" /> and
58+
<KolLink _label="BITV" _href="https://www.bitvtest.de/bitv_test.html" _target="blank" /> for accessibility, and is implemented as a multi-theme-enabled presentation layer. There is no technical reference and
7059
no data transfer functionalities. This makes <KoliBri /> equally reusable for the realization of static websites as
7160
well as dynamic web applications of different corporate designs and style guides and thus very interesting for open
7261
source.
@@ -98,7 +87,7 @@ import { translate } from '@docusaurus/Translate';
9887
<ul>
9988
<li>
10089
<strong>Making accessible</strong>: The artifacts and source code can be reused freely and without charge by
101-
anyone. In this way, the ITZBund makes a contribution in the sense of <kol-link _href="https://publiccode.eu/" _target="publiccode">“Public Money – Public Code”</kol-link>.
90+
anyone. In this way, the ITZBund makes a contribution in the sense of <KolLink _label="“Public Money – Public Code”" _href="https://publiccode.eu/" _target="blank" />.
10291
</li>
10392
<li>
10493
<strong>Warranty and liability disclaimer</strong>: No warranty or liability claims are associated with the reuse.
@@ -141,7 +130,7 @@ import { translate } from '@docusaurus/Translate';
141130

142131
<p className="col-12">
143132
Web components can be rendered on the client side (CSR), prerendered (SSG), or on the server side (SSR). The rendering
144-
depends on the respective technical framework conditions (<KolLink _href="https://web.dev/rendering-on-the-web/" _target="web.dev">https://web.dev</KolLink>, <KolLink _href="https://medium.com/nerd-for-tech/compare-and-contrast-csr-ssr-and-ssg-in-nextjs-58e3caf2e15e" _target="web.dev">https://medium.com</KolLink>).
133+
depends on the respective technical framework conditions (<KolLink _label="https://web.dev" _href="https://web.dev/rendering-on-the-web/" _target="blank" />, <KolLink _label="https://medium.com" _href="https://medium.com/nerd-for-tech/compare-and-contrast-csr-ssr-and-ssg-in-nextjs-58e3caf2e15e" _target="blank" />).
145134
</p>
146135
<p>
147136
<KolAlert _type="info" _variant="card">
@@ -156,7 +145,7 @@ import { translate } from '@docusaurus/Translate';
156145
<KolAlert _type="info" _variant="card">
157146
<small>
158147
🧪 Server-side rendering of Web Components is an exciting new functionality where adjustments to the prerenderer
159-
will still be necessary and is therefore classified as experimental on our part (<KolLink _href="https://web.dev/declarative-shadow-dom/" _target="web.dev">https://web.dev</KolLink>).
148+
will still be necessary and is therefore classified as experimental on our part (<KolLink _label="https://web.dev" _href="https://web.dev/declarative-shadow-dom/" _target="blank" />).
160149
</small>
161150
</KolAlert>
162151
</p>
@@ -208,7 +197,7 @@ import { translate } from '@docusaurus/Translate';
208197
existing feature set.
209198
</li>
210199
</ul>
211-
You can find the complete description of the SemVer here: <kol-link _href="https://semver.org" _target="semver">https://semver.org</kol-link>
200+
You can find the complete description of the SemVer here: <KolLink _label="https://semver.org" _href="https://semver.org" _target="blank" />
212201
</p>
213202

214203
## Quality objectives

0 commit comments

Comments
 (0)