Navigation

Source code

Navigation Array:

Click to expand
[
  {
    "name": "Home",
    "href": "/",
    "exactMatch": true
  },
  {
    "name": "Examples",
    "href": "#",
    "children": [
      {
        "name": "Nested Form",
        "href": "/nested-form"
      },
      {
        "name": "Navigation",
        "href": "/navigation"
      }
    ]
  },
  {
    "name": "About Me",
    "href": "#",
    "children": [
      {
        "name": "Twitter",
        "href": "https://twitter.com/th_clarence"
      },
      {
        "name": "GitHub",
        "href": "https://github.com/theodorusclarence"
      },
      {
        "name": "Personal Website & Blog",
        "href": "https://theodorusclarence.com"
      },
      {
        "name": "Documentation",
        "href": "#",
        "children": [
          {
            "name": "Introduction",
            "href": "https://docs.thcl.dev"
          },
          {
            "name": "Bash Workflow Shortcuts",
            "href": "https://docs.thcl.dev/mac/bash-shortcuts"
          }
        ]
      }
    ]
  }
]