II.
Topic JSON
Structured · livetopic:documentation-as-code
Documentation as Code json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:documentation-as-code",
"_kind": "Topic",
"_file": "domain/topics/topics-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Documentation as Code",
"description": "Treating documentation with the same rigor as source code — storing docs\nin version control, reviewing changes via pull requests, automating\nbuilds with static site generators, running linters and link checkers\nin CI, and keeping docs close to the code they describe.\n"
},
"outgoingEdges": [
{
"from": "topic:documentation-as-code",
"to": "domain:software-engineering",
"kind": "belongs_to_domain"
},
{
"from": "topic:documentation-as-code",
"to": "domain:developer-experience",
"kind": "belongs_to_domain"
}
],
"incomingEdges": []
}