Skip to content

Commit 6a73e23

Browse files
Stephan Waldclaude
andcommitted
auto-claude: subtask-1-2 - Update FeatureList array in HomepageFeatures/index
Update the FeatureList array to replace default Docusaurus placeholder content with DWC training-specific features: - BBj to Web: Transform BBj applications into modern web experiences - Modern CSS Layouts: Master CSS Grid and Flexbox for DWC applications - Control Validation: Implement input validation with custom validators Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9f153c5 commit 6a73e23

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/components/HomepageFeatures/index.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@ type FeatureItem = {
1111

1212
const FeatureList: FeatureItem[] = [
1313
{
14-
title: 'Easy to Use',
15-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
14+
title: 'BBj to Web',
15+
Svg: require('@site/static/img/bbj-to-web.svg').default,
1616
description: (
1717
<>
18-
Docusaurus was designed from the ground up to be easily installed and
19-
used to get your website up and running quickly.
18+
Learn how to transform your BBj applications into modern web experiences
19+
using the Dynamic Web Client.
2020
</>
2121
),
2222
},
2323
{
24-
title: 'Focus on What Matters',
25-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
24+
title: 'Modern CSS Layouts',
25+
Svg: require('@site/static/img/css-layouts.svg').default,
2626
description: (
2727
<>
28-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
29-
ahead and move your docs into the <code>docs</code> directory.
28+
Master CSS Grid and Flexbox to create responsive, professional layouts
29+
for your DWC applications.
3030
</>
3131
),
3232
},
3333
{
34-
title: 'Powered by React',
35-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
34+
title: 'Control Validation',
35+
Svg: require('@site/static/img/validation.svg').default,
3636
description: (
3737
<>
38-
Extend or customize your website layout by reusing React. Docusaurus can
39-
be extended while reusing the same header and footer.
38+
Implement robust input validation with custom validators and real-time
39+
user feedback.
4040
</>
4141
),
4242
},

0 commit comments

Comments
 (0)