github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/data/plugins-nav-data.json (about)

     1  [
     2    {
     3      "title": "Task Drivers",
     4      "routes": [
     5        {
     6          "title": "Overview",
     7          "path": "drivers"
     8        },
     9        {
    10          "title": "Podman",
    11          "path": "drivers/podman"
    12        },
    13        {
    14          "title": "Community",
    15          "routes": [
    16            {
    17              "title": "Overview",
    18              "path": "drivers/community"
    19            },
    20            {
    21              "title": "containerd",
    22              "path": "drivers/community/containerd"
    23            },
    24            {
    25              "title": "Firecracker driver",
    26              "path": "drivers/community/firecracker-task-driver"
    27            },
    28            {
    29              "title": "Jail task driver",
    30              "path": "drivers/community/jail-task-driver"
    31            },
    32            {
    33              "title": "Lightrun",
    34              "path": "drivers/community/lightrun"
    35            },
    36            {
    37              "title": "LXC",
    38              "path": "drivers/community/lxc"
    39            },
    40            {
    41              "title": "Pot",
    42              "path": "drivers/community/pot"
    43            },
    44            {
    45              "title": "Rkt",
    46              "badge": {
    47                "text": "Deprecated",
    48                "type": "outlined",
    49                "color": "neutral"
    50              },
    51              "path": "drivers/community/rkt"
    52            },
    53            {
    54              "title": "Rookout",
    55              "path": "drivers/community/rookout"
    56            },
    57            {
    58              "title": "Singularity",
    59              "path": "drivers/community/singularity"
    60            },
    61            {
    62              "title": "systemd-nspawn",
    63              "path": "drivers/community/nspawn"
    64            },
    65            {
    66              "title": "Windows IIS",
    67              "path": "drivers/community/iis"
    68            }
    69          ]
    70        },
    71        {
    72          "title": "Remote",
    73          "routes": [
    74            {
    75              "title": "Overview",
    76              "path": "drivers/remote"
    77            },
    78            {
    79              "title": "ECS",
    80              "path": "drivers/remote/ecs"
    81            }
    82          ]
    83        }
    84      ]
    85    },
    86    {
    87      "title": "Device Plugins",
    88      "routes": [
    89        {
    90          "title": "Overview",
    91          "path": "devices"
    92        },
    93        {
    94          "title": "Nvidia",
    95          "path": "devices/nvidia"
    96        },
    97        {
    98          "title": "Community",
    99          "routes": [
   100            {
   101              "title": "Overview",
   102              "path": "devices/community"
   103            },
   104            {
   105              "title": "USB",
   106              "badge": {
   107                "text": "Beta",
   108                "type": "outlined",
   109                "color": "neutral"
   110              },
   111              "path": "devices/community/usb"
   112            }
   113          ]
   114        }
   115      ]
   116    }
   117  ]