[
    {
        "name": "classes",
        "type": "string",
        "required": false,
        "description": "Classes to add to the header container."
    },
    {
        "name": "headingElement",
        "type": "string",
        "required": false,
        "description": "Selector of element that should be set to page title."
    },
    {
        "name": "notFound",
        "type": "object",
        "required": false,
        "description": "Content displayed when no matching guide for the current hash.",
        "params": [
            {
                "name": "heading",
                "type": "string",
                "required": true,
                "description": "The title displayed when no matching guide for the current hash"
            },
            {
                "name": "html",
                "type": "string",
                "required": true,
                "description": "HTML content displayed no matching guide for the current hash"
            }
        ]
    },
    {
        "name": "items",
        "type": "array",
        "required": false,
        "description": "Option to show the icon only (with no text).",
        "params": [
            {
                "name": "heading",
                "type": "string",
                "required": true,
                "description": "The title of the guide item"
            },
            {
                "name": "id",
                "type": "string",
                "required": true,
                "description": "ID of the guide item used to show/hide from href"
            },
            {
                "name": "html",
                "type": "string",
                "required": true,
                "description": "Content of the guide item"
            }
        ]
    }
]