feat(training): add Training Engine to SDK sidebar navigation
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 35s
CI / test-python-backend-compliance (push) Successful in 26s
CI / test-python-document-crawler (push) Successful in 20s
CI / test-python-dsms-gateway (push) Successful in 19s
All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 35s
CI / test-python-backend-compliance (push) Successful in 26s
CI / test-python-document-crawler (push) Successful in 20s
CI / test-python-dsms-gateway (push) Successful in 19s
Add training step to the Betrieb package in SDK_STEPS so it appears in the sidebar after Compliance Academy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -857,6 +857,20 @@ export const SDK_STEPS: SDKStep[] = [
|
||||
prerequisiteSteps: ['whistleblower'],
|
||||
isOptional: false,
|
||||
},
|
||||
{
|
||||
id: 'training',
|
||||
seq: 4800,
|
||||
phase: 2,
|
||||
package: 'betrieb',
|
||||
order: 9,
|
||||
name: 'Training Engine',
|
||||
nameShort: 'Training',
|
||||
description: 'KI-generierte Schulungsinhalte, Quiz & Medien',
|
||||
url: '/sdk/training',
|
||||
checkpointId: 'CP-TRAIN',
|
||||
prerequisiteSteps: ['academy'],
|
||||
isOptional: false,
|
||||
},
|
||||
]
|
||||
|
||||
// =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user