[
    {
        "href": "/",
        "label": "Home"
    },
    {
        "label": "About",
        "submenu": [
            {
                "href": "/about/me",
                "label": "About Me"
            },
            {
                "href": "/about/blog",
                "label": "About This Blog"
            }
        ]
    },
    {
        "href": "/newsletter",
        "label": "Newsletter"
    },
    {
        "href": "/tools",
        "label": "Tools I use"
    },
    {
        "href": "/projects",
        "label": "Projects"
    },
    {
        "href": "/contact",
        "label": "Contact"
    },
    {
        "label": "Admin",
        "secure": "True",
        "submenu": [
            {
                "href": "/admin/logs",
                "label": "Logs"
            },
            {
                "href": "https://jasonpoage.com",
                "label": "Production"
            },
            {
                "href": "https://test.jasonpoage.com",
                "label": "Testing"
            },
            {
                "href": "https://dev.jasonpoage.com",
                "label": "Development"
            },
            {
                "href": "https://jenkins.jasonpoage.com",
                "label": "Jenkins"
            },
            {
                "href": "https://auth.jasonpoage.com/api/logout",
                "method": "post",
                "label": "Logout"
            }
        ]
    }
]
