open-nomad/website/data/intro-nav-data.json
Bryce Kalow a84d2de9be
website: content updates for developer (#14473)
Co-authored-by: Geoffrey Grosenbach <26+topfunky@users.noreply.github.com>
Co-authored-by: Anthony <russo555@gmail.com>
Co-authored-by: Ashlee Boyer <ashlee.boyer@hashicorp.com>
Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
Co-authored-by: Kevin Wang <kwangsan@gmail.com>
2022-09-16 10:38:39 -05:00

57 lines
1.2 KiB
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",
"routes": [
{
"title": "Overview",
"href": "https://learn.hashicorp.com/collections/nomad/get-started"
},
{
"title": "Running Nomad",
"href": "https://learn.hashicorp.com/tutorials/nomad/get-started-run"
},
{
"title": "Jobs",
"href": "https://learn.hashicorp.com/tutorials/nomad/get-started-jobs"
},
{
"title": "Clustering",
"href": "https://learn.hashicorp.com/tutorials/nomad/clustering"
},
{
"title": "Web UI",
"href": "https://learn.hashicorp.com/tutorials/nomad/get-started-ui"
},
{
"title": "Next Steps",
"href": "https://learn.hashicorp.com/tutorials/nomad/get-started-learn-more"
}
]
}
]