mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-08 17:33:59 +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"],
|
||
|
},
|
||
|
|
||
|
]
|
||
|
}
|