II.
Framework JSON
Structured · liveframework:docusaurus
Docusaurus json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:docusaurus",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-js-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Docusaurus",
"homepageUrl": "https://docusaurus.io",
"belongsToLanguageId": "language:typescript",
"category": "static-site",
"description": "Docusaurus is a TypeScript-based static site generator by Meta, optimized for documentation websites.\nIt provides versioned docs, localization, MDX authoring, and a theming system built on React,\nenabling teams to publish fast, accessible, and searchable documentation sites.\n"
},
"outgoingEdges": [
{
"from": "framework:docusaurus",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:docusaurus",
"to": "skill-area:technical-documentation",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:docusaurus",
"to": "framework:vitepress",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:vitepress",
"to": "framework:docusaurus",
"kind": "alternative_to"
},
{
"from": "framework:slidev",
"to": "framework:docusaurus",
"kind": "alternative_to"
},
{
"from": "specialization:technical-documentation",
"to": "framework:docusaurus",
"kind": "uses_framework"
},
{
"from": "stack-profile:documentation-site",
"to": "framework:docusaurus",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-docusaurus",
"to": "framework:docusaurus",
"kind": "integrates_with",
"attributes": {}
}
]
}