mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Docs: change stop_after to stop_on_client_after (#24727)
* change stop_after to stop_on_client_after CE-800 GH https://github.com/hashicorp/nomad/issues/24702 * Move disconnect entry to correct alphabetical place in nav
This commit is contained in:
@@ -53,27 +53,27 @@
|
||||
{
|
||||
"title": "Release Notes",
|
||||
"routes": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"path": "release-notes"
|
||||
},
|
||||
{
|
||||
"title": "Nomad",
|
||||
"routes": [
|
||||
{
|
||||
"title": "Upcoming",
|
||||
"path": "release-notes/nomad/upcoming"
|
||||
},
|
||||
{
|
||||
"title": "v1.8.x",
|
||||
"path": "release-notes/nomad/v1_8_x"
|
||||
},
|
||||
{
|
||||
{
|
||||
"title": "Overview",
|
||||
"path": "release-notes"
|
||||
},
|
||||
{
|
||||
"title": "Nomad",
|
||||
"routes": [
|
||||
{
|
||||
"title": "Upcoming",
|
||||
"path": "release-notes/nomad/upcoming"
|
||||
},
|
||||
{
|
||||
"title": "v1.8.x",
|
||||
"path": "release-notes/nomad/v1_8_x"
|
||||
},
|
||||
{
|
||||
"title": "v1.9.x",
|
||||
"path": "release-notes/nomad/v1_9_x"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1763,6 +1763,10 @@
|
||||
"title": "device",
|
||||
"path": "job-specification/device"
|
||||
},
|
||||
{
|
||||
"title": "disconnect",
|
||||
"path": "job-specification/disconnect"
|
||||
},
|
||||
{
|
||||
"title": "dispatch_payload",
|
||||
"path": "job-specification/dispatch_payload"
|
||||
@@ -1779,10 +1783,6 @@
|
||||
"title": "expose",
|
||||
"path": "job-specification/expose"
|
||||
},
|
||||
{
|
||||
"title": "disconnect",
|
||||
"path": "job-specification/disconnect"
|
||||
},
|
||||
{
|
||||
"title": "gateway",
|
||||
"path": "job-specification/gateway"
|
||||
|
||||
Reference in New Issue
Block a user