mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added dev_addr
property to schema.json
(#3766)
This commit is contained in:
parent
8358a9b162
commit
0b3492d731
@ -109,6 +109,12 @@
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"dev_addr": {
|
||||
"title": "Development IP Address",
|
||||
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#dev_addr",
|
||||
"type": "string",
|
||||
"default": "127.0.0.1:8000"
|
||||
},
|
||||
"remote_branch": {
|
||||
"title": "Remote branch to deploy to",
|
||||
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#remote_branch",
|
||||
|
Loading…
Reference in New Issue
Block a user