Newer
Older
express-blog-posts / navLinks.json
@Jason Jason on 23 Jul 1 KB modified: navLinks.json
[
    {
        "href": "/",
        "label": "Home"
    },
    {
        "label": "About",
        "submenu": [
            {
                "href": "/about/me",
                "label": "About Me"
            },
            {
                "href": "/about/blog",
                "label": "About This Blog"
            },
            {
                "href": "https://github.com/jpoage1/expressjs-blog",
                "label": "Source Code",
                "target":"_blank",
                "rel": "noopener noreferrer"
            },
            {
                "href": "/docs",
                "label": "Documentation"
            }
        ]
    },
    {
        "href": "/newsletter",
        "label": "Newsletter"
    },
    {
        "href": "/tools",
        "label": "Tools I use"
    },
    {
        "label": "Projects",
        "submenu": [
            {
                "href": "/projects/website-presentation",
                "label": "Website Project Presentation"
            }
        ]
    },
    {
        "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"
            }
        ]
    }
]