2.1.2 • Published 4 years ago
jsonconfdoc v2.1.2
{
"root": "abcd",
"index": "temp/index.html",
"styles": [
"https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css",
"https://cdn.jsdelivr.net/npm/highlight.js@11.3.1/styles/default.css",
"https://cdn.jsdelivr.net/npm/github-markdown-css@5.0.0/github-markdown.min.css",
"https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css",
"local.css"
],
"scripts": [
"https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js",
"https://cdn.jsdelivr.net/npm/dayjs@1.10.7/dayjs.min.js",
"local.js"
],
"appId": "app",
"layout": {
"appbar": {
"attr": {
"class": "className"
},
"content": [
{
"name": "appbar.md",
"attr": {}
},
{
"name": "appbar.html",
"attr": {}
},
{
"name": ".iframe",
"attr": {
"title": "title",
"data-src": "src",
"src": "src",
"width": "width",
"height": "height"
}
}
]
},
"navigation": {
"attr": {},
"content": [
{
"name": "navigation.html",
"attr": {}
}
]
}
},
"pages": {
"login": {
"attr": {},
"content": [
{
"name": "login.html",
"copy": "temp/login.html",
"attr": {}
}
]
},
"home": {
"attr": {},
"content": [
{
"name": "home.html",
"copy": "temp/home.html",
"attr": {}
}
]
},
"order": {
"attr": {},
"content": [
{
"name": "order.html",
"copy": "temp/order.html",
"attr": {}
}
]
}
}
}