Merge branch 'main' into feature/singlemarkdown
This commit is contained in:
+7
-1
@@ -27,11 +27,17 @@
|
||||
"configurePreset": "documentation",
|
||||
"targets": ["singlemarkdown"]
|
||||
},
|
||||
{
|
||||
"name": "rst",
|
||||
"displayName": "Build reStructuredText Documentation",
|
||||
"configurePreset": "documentation",
|
||||
"targets": ["rst"]
|
||||
},
|
||||
{
|
||||
"name": "docs-parallel",
|
||||
"displayName": "Build HTML and Markdown in parallel",
|
||||
"configurePreset": "documentation",
|
||||
"targets": ["html", "markdown", "singlemarkdown"]
|
||||
"targets": ["html", "markdown", "singlemarkdown", "rst"]
|
||||
}
|
||||
],
|
||||
"workflowPresets": [
|
||||
|
||||
Reference in New Issue
Block a user