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',
|
2020-07-02 21:45:32 +00:00
|
|
|
url: '/use-cases/simple-container-orchestration',
|
2020-03-02 19:53:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Non-Containerized Application Orchestration',
|
2020-07-02 21:45:32 +00:00
|
|
|
url: '/use-cases/non-containerized-application-orchestration',
|
2020-03-02 19:53:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Automated Service Networking with Consul',
|
2020-07-02 21:45:32 +00:00
|
|
|
url: '/use-cases/automated-service-networking-with-consul',
|
|
|
|
},
|
|
|
|
],
|
2020-03-02 19:53:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Enterprise',
|
|
|
|
url: 'https://www.hashicorp.com/products/nomad/',
|
2020-07-02 21:45:32 +00:00
|
|
|
type: 'outbound',
|
2020-03-02 19:53:43 +00:00
|
|
|
},
|
|
|
|
'divider',
|
|
|
|
{
|
2020-07-02 21:45:32 +00:00
|
|
|
text: 'Tutorials',
|
2020-03-02 19:53:43 +00:00
|
|
|
url: 'https://learn.hashicorp.com/nomad',
|
2020-07-02 21:45:32 +00:00
|
|
|
type: 'outbound',
|
2020-03-02 19:53:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Docs',
|
|
|
|
url: '/docs',
|
2020-07-02 21:45:32 +00:00
|
|
|
type: 'inbound',
|
2020-03-02 19:53:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'API',
|
|
|
|
url: '/api-docs',
|
2020-07-02 21:45:32 +00:00
|
|
|
type: 'inbound',
|
2020-03-02 19:53:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
text: 'Resources',
|
|
|
|
url: '/resources',
|
2020-07-02 21:45:32 +00:00
|
|
|
type: 'inbound',
|
|
|
|
},
|
2020-02-06 23:45:31 +00:00
|
|
|
]
|