Add to presets
This commit is contained in:
+7
-1
@@ -21,11 +21,17 @@
|
|||||||
"configurePreset": "documentation",
|
"configurePreset": "documentation",
|
||||||
"targets": ["markdown"]
|
"targets": ["markdown"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "singlemarkdown",
|
||||||
|
"displayName": "Build Single Markdown Documentation",
|
||||||
|
"configurePreset": "documentation",
|
||||||
|
"targets": ["singlemarkdown"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "docs-parallel",
|
"name": "docs-parallel",
|
||||||
"displayName": "Build HTML and Markdown in parallel",
|
"displayName": "Build HTML and Markdown in parallel",
|
||||||
"configurePreset": "documentation",
|
"configurePreset": "documentation",
|
||||||
"targets": ["html", "markdown"]
|
"targets": ["html", "markdown", "singlemarkdown"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workflowPresets": [
|
"workflowPresets": [
|
||||||
|
|||||||
Reference in New Issue
Block a user