II.
Topic JSON
Structured · livetopic:documentation
Documentation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:documentation",
"_kind": "Topic",
"_file": "domain/topics/topics-missing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Documentation",
"description": "Technical documentation practices covering API docs, developer guides,\ntutorials, and architecture decision records. Includes docs-as-code,\nautomated reference generation, and content freshness strategies.\n"
},
"outgoingEdges": [
{
"from": "topic:documentation",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:documentation",
"to": "domain:content-operations",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:documentation",
"kind": "contains"
},
{
"from": "lib-agent:meta--technical-writer",
"to": "topic:documentation",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
}
]
}