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.
Emitted when documentation is published.
Source Definition
export const DocsPublishedEvent = defineEvent({
meta: {
key: 'docs.published',
version: '1.0.0',
description: 'Emitted when documentation is published.',
domain: DOCS_DOMAIN,
owners: DOCS_OWNERS,
tags: [...DOCS_TAGS, 'publish'],
stability: DOCS_STABILITY,
docId: [docId('docs.tech.docs-publish')],
},
payload: DocsPublishedPayload,
});