Skip to content

Commit

Permalink
Add default launchSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Jul 4, 2023
1 parent b0e90fd commit 7810a5e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/docfx/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
// Uncomment next line to enable intellisense.
// "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/launchsettings.json",
"profiles": {
// Run `docfx build` command.
"docfx build": {
"commandName": "Project",
"commandLineArgs": "build ../../docs/docfx.json",
"workingDirectory": ".",
"environmentVariables": {
}
},
// Run `docfx metadata` command.
"docfx metadata": {
"commandName": "Project",
"commandLineArgs": "metadata ../../docs/docfx.json",
"workingDirectory": ".",
"environmentVariables": {
}
},
// Run `docfx serve` command and launch browser.
"docfx serve": {
"commandName": "Project",
"commandLineArgs": "serve ../../docs/_site --open-browser",
"workingDirectory": ".",
"environmentVariables": {
}
},
// Run `docfx` command.
"docfx": {
"commandName": "Project",
"commandLineArgs": "../../docs/docfx.json",
"workingDirectory": ".",
"environmentVariables": {
}
}
}
}

0 comments on commit 7810a5e

Please sign in to comment.