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.
Generate API documentation videos from contract spec metadata
Source Definition
import { defineFeature } from '@lssm-tech/lib.contracts-spec';
export const VideoApiShowcaseFeature = defineFeature({
meta: {
key: 'video-api-showcase',
version: '1.0.0',
title: 'Video API Showcase',
description:
'Generate API documentation videos from contract spec metadata',
domain: 'video',
owners: ['@examples'],
tags: ['video', 'api', 'documentation', 'showcase'],
stability: 'experimental',
},
docs: [
'docs.examples.video-api-showcase',
'docs.examples.video-api-showcase.usage',
],
});