Add to presets

This commit is contained in:
Jared Dillard
2025-10-28 00:09:34 -07:00
parent 74c919c807
commit 109fee898e
+7 -1
View File
@@ -21,11 +21,17 @@
"configurePreset": "documentation",
"targets": ["markdown"]
},
{
"name": "singlemarkdown",
"displayName": "Build Single Markdown Documentation",
"configurePreset": "documentation",
"targets": ["singlemarkdown"]
},
{
"name": "docs-parallel",
"displayName": "Build HTML and Markdown in parallel",
"configurePreset": "documentation",
"targets": ["html", "markdown"]
"targets": ["html", "markdown", "singlemarkdown"]
}
],
"workflowPresets": [