Add to presets
This commit is contained in:
+7
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user