deeb25a2| 1 | [docs_templates] |
| 2 | |
| 3 | [[docs_templates.template]] |
| 4 | id = "feature.v1" |
| 5 | title = "Feature doc" |
| 6 | kind = "feature_doc" |
| 7 | source = "repo" |
| 8 | path = "docs/templates/feature.md" |
| 9 | |
| 10 | [[docs_templates.template]] |
| 11 | id = "module.v1" |
| 12 | title = "Module doc" |
| 13 | kind = "module_doc" |
| 14 | source = "repo" |
| 15 | path = "docs/templates/module.md" |
| 16 | |
| 17 | [[docs_templates.template]] |
| 18 | id = "adr-mini.v1" |
| 19 | title = "ADR mini" |
| 20 | kind = "adr" |
| 21 | source = "repo" |
| 22 | path = "docs/templates/adr-mini.md" |
| 23 | |
| 24 | [[docs_templates.template]] |
| 25 | id = "runbook.v1" |
| 26 | title = "Runbook" |
| 27 | kind = "runbook" |
| 28 | source = "repo" |
| 29 | path = "docs/templates/runbook.md" |
| 30 | |
| 31 | # Knowledge-backed templates (canonical KB in agent-notes) can be added like this: |
| 32 | # |
| 33 | # [[docs_templates.template]] |
| 34 | # id = "kb.feature.v1" |
| 35 | # title = "KB Feature doc (canonical)" |
| 36 | # kind = "feature_doc" |
| 37 | # source = "knowledge" |
| 38 | # knowledge_root_id = "primary" |
| 39 | # file_path = "templates/feature.md" |
| 40 | |
| 41 | |
View only · write via MCP/CIDE