II.
LibraryProcess JSON
Structured · livelib-process:technical-documentation--docs-versioning
specializations/technical-documentation/docs-versioning json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:technical-documentation--docs-versioning",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/technical-documentation/docs-versioning",
"description": "Documentation Versioning and Release Coordination - Automated process for managing documentation\nversions aligned with product releases, including version switcher implementation, semantic versioning,\ndeprecation notices, migration guides, changelog generation, and multi-version hosting setup.",
"libraryPath": "library/specializations/technical-documentation/docs-versioning.js",
"specialization": "technical-documentation",
"references": [
"- Semantic Versioning: https://semver.org/",
"- Docusaurus Versioning: https://docusaurus.io/docs/versioning",
"- MkDocs Material Versioning: https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/",
"- VuePress Versioning: https://vuepress.vuejs.org/guide/deploy.html#versioning",
"- Documentation Version Management: https://documentation.divio.com/"
],
"example": "const result = await orchestrate('specializations/technical-documentation/docs-versioning', {\n productName: 'MyAPI',\n currentVersion: '2.1.0',\n docsPath: './docs',\n platform: 'docusaurus', // 'docusaurus', 'mkdocs', 'vuepress', 'custom'\n versioningStrategy: 'semantic', // 'semantic', 'date-based', 'major-only'\n hostingPlatform: 'github-pages', // 'github-pages', 'netlify', 'vercel', 'readthedocs'\n previousVersions: ['2.0.0', '1.9.0', '1.8.0'],\n includeDeprecations: true,\n generateMigrationGuides: true,\n retentionPolicy: { keepMajorVersions: 'all', keepMinorVersions: 2, archiveAfterYears: 2 },\n releaseNotes: { source: 'git', format: 'markdown' }\n});",
"usesAgents": [
"docusaurus",
"markdown-mdx",
"link-validator",
"git-github-flow",
"tech-writing-lint",
"pdf-generation"
]
},
"outgoingEdges": [
{
"from": "lib-process:technical-documentation--docs-versioning",
"to": "skill-area:docs-as-code",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--docs-versioning",
"to": "skill-area:reference-docs",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:technical-documentation--docs-versioning",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--docs-versioning",
"to": "role:technical-writer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--docs-versioning",
"to": "role:documentation-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:technical-documentation--docs-versioning",
"to": "workflow:documentation-sprint",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:technical-documentation--docs-versioning",
"to": "specialization:technical-documentation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}