Open
Description
{
"siteDefaults": {
"static":"theme/static",
"templates": "theme/templates"
},
"sites": {
"guides":{
"glob": {
"pattern": "_docs/guides/**/*.{js,md}"
},
// Leaving this out results in a poorly-styled sidebar & page
"pageConfig": {"page":"guides"},
"parent": "Guides",
"dest":"guides"
}
}
}
Without pageConfig
in documentjs.json:
VS