mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2025-11-15 19:40:12 +00:00
mkdocs inited
This commit is contained in:
17
.fleet/run.json
Normal file
17
.fleet/run.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "command",
|
||||
"name": "Rebuild",
|
||||
"program": "mkdocs",
|
||||
"args": ["build"],
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"name": "Serve",
|
||||
"program": "mkdocs",
|
||||
"args": ["serve"],
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user