mkdocs inited

This commit is contained in:
2023-06-10 01:50:56 +06:00
parent 43f8fcaf6e
commit b08ddfea84
25 changed files with 1563 additions and 0 deletions

17
.fleet/run.json Normal file
View File

@@ -0,0 +1,17 @@
{
"configurations": [
{
"type": "command",
"name": "Rebuild",
"program": "mkdocs",
"args": ["build"],
},
{
"type": "command",
"name": "Serve",
"program": "mkdocs",
"args": ["serve"],
},
]
}