defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "generalFrameworkDocumentation",
"logo": "",
"title": "",
"description": "",
"content": "",
"author_url_social_medias": ["url"],
"documentations": [
{
"@type": "generalFrameworkDocumentationDocumentation",
"doc_id": "",
"title": "",
"description": "",
"sidebars": [
{
"@type": "generalFrameworkDocumentationDocumentationSideBar",
"title": "",
"navigate_content_id": "content"
}
],
"contents": [
{
"@type": "generalFrameworkDocumentationDocumentationsContent",
"content_id": "",
"content": ""
}
]
}
],
"footer": {
"@type": "generalFrameworkDocumentationFooter",
"footers": [
{
"@type": "generalFrameworkDocumentationFooterData",
"title": "",
"footer": [
{
"@type": "generalFrameworkDocumentationFooterSubData",
"text": "",
"url": ""
}
]
}
]
}
};
}