Skip to content

Commit ca51569

Browse files
Stephan Waldclaude
andcommitted
Remove version number from headlines, add version info to prerequisites
- Remove "24.02+" from main headline and tagline (too prominent) - Add version requirements info box in prerequisites with note that DWC is continuously updated and some features may require newer versions - Fix chapter count in CLAUDE.md (10 -> 12) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f42ec00 commit ca51569

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
This is a Docusaurus 3.9.2 documentation website for the BBj 24.02+ Dynamic Web Client (DWC) Training Course. It's a 10-chapter training curriculum teaching BBj DWC development.
7+
This is a Docusaurus 3.9.2 documentation website for the BBj Dynamic Web Client (DWC) Training Course. It's a 12-chapter training curriculum teaching BBj DWC development.
88

99
## Common Commands
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BBj Dynamic Web Client (DWC) Training Course
22

3-
A comprehensive 12-chapter training curriculum for BBj 24.02+ Dynamic Web Client development. This course covers everything from basic GUI-to-DWC migration to advanced responsive layouts and deployment.
3+
A comprehensive 12-chapter training curriculum for BBj Dynamic Web Client (DWC) development. This course covers everything from basic GUI-to-DWC migration to advanced responsive layouts and deployment.
44

55
**View the course:** [https://BasisHub.github.io/DWC-Course/](https://BasisHub.github.io/DWC-Course/)
66

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: /
44
title: BBj DWC Training
55
---
66

7-
# BBj 24.02+ DWC Training
7+
# BBj DWC Training
88

99
Welcome to the BBj Dynamic Web Client (DWC) Training course. This course will teach you how to develop modern web applications using BBj and the Dynamic Web Client.
1010

@@ -35,7 +35,7 @@ Hands-on [sample code](samples) is included with this course. Each chapter has c
3535

3636
Your setup for this course should include:
3737

38-
- BBj 24.02+
38+
- BBj 24.02 or later
3939
- Eclipse IDE
4040
- BDT 24
4141
- VSCode or another editor for CSS

docs/prerequisites.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Your setup for this course should look like this:
5656
- **BDT 24**
5757
- **VSCode** or another editor for CSS
5858

59+
:::info BBj Version Requirements
60+
This course was developed for **BBj 24.02**, which introduced significant DWC enhancements. The Dynamic Web Client is continuously updated with new features and improvements in each BBj release. Some features discussed in this course may require BBj 24.02 or later, while others may require even more recent versions. Check the [BASIS Online Help](https://documentation.basis.cloud/BASISHelp/WebHelp/index.htm) for version-specific documentation.
61+
:::
62+
5963
## More Information
6064

6165
- The next section, [Useful Links](./resources), contains links to BASIS' BBj and DWC-specific documentation as well as related CSS reference materials

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
66
title: 'BBj DWC Training',
7-
tagline: 'BBj 24.02+ Dynamic Web Client Training Course',
7+
tagline: 'Dynamic Web Client Training Course',
88
favicon: 'img/favicon.ico',
99

1010
future: {

0 commit comments

Comments
 (0)