mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-08 09:24:00 +00:00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "command",
|
|
"name": "Rebuild",
|
|
"program": "mkdocs",
|
|
"args": ["build"],
|
|
},
|
|
{
|
|
"type": "command",
|
|
"name": "Serve",
|
|
"program": "mkdocs",
|
|
"args": ["serve"],
|
|
},
|
|
|
|
]
|
|
} |