Skip to content

Commit 14d1302

Browse files
committed
Merge branch 'main' into fix/issue-1425
2 parents d097c75 + ac9a631 commit 14d1302

103 files changed

Lines changed: 1020 additions & 855 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ e2e/cypress/downloads
8484
resources/data
8585
!resources/data/tags.json
8686

87-
docs/stories/contributors.md
87+
docs/stories/contributing/contributors.md
8888
docs/stories/development/00-guides/theming/theming.md
8989
docs/public/assets/fonts/
9090
docs/public/assets/data/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Documentation
3131
</a>
3232
<span> · </span>
33-
<a href="https://design.baloise.dev/?path=/docs/contributing--documentation">Contribute</a>
33+
<a href="https://design.baloise.dev/?path=/docs/contributing-overview--documentation">Contribute</a>
3434
<span> · </span>
3535
<a href="https://github.com/baloise/design-system/blob/main/CHANGELOG.md">Changelog</a>
3636
</h3>

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"docs/assets/*"
1515
],
1616
"words": [
17+
"fhlyaiq",
1718
"adipiscing",
1819
"adipisicing",
1920
"aliqua",

docs/.storybook/blocks/welcome/WelcomeGuide.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ export const WelcomeGuide = ({ children }) => {
2222
/>
2323
<LinkCard pageTitle={'Changelog'} description={"What's new?"} />
2424
<LinkCard pageTitle={'Support'} description={'Ask a question, report a bug or request a feature'} />
25-
<LinkCard pageTitle={'Contributing'} description={'Be part of the Design System Community'} />
25+
<LinkCard
26+
label={'Contributing'}
27+
pageTitle={'Contributing/Overview'}
28+
description={'Be part of the Design System Community'}
29+
/>
2630
</LinkCards>
2731
</div>
2832
)
523 KB
Loading
857 KB
Loading
492 KB
Loading
1.91 MB
Loading
10.2 MB
Loading
8.36 MB
Loading

0 commit comments

Comments
 (0)