github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/data/subnav.js (about)

     1  export default [
     2    { text: 'Overview', url: '/', type: 'inbound' },
     3    {
     4      text: 'Use Cases',
     5      submenu: [
     6        {
     7          text: 'Simple Container Orchestration',
     8          url: '/use-cases/simple-container-orchestration',
     9        },
    10        {
    11          text: 'Non-Containerized Application Orchestration',
    12          url: '/use-cases/non-containerized-application-orchestration',
    13        },
    14        {
    15          text: 'Automated Service Networking with Consul',
    16          url: '/use-cases/automated-service-networking-with-consul',
    17        },
    18      ],
    19    },
    20    {
    21      text: 'Enterprise',
    22      url: 'https://www.hashicorp.com/products/nomad/',
    23      type: 'outbound',
    24    },
    25    'divider',
    26    {
    27      text: 'Tutorials',
    28      url: 'https://learn.hashicorp.com/nomad',
    29      type: 'outbound',
    30    },
    31    {
    32      text: 'Docs',
    33      url: '/docs',
    34      type: 'inbound',
    35    },
    36    {
    37      text: 'API',
    38      url: '/api-docs',
    39      type: 'inbound',
    40    },
    41    {
    42      text: 'Community',
    43      url: '/community',
    44      type: 'inbound',
    45    },
    46  ]