qaskx.template/document/default/md_sequence.json

20 lines
553 B
JSON
Raw Normal View History

2024-03-03 07:08:39 +00:00
{
2025-06-28 13:51:16 +00:00
"name": "md_sequence",
2024-04-30 13:57:33 +00:00
"guide": "{{.SelfFolder}}/sd01.md",
2024-03-03 10:54:25 +00:00
"description": "Markdown sequence template with embedded mermaid",
2024-03-03 07:08:39 +00:00
"templates": [
{
"engine": "",
2025-06-28 13:51:16 +00:00
"folder": "{{.SelfFolder}}/sequence/definitions/sd01",
2024-03-03 07:08:39 +00:00
"file_name": "sd01.md.tmpl",
"output_folder": "^/docs",
"output_name": "seqdgm01.md",
"section": "",
"model": {
"activity": {
"category": "OTHER"
}
}
2025-06-29 00:01:17 +00:00
}
2024-03-03 07:08:39 +00:00
]
}