Skip to content

Commit f7bf1b6

Browse files
authored
Merge branch 'main' into 231-docs-general-bugfixes
2 parents c4153da + 6dab0d9 commit f7bf1b6

File tree

141 files changed

+2440
-1253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+2440
-1253
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "CLA Assistant"
1515
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
1616
# Beta Release
17-
uses: cla-assistant/github-action@v2.3.1
17+
uses: cla-assistant/github-action@v2.5.1
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
# the below token should have repo scope and must be manually added by you in the repository's secret

docs/30-components/abbr.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/abbr/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="abbr" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="abbr" />

docs/30-components/accordion.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/accordion/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="accordion" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="accordion" />

docs/30-components/alert.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/alert/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="alert" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="alert" />

docs/30-components/avatar.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/avatar/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="avatar" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="avatar" />

docs/30-components/badge.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/badge/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="badge" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="badge" />

docs/30-components/breadcrumb.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/breadcrumb/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="breadcrumb" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="breadcrumb" />

docs/30-components/button-group.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/button-group/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="button-group" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="button-group" />

docs/30-components/button-link.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/button-link/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="button-link" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="button-link" />

docs/30-components/button.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/button/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '@site/src/components/ExampleLink';
1415

1516
<Readme />
1617

18+
<ExampleLink component="button" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="button" />

0 commit comments

Comments
 (0)