Skip to content

Sidebar styles broken when pageConfig is left out of config #147

Open
@marshallswain

Description

@marshallswain
{
    "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:

screen shot 2015-05-10 at 6 47 19 pm

VS

With pageConfig in documentjs.json:

screen shot 2015-05-10 at 6 50 00 pm

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions