Files
nomad/website/data/plugins-nav-data.json
Aimee Ukasick 13a59a57e6 Docs: Community plugins section refactor (#25891)
* Docs: Point community plugins links to their docs/repos

* fix typo in redirect.js
2025-05-20 08:35:06 -05:00

117 lines
2.7 KiB
JSON

[
{
"title": "Task Drivers",
"routes": [
{
"title": "Overview",
"path": "drivers"
},
{
"title": "Exec2",
"path": "drivers/exec2"
},
{
"title": "Podman",
"path": "drivers/podman"
},
{
"title": "Virt",
"badge": {
"text": "BETA",
"type": "outlined",
"color": "neutral"
},
"routes": [
{
"title": "Overview",
"path": "drivers/virt"
},
{
"title": "Install",
"path": "drivers/virt/install"
},
{
"title": "Task Config",
"path": "drivers/virt/task-config"
}
]
},
{
"title": "Community",
"routes": [
{
"title": "Overview",
"path": "drivers/community"
},
{
"title": "containerd",
"href": "https://github.com/Roblox/nomad-driver-containerd"
},
{
"title": "Pledge",
"href": "https://github.com/shoenig/nomad-pledge-driver"
},
{
"title": "Firecracker driver",
"href": "https://github.com/cneira/firecracker-task-driver"
},
{
"title": "Jail task driver",
"href": "https://github.com/cneira/jail-task-driver"
},
{
"title": "Lightrun",
"href": "https://docs.lightrun.com/integrations/nomad/"
},
{
"title": "Pot",
"href": "https://github.com/bsdpot/nomad-pot-driver"
},
{
"title": "Rookout",
"href": "https://github.com/Rookout/rookout-nomad-driver"
},
{
"title": "Singularity",
"href": "https://github.com/hpcng/nomad-driver-singularity"
},
{
"title": "systemd-nspawn",
"href": "https://github.com/JanMa/nomad-driver-nspawn"
},
{
"title": "Windows IIS - Roblox",
"href": "https://github.com/Roblox/nomad-driver-iis"
},
{
"title": "Windows IIS",
"href": "https://nomad-iis.sevensolutions.cc/"
}
]
}
]
},
{
"title": "Device Plugins",
"routes": [
{
"title": "Overview",
"path": "devices"
},
{
"title": "NVIDIA",
"path": "devices/nvidia"
},
{
"title": "USB",
"badge": {
"text": "BETA",
"type": "outlined",
"color": "neutral"
},
"path": "devices/usb"
}
]
}
]