From 9ae7e4693781e37f49f4f534ede8cb7612a2dc73 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 19 Dec 2024 13:05:47 -0600 Subject: [PATCH] Move disconnect entry to correct alphabetical place in nav --- website/data/docs-nav-data.json | 44 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 5692fbd7da0..e8f2d97aa67 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -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"