II.
Framework JSON
Structured · liveframework:vitepress
VitePress json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:vitepress",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-js-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "VitePress",
"homepageUrl": "https://vitepress.dev",
"belongsToLanguageId": "language:typescript",
"category": "static-site",
"description": "VitePress is a Vite-powered static site generator designed for documentation, built on Vue 3.\nIt offers near-instant dev server startup, hot module replacement, and Markdown-first authoring\nwith full Vue component support and a clean, customizable default theme.\n"
},
"outgoingEdges": [
{
"from": "framework:vitepress",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:vitepress",
"to": "skill-area:technical-documentation",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:vitepress",
"to": "framework:docusaurus",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:docusaurus",
"to": "framework:vitepress",
"kind": "alternative_to"
},
{
"from": "specialization:technical-documentation",
"to": "framework:vitepress",
"kind": "uses_framework"
},
{
"from": "stack-profile:documentation-site",
"to": "framework:vitepress",
"kind": "composed_of"
}
]
}