Merge branch 'main' into feature/singlemarkdown

This commit is contained in:
Jared Dillard
2025-12-02 16:56:08 -08:00
6 changed files with 18 additions and 5 deletions
+7 -1
View File
@@ -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": [