Skip to content

Commit

Permalink
backport of commit b74d68a (#13684)
Browse files Browse the repository at this point in the history
This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core authored Jul 11, 2022
1 parent 3bbd8a0 commit 16f8026
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 48 deletions.
116 changes: 68 additions & 48 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,17 @@
"path": "commands/operator/api"
},
{
"title": "autopilot get-config",
"path": "commands/operator/autopilot-get-config"
},
{
"title": "autopilot set-config",
"path": "commands/operator/autopilot-set-config"
"title": "autopilot",
"routes": [
{
"title": "get-config",
"path": "commands/operator/autopilot/get-config"
},
{
"title": "set-config",
"path": "commands/operator/autopilot/set-config"
}
]
},
{
"title": "debug",
Expand All @@ -570,52 +575,67 @@
"path": "commands/operator/metrics"
},
{
"title": "raft info",
"path": "commands/operator/raft-info"
},
{
"title": "raft list-peers",
"path": "commands/operator/raft-list-peers"
},
{
"title": "raft logs",
"path": "commands/operator/raft-logs"
},
{
"title": "raft remove-peer",
"path": "commands/operator/raft-remove-peer"
},
{
"title": "raft state",
"path": "commands/operator/raft-state"
},
{
"title": "scheduler get-config",
"path": "commands/operator/scheduler-get-config"
},
{
"title": "scheduler set-config",
"path": "commands/operator/scheduler-set-config"
},
{
"title": "snapshot agent",
"path": "commands/operator/snapshot-agent"
},
{
"title": "snapshot inspect",
"path": "commands/operator/snapshot-inspect"
},
{
"title": "snapshot restore",
"path": "commands/operator/snapshot-restore"
"title": "raft",
"routes": [
{
"title": "info",
"path": "commands/operator/raft/info"
},
{
"title": "list-peers",
"path": "commands/operator/raft/list-peers"
},
{
"title": "logs",
"path": "commands/operator/raft/logs"
},
{
"title": "remove-peer",
"path": "commands/operator/raft/remove-peer"
},
{
"title": "state",
"path": "commands/operator/raft/state"
}
]
},
{
"title": "snapshot save",
"path": "commands/operator/snapshot-save"
"title": "scheduler",
"routes": [
{
"title": "get-config",
"path": "commands/operator/scheduler/get-config"
},
{
"title": "set-config",
"path": "commands/operator/scheduler/set-config"
}
]
},
{
"title": "snapshot state",
"path": "commands/operator/snapshot-state"
"title": "snapshot",
"routes": [
{
"title": "agent",
"path": "commands/operator/snapshot/agent"
},
{
"title": "inspect",
"path": "commands/operator/snapshot/inspect"
},
{
"title": "restore",
"path": "commands/operator/snapshot/restore"
},
{
"title": "save",
"path": "commands/operator/snapshot/save"
},
{
"title": "state",
"path": "commands/operator/snapshot/state"
}
]
}
]
},
Expand Down

0 comments on commit 16f8026

Please sign in to comment.