Skip to content

Commit b0c6a31

Browse files
github-actions[bot]leapesissihamelmichaelmkrausdependabot[bot]
authored
Automated PR: auto update snapshots (#308)
* Feat(documentation): remaining pages and teaser (#290) * docs(releases): reorganize release documentation structure - Add new releases section with index, versioning, and content status pages - Create migration guides directory with v2 and v3 migration documentation - Reorganize release notes from flat structure to nested releases/release-notes - Update documentation navigation order (components: 3, icons: 4, releases: 6) - Adjust documentation index order from 3 to 10 for proper hierarchy - Restructure content to establish clear separation between releases, migration guides, and release notes * docs(releases): add migration guides for v1-v4 with visual assets - Add comprehensive migration guide for v1.0.0 covering stable components and property alignment - Add migration guide for v2.0.0 documenting color system and component updates - Add migration guide for v4.0.0 with notification and switch component changes - Add 40+ migration guide visual assets across v1, v2, v3, and v4 directories - Create new ReleaseTeaser, FeedbackTeaser, StatusNotification, and YourAction components - Update TableOfContents component styling and functionality - Add global styles and type definitions for migration guide support - Reorganize content navigation and update migration guides index with descending sort - Adjust content-status page order from 3 to 6 in documentation hierarchy * feat(components): replace feedback teaser with external teaser component - Replace FeedbackTeaser and ReleaseTeaser components with new ExternalTeaser and ExternalTeaserRow components - Add teaser image assets (GitHub, Figma, DB Theme) to static assets - Update all migration guide pages (v1-v4) to use ExternalTeaserRow with enhanced metadata including images, alt text, and labels - Expand resources page with ExternalTeaser component for improved external link presentation - Restructure teaser data format from releases array to items array with additional image and label properties - Wrap teasers in DBSection for consistent spacing and layout * feat(documentation): add contribution page and update migration guides - Add new contribution documentation page with GitHub, email, and Teams contact options - Replace ExternalTeaser component with CardTeaser across all migration guides (v1-v4) - Add feedback teaser image asset for contribution links - Add mail and teams teaser image assets for contact options - Refactor CardTeaser component with new CardTeaserRow layout and styling - Update migration guide feedback sections to link to contribution page - Add external flag to GitHub teaser links in migration guides - Update global styles to support new teaser component layout * docs(contribution): reorganize contribution page with sectioned layout * docs(releases): expand versioning page with semantic versioning guide - Update page title and description to "Versioning & Releases" - Add semantic versioning overview with visual diagram - Document Major, Minor, and Patch release types with examples - Include release cadence information for each version type - Add communication channels table showing where releases are announced - Link to related content: Release Notes, Migration Guides, and Contribution - Add release-types.png asset illustrating MAJOR.MINOR.PATCH structure * refactor(versioning): replace anchor tags with DBLink component * docs(releases): expand content status page with lifecycle definitions - Rewrite content-status.mdx with comprehensive explanations of each status level (Concept, Beta, Stable, Legacy, Deprecated) - Add visual status progression diagram using DBCard and DBBadge components - Include detailed "What to expect" sections for each status with expectations and guarantees - Add related content teaser cards linking to components and versioning pages - Update page description to reflect new content focus - Remove unused CardTeaserRow import from versioning.mdx - Add optional showLink prop to StatusNotification component for flexible link display - Improve component flexibility to support both linked and standalone notification variants * docs(releases): adjust heading hierarchy and improve table of contents depth - Update content-status.mdx tocMaxDepth to 3 for better navigation structure - Demote "What to expect" headings from h3 to h4 across all status sections (Concept, Beta, Stable, Legacy, Deprecated) - Add global CSS styling for h4, h5, h6 elements using db-type-headline-3xs font - Ensure consistent heading hierarchy and improved accessibility in documentation --------- Co-authored-by: Sissi Hamel <sissi.hamel@deutschebahn.com> Co-authored-by: michaelmkraus <michael.m.kraus@deutschebahn.com> * feat(release-notes): new release notes for 4.3.0, 4.4.0, 4.5.0., 4.6.0 (#297) * feat(release-notes): new release notes for 4.3.0, 4.4.0, 4.5.0., 4.6.0 docs(release-notes): update release notes with English translations and formatting - Convert all release note headings from bold text to markdown headers (### format) - Translate German content to English across all release note files - Update feature descriptions for clarity and consistency - Add new Core package release notes (v4.3.0, v4.4.0, v4.5.0, v4.6.0) - Improve release notes index page structure - Standardize formatting across all package release notes (Components, Icons, Illustrative Icons, Lab, Core) * auto update snapshots (#298) Co-authored-by: Lea Perchermeier <lea.perchermeier@deutschebahn.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * docs(release-notes): add links to external resources in 4.6.0 notes * auto update snapshots (#299) Co-authored-by: Lea Perchermeier <lea.perchermeier@deutschebahn.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * auto update snapshots (#304) Co-authored-by: Lea Perchermeier <lea.perchermeier@deutschebahn.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * auto update snapshots (#306) Co-authored-by: Lea Perchermeier <lea.perchermeier@deutschebahn.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Kraus <michael.m.kraus@deutschebahn.com> * auto update snapshots --------- Co-authored-by: Lea Perchermeier <lea.perchermeier@deutschebahn.com> Co-authored-by: Sissi Hamel <sissi.hamel@deutschebahn.com> Co-authored-by: michaelmkraus <michael.m.kraus@deutschebahn.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5569ade commit b0c6a31

File tree

139 files changed

+1802
-135
lines changed

Some content is hidden

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

139 files changed

+1802
-135
lines changed

content/pages/documentation/components/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sectionSpacing: 'small'
44
sectionWidth: 'auto'
55
title: 'Components'
66
headline: 'Components'
7+
order: 3
78
align: start
89
toc: true
910
description: 'An overview of all available components in the Design System, grouped by maturity: Stable, Beta, and Concept.'
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
layout: '@template/layouts/documentation'
3+
sectionSpacing: 'small'
4+
sectionWidth: 'auto'
5+
title: 'Contribution'
6+
headline: 'Contribution'
7+
description: 'Get involved, share feedback, and help improve the DB UX Design System.'
8+
align: start
9+
order: 9
10+
toc: false
11+
---
12+
13+
import CardTeaserRow from '@template/components/CardTeaser/CardTeaserRow';
14+
import { DBSection } from '@db-ux/react-core-components';
15+
16+
<DBSection spacing="small" width="auto">
17+
18+
## Overall & Design
19+
20+
<CardTeaserRow
21+
items={[
22+
{
23+
title: 'GitHub Core',
24+
description:
25+
'Report design issues, request features, or contribute to the design foundations.',
26+
url: 'https://github.com/db-ux-design-system/core',
27+
image: '/assets/teasers/github.png',
28+
imageAlt: 'GitHub',
29+
label: 'View on GitHub',
30+
external: true,
31+
},
32+
{
33+
title: 'Feedback via Email',
34+
description: 'Reach out to the Design System team directly via email.',
35+
url: 'mailto:db-ux-designsystem@deutschebahn.com',
36+
image: '/assets/teasers/mail.png',
37+
imageAlt: 'Email',
38+
label: 'Send Email',
39+
external: true,
40+
},
41+
{
42+
title: 'Feedback via DB UX Community (Teams)',
43+
description: 'Join the DB UX Design System channel on Microsoft Teams.',
44+
url: 'https://teams.microsoft.com/l/channel/19%3A7dd9929be1fe494c823b11e0e2d22341%40thread.skype/DB%20UX%20Design%20System?groupId=72c53609-2941-46dd-8be9-e4d1d2c45c77&tenantId=a1a72d9c-49e6-4f6d-9af6-5aafa1183bfd',
45+
image: '/assets/teasers/teams.png',
46+
imageAlt: 'Teams',
47+
label: 'Open Teams Channel',
48+
external: true,
49+
},
50+
]}
51+
/>
52+
53+
</DBSection>
54+
55+
<DBSection spacing="small" width="auto">
56+
57+
## Development
58+
59+
<CardTeaserRow
60+
items={[
61+
{
62+
title: 'GitHub Core Web',
63+
description: 'Report bugs, request features, or contribute to the component library.',
64+
url: 'https://github.com/db-ux-design-system/core-web',
65+
image: '/assets/teasers/github.png',
66+
imageAlt: 'GitHub',
67+
label: 'View on GitHub',
68+
external: true,
69+
},
70+
{
71+
title: 'Feedback via Web Community (Teams)',
72+
description: 'Join the DB UX Design System channel on Microsoft Teams.',
73+
url: 'https://teams.microsoft.com/l/channel/19%3A6c0e92ce4aef409598ff77c4cd06e001%40thread.skype/SIG%20-%20DB%20UX%20Design%20System?groupId=2f363785-c59e-4763-9bc3-8e13998a4588&tenantId=a1a72d9c-49e6-4f6d-9af6-5aafa1183bfd',
74+
image: '/assets/teasers/teams.png',
75+
imageAlt: 'Teams',
76+
label: 'Open Teams Channel',
77+
external: true,
78+
},
79+
]}
80+
/>
81+
82+
</DBSection>

content/pages/documentation/icons/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const frontmatter: DocumentationFrontMatter = {
1212
title: 'Icons',
1313
description: 'Browse and copy all available DB UX icon names for use in code.',
1414
align: 'start',
15+
order: 4,
1516
};
1617
1718
const iconNames = Object.keys(iconDescriptions);

content/pages/documentation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
order: 3
2+
order: 10
33
layout: '@template/layouts/default'
44
title: 'Documentation'
55
hidePage: true

content/pages/documentation/release-notes/_content/RN--25-06-10--components--2-2-0.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

content/pages/documentation/release-notes/_content/RN--25-06-23--components--2-3-0.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

content/pages/documentation/release-notes/_content/RN--25-06-23--icons--1-3-0.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/pages/documentation/release-notes/_content/RN--25-07-07--components--2-4-0.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

content/pages/documentation/release-notes/_content/RN--25-07-21--components--3-0-0.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

content/pages/documentation/release-notes/_content/RN--25-09-01--components--3-1-0.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)