Files
nomad/website/data/tools-nav-data.json
Aimee Ukasick 5dc7e7fe25 Docs: Chore: Ent labels (#26323)
* replace outdated tutorial links

* update more tutorial links

* Add CE/ENT or ENT to left nav

* remove ce/ent labels

* revert enterprise features
2025-07-30 09:02:28 -05:00

274 lines
7.3 KiB
JSON

[
{
"title": "Overview",
"path": "index"
},
{
"title": "Nomad Autoscaler",
"routes": [
{
"title": "Overview",
"path": "autoscaling"
},
{
"title": "Concepts",
"routes": [
{
"title": "Overview",
"path": "autoscaling/concepts"
},
{
"title": "Policy Evaluation",
"routes": [
{
"title": "Overview",
"path": "autoscaling/concepts/policy-eval"
},
{
"title": "Checks",
"path": "autoscaling/concepts/policy-eval/checks"
},
{
"title": "Node Selector Strategy",
"path": "autoscaling/concepts/policy-eval/node-selector-strategy"
}
]
},
{
"title": "Plugins",
"routes": [
{
"title": "Overview",
"path": "autoscaling/concepts/plugins"
},
{
"title": "Base",
"path": "autoscaling/concepts/plugins/base"
},
{
"title": "APM",
"path": "autoscaling/concepts/plugins/apm"
},
{
"title": "Strategy",
"path": "autoscaling/concepts/plugins/strategy"
},
{
"title": "Target",
"path": "autoscaling/concepts/plugins/target"
}
]
}
]
},
{
"title": "Agent",
"routes": [
{
"title": "Overview",
"path": "autoscaling/agent"
},
{
"title": "apm",
"path": "autoscaling/agent/apm"
},
{
"title": "dynamic_application_sizing",
"badge": {
"text": "ENT",
"type": "outlined",
"color": "neutral"
},
"path": "autoscaling/agent/dynamic_application_sizing"
},
{
"title": "high_availability",
"path": "autoscaling/agent/high_availability"
},
{
"title": "http",
"path": "autoscaling/agent/http"
},
{
"title": "nomad",
"path": "autoscaling/agent/nomad"
},
{
"title": "policy",
"path": "autoscaling/agent/policy"
},
{
"title": "policy_eval",
"path": "autoscaling/agent/policy_eval"
},
{
"title": "strategy",
"path": "autoscaling/agent/strategy"
},
{
"title": "target",
"path": "autoscaling/agent/target"
},
{
"title": "telemetry",
"path": "autoscaling/agent/telemetry"
}
]
},
{
"title": "API",
"path": "autoscaling/api"
},
{
"title": "CLI",
"path": "autoscaling/cli"
},
{
"title": "Policy",
"path": "autoscaling/policy"
},
{
"title": "Telemetry",
"path": "autoscaling/telemetry"
},
{
"title": "Plugins",
"routes": [
{
"title": "Overview",
"path": "autoscaling/plugins"
},
{
"title": "APM",
"routes": [
{
"title": "Overview",
"path": "autoscaling/plugins/apm"
},
{
"title": "Datadog",
"path": "autoscaling/plugins/apm/datadog"
},
{
"title": "Nomad API",
"path": "autoscaling/plugins/apm/nomad"
},
{
"title": "Prometheus",
"path": "autoscaling/plugins/apm/prometheus"
}
]
},
{
"title": "Strategy",
"routes": [
{
"title": "Overview",
"path": "autoscaling/plugins/strategy"
},
{
"title": "Dynamic Application Sizing Average",
"badge": {
"text": "ENT",
"type": "outlined",
"color": "neutral"
},
"path": "autoscaling/plugins/strategy/app-sizing-avg"
},
{
"title": "Dynamic Application Sizing Max",
"badge": {
"text": "ENT",
"type": "outlined",
"color": "neutral"
},
"path": "autoscaling/plugins/strategy/app-sizing-max"
},
{
"title": "Dynamic Application Sizing Percentile",
"badge": {
"text": "ENT",
"type": "outlined",
"color": "neutral"
},
"path": "autoscaling/plugins/strategy/app-sizing-percentile"
},
{
"title": "Fixed Value",
"path": "autoscaling/plugins/strategy/fixed-value"
},
{
"title": "Pass-Through",
"path": "autoscaling/plugins/strategy/pass-through"
},
{
"title": "Target Value",
"path": "autoscaling/plugins/strategy/target-value"
},
{
"title": "Threshold",
"path": "autoscaling/plugins/strategy/threshold"
}
]
},
{
"title": "Target",
"routes": [
{
"title": "Overview",
"path": "autoscaling/plugins/target"
},
{
"title": "Amazon Web Services Autoscaling Group",
"path": "autoscaling/plugins/target/aws-asg"
},
{
"title": "Azure Virtual Machine Scale Set",
"path": "autoscaling/plugins/target/azure-vmss"
},
{
"title": "Dynamic Application Sizing",
"badge": {
"text": "ENT",
"type": "outlined",
"color": "neutral"
},
"path": "autoscaling/plugins/target/app-sizing-nomad"
},
{
"title": "Google Cloud Engine Managed Instance Group",
"path": "autoscaling/plugins/target/gce-mig"
},
{
"title": "Nomad Task Group",
"path": "autoscaling/plugins/target/nomad"
}
]
},
{
"title": "Community",
"path": "autoscaling/plugins/external"
}
]
}
]
},
{
"title": "Nomad Pack",
"routes": [
{
"title": "Overview",
"path": "nomad-pack"
},
{
"title": "Advanced usage",
"path": "nomad-pack/advanced-usage"
},
{
"title": "Create packs",
"path": "nomad-pack/create-packs"
}
]
}
]