@digifi-los/reactapp
Version:
46 lines (45 loc) • 994 B
JSON
{
"containers":{
"/healthcheck":{
"layout":{
"component":"Hero",
"props":{
"size":"isFullheight"
},
"children":[
{
"component":"HeroBody",
"props":{
},
"children":[
{
"component":"Container",
"props":{
},
"children":[
{
"component":"RawOutput",
"asyncprops": {
"healthcheck": ["healthcheckStatus"]
}
},
{
"component":"Title",
"children":"Documentation Page Healthcheck"
}
]
}
]
}
]
},
"resources":{
},
"onFinish":"render",
"pageData":{
"title":"Healthcheck",
"navLabel":"Healthcheck"
}
}
}
}