2020-02-06 23:45:31 +00:00
|
|
|
export default [
|
2020-03-02 19:53:43 +00:00
|
|
|
{ text: 'Overview', url: '/', type: 'inbound' },
|
|
|
|
{
|
|
|
|
text: 'Use Cases',
|
|
|
|
submenu: [
|
|
|
|
{
|
|
|
|
text: 'Simple Container Orchestration',
|
|
|
|
url: '/use-cases/simple-container-orchestration'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Non-Containerized Application Orchestration',
|
|
|
|
url: '/use-cases/non-containerized-application-orchestration'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Automated Service Networking with Consul',
|
|
|
|
url: '/use-cases/automated-service-networking-with-consul'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Enterprise',
|
|
|
|
url: 'https://www.hashicorp.com/products/nomad/',
|
|
|
|
type: 'outbound'
|
|
|
|
},
|
|
|
|
'divider',
|
|
|
|
{
|
|
|
|
text: 'Learn',
|
|
|
|
url: 'https://learn.hashicorp.com/nomad',
|
|
|
|
type: 'outbound'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Docs',
|
|
|
|
url: '/docs',
|
|
|
|
type: 'inbound'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'API',
|
|
|
|
url: '/api-docs',
|
|
|
|
type: 'inbound'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Resources',
|
|
|
|
url: '/resources',
|
|
|
|
type: 'inbound'
|
2020-02-06 23:45:31 +00:00
|
|
|
}
|
|
|
|
]
|