Files
nomad/website/data/intro-nav-data.json
2024-04-16 15:52:35 -04:00

32 lines
544 B
JSON

[
{
"title": "Use Cases",
"path": "use-cases"
},
{
"title": "Nomad vs. Other Software",
"routes": [
{
"title": "Overview",
"path": "vs"
},
{
"title": "AWS ECS",
"path": "vs/ecs"
},
{
"title": "Mesos & Marathon",
"path": "vs/mesos"
},
{
"title": "Terraform",
"path": "vs/terraform"
}
]
},
{
"title": "Getting Started",
"href": "https://developer.hashicorp.com/nomad/tutorials/get-started"
}
]