Files
nomad/website/data/plugins-nav-data.json
Aimee Ukasick 8a597a172d Docs SEO: task drivers and plugins; refactor virt section (#24783)
* Docs SEO: task drivers and plugins; refactor virt section

* add redirects for virt driver files

* Some updates. committing rather than stashing

* fix content-check errors

* Remove docs/devices/ and redirect to plugins/devices

* Update docs/drivers descriptions

* Move USB device plugin up a level. Finish descriptions.

* Apply suggestions from Jeff's code review

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>

* Apply title case suggestions from code review

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>

* apply title case suggestions; fix indentation

---------

Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2025-02-10 15:43:02 -06:00

117 lines
2.5 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",
"path": "drivers/community/containerd"
},
{
"title": "Pledge",
"path": "drivers/community/pledge"
},
{
"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": "Pot",
"path": "drivers/community/pot"
},
{
"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": "Windows IIS",
"path": "drivers/community/nomad-iis"
}
]
}
]
},
{
"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"
}
]
}
]