ContractSpec docs
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.
DocBlock-based in-app documentation viewer for non-technical users
Source Definition
import { defineFeature } from '@lssm-tech/lib.contracts-spec';
export const InAppDocsFeature = defineFeature({
meta: {
key: 'in-app-docs',
version: '1.0.0',
title: 'In-App Docs',
description:
'DocBlock-based in-app documentation viewer for non-technical users',
domain: 'docs',
owners: ['@examples'],
tags: ['docs', 'in-app', 'viewer'],
stability: 'experimental',
},
docs: ['docs.examples.in-app-docs', 'docs.examples.in-app-docs.usage'],
});