15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"server": {
|
|
"user": "your_username",
|
|
"host": "your_server.com",
|
|
"path": "~/devops/mkdocs"
|
|
},
|
|
"git": {
|
|
"branch": "master",
|
|
"remote": "origin"
|
|
},
|
|
"scripts": {
|
|
"update_mkdocs": "python .\\add_docs_to_mkdocs.py"
|
|
}
|
|
}
|