open-nomad/website/data/plugins-nav-data.json
Kevin Wang 3e6757f211
feat(website): extract /plugins /tools docs (#11584)
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
Co-authored-by: Mike Nomitch <mnomitch@hashicorp.com>
2021-12-09 14:25:18 -05:00

108 lines
2.3 KiB
JSON

[
{
"title": "Task Drivers",
"routes": [
{
"title": "Overview",
"path": "drivers"
},
{
"title": "Podman",
"path": "drivers/podman"
},
{
"title": "Community",
"routes": [
{
"title": "Overview",
"path": "drivers/community"
},
{
"title": "containerd",
"path": "drivers/community/containerd"
},
{
"title": "Firecracker driver",
"path": "drivers/community/firecracker-task-driver"
},
{
"title": "Jail task driver",
"path": "drivers/community/jail-task-driver"
},
{
"title": "Lightrun",
"path": "drivers/community/lightrun"
},
{
"title": "LXC",
"path": "drivers/community/lxc"
},
{
"title": "Pot",
"path": "drivers/community/pot"
},
{
"title": "Rkt <sup>Deprecated</sup> ",
"path": "drivers/community/rkt"
},
{
"title": "Rookout",
"path": "drivers/community/rookout"
},
{
"title": "Singularity",
"path": "drivers/community/singularity"
},
{
"title": "systemd-nspawn",
"path": "drivers/community/nspawn"
},
{
"title": "Windows IIS",
"path": "drivers/community/iis"
}
]
},
{
"title": "Remote",
"routes": [
{
"title": "Overview",
"path": "drivers/remote"
},
{
"title": "ECS",
"path": "drivers/remote/ecs"
}
]
}
]
},
{
"title": "Device Plugins",
"routes": [
{
"title": "Overview",
"path": "devices"
},
{
"title": "Nvidia",
"path": "devices/nvidia"
},
{
"title": "Community",
"routes": [
{
"title": "Overview",
"path": "devices/community"
},
{
"title": "USB <sup>Beta</sup>",
"path": "devices/community/usb"
}
]
}
]
}
]