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

     1  [
     2    {
     3      "title": "Overview",
     4      "path": "index"
     5    },
     6    {
     7      "title": "Autoscaling",
     8      "routes": [
     9        {
    10          "title": "Overview",
    11          "path": "autoscaling"
    12        },
    13        {
    14          "title": "Concepts",
    15          "routes": [
    16            {
    17              "title": "Overview",
    18              "path": "autoscaling/concepts"
    19            },
    20            {
    21              "title": "Policy Evaluation",
    22              "routes": [
    23                {
    24                  "title": "Overview",
    25                  "path": "autoscaling/concepts/policy-eval"
    26                },
    27                {
    28                  "title": "Checks",
    29                  "path": "autoscaling/concepts/policy-eval/checks"
    30                },
    31                {
    32                  "title": "Node Selector Strategy",
    33                  "path": "autoscaling/concepts/policy-eval/node-selector-strategy"
    34                }
    35              ]
    36            },
    37            {
    38              "title": "Plugins",
    39              "routes": [
    40                {
    41                  "title": "Overview",
    42                  "path": "autoscaling/concepts/plugins"
    43                },
    44                {
    45                  "title": "Base",
    46                  "path": "autoscaling/concepts/plugins/base"
    47                },
    48                {
    49                  "title": "APM",
    50                  "path": "autoscaling/concepts/plugins/apm"
    51                },
    52                {
    53                  "title": "Strategy",
    54                  "path": "autoscaling/concepts/plugins/strategy"
    55                },
    56                {
    57                  "title": "Target",
    58                  "path": "autoscaling/concepts/plugins/target"
    59                }
    60              ]
    61            }
    62          ]
    63        },
    64        {
    65          "title": "Agent",
    66          "routes": [
    67            {
    68              "title": "Overview",
    69              "path": "autoscaling/agent"
    70            },
    71            {
    72              "title": "apm",
    73              "path": "autoscaling/agent/apm"
    74            },
    75            {
    76              "title": "dynamic_application_sizing",
    77              "path": "autoscaling/agent/dynamic_application_sizing"
    78            },
    79            {
    80              "title": "http",
    81              "path": "autoscaling/agent/http"
    82            },
    83            {
    84              "title": "nomad",
    85              "path": "autoscaling/agent/nomad"
    86            },
    87            {
    88              "title": "policy",
    89              "path": "autoscaling/agent/policy"
    90            },
    91            {
    92              "title": "policy_eval",
    93              "path": "autoscaling/agent/policy_eval"
    94            },
    95            {
    96              "title": "strategy",
    97              "path": "autoscaling/agent/strategy"
    98            },
    99            {
   100              "title": "target",
   101              "path": "autoscaling/agent/target"
   102            },
   103            {
   104              "title": "telemetry",
   105              "path": "autoscaling/agent/telemetry"
   106            }
   107          ]
   108        },
   109        {
   110          "title": "API",
   111          "path": "autoscaling/api"
   112        },
   113        {
   114          "title": "CLI",
   115          "path": "autoscaling/cli"
   116        },
   117        {
   118          "title": "Policy",
   119          "path": "autoscaling/policy"
   120        },
   121        {
   122          "title": "Telemetry",
   123          "path": "autoscaling/telemetry"
   124        },
   125        {
   126          "title": "Plugins",
   127          "routes": [
   128            {
   129              "title": "Overview",
   130              "path": "autoscaling/plugins"
   131            },
   132            {
   133              "title": "APM",
   134              "routes": [
   135                {
   136                  "title": "Overview",
   137                  "path": "autoscaling/plugins/apm"
   138                },
   139                {
   140                  "title": "Datadog",
   141                  "path": "autoscaling/plugins/apm/datadog"
   142                },
   143                {
   144                  "title": "Nomad API",
   145                  "path": "autoscaling/plugins/apm/nomad"
   146                },
   147                {
   148                  "title": "Prometheus",
   149                  "path": "autoscaling/plugins/apm/prometheus"
   150                }
   151              ]
   152            },
   153            {
   154              "title": "Strategy",
   155              "routes": [
   156                {
   157                  "title": "Overview",
   158                  "path": "autoscaling/plugins/strategy"
   159                },
   160                {
   161                  "title": "Dynamic Application Sizing Average",
   162                  "path": "autoscaling/plugins/strategy/app-sizing-avg"
   163                },
   164                {
   165                  "title": "Dynamic Application Sizing Max",
   166                  "path": "autoscaling/plugins/strategy/app-sizing-max"
   167                },
   168                {
   169                  "title": "Dynamic Application Sizing Percentile",
   170                  "path": "autoscaling/plugins/strategy/app-sizing-percentile"
   171                },
   172                {
   173                  "title": "Fixed Value",
   174                  "path": "autoscaling/plugins/strategy/fixed-value"
   175                },
   176                {
   177                  "title": "Pass-Through",
   178                  "path": "autoscaling/plugins/strategy/pass-through"
   179                },
   180                {
   181                  "title": "Target Value",
   182                  "path": "autoscaling/plugins/strategy/target-value"
   183                },
   184                {
   185                  "title": "Threshold",
   186                  "path": "autoscaling/plugins/strategy/threshold"
   187                }
   188              ]
   189            },
   190            {
   191              "title": "Target",
   192              "routes": [
   193                {
   194                  "title": "Overview",
   195                  "path": "autoscaling/plugins/target"
   196                },
   197                {
   198                  "title": "Amazon Web Services Autoscaling Group",
   199                  "path": "autoscaling/plugins/target/aws-asg"
   200                },
   201                {
   202                  "title": "Azure Virtual Machine Scale Set",
   203                  "path": "autoscaling/plugins/target/azure-vmss"
   204                },
   205                {
   206                  "title": "Dynamic Application Sizing",
   207                  "path": "autoscaling/plugins/target/app-sizing-nomad"
   208                },
   209                {
   210                  "title": "Google Cloud Engine Managed Instance Group",
   211                  "path": "autoscaling/plugins/target/gce-mig"
   212                },
   213                {
   214                  "title": "Nomad Task Group",
   215                  "path": "autoscaling/plugins/target/nomad"
   216                }
   217              ]
   218            },
   219            {
   220              "title": "Community",
   221              "path": "autoscaling/plugins/external"
   222            }
   223          ]
   224        }
   225      ]
   226    }
   227  ]