OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
List of learning journeys available to the learner.
Source Definition
import {
definePresentation,
type PresentationSpecMeta,
StabilityEnum,
} from '@lssm-tech/lib.contracts-spec';
export const LearningTrackListPresentation = definePresentation({
meta: {
key: 'learning.journey.track_list',
version: '1.0.0',
description: 'List of learning journeys available to the learner.',
...baseMeta,
},
source: {
type: 'component',
framework: 'react',
componentKey: 'LearningTrackList',
},
targets: ['react', 'markdown'],
});