From 6541815bc91626db99c0297b177226a2db5578c1 Mon Sep 17 00:00:00 2001 From: Rowan Smith <86935689+rowansmithhc@users.noreply.github.com> Date: Thu, 22 Jun 2023 11:57:47 +1000 Subject: [PATCH] Fix incorrect ordering in api-docs-nav-data.json https://github.com/hashicorp/vault/pull/20595/files#diff-9c9c146a6465b0deafac528d60a94bee5f609ac37c203005bd3b5cda6c190882 was a contrib which added a new endpoint, however the ref to the page in api-docs-nav-data.json was incorrectly added and thus appears out of order in the left sidebar, i.e. https://developer.hashicorp.com/vault/api-docs/system/decode-token --- website/data/api-docs-nav-data.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/data/api-docs-nav-data.json b/website/data/api-docs-nav-data.json index f8291e262ef1..8695e40f7128 100644 --- a/website/data/api-docs-nav-data.json +++ b/website/data/api-docs-nav-data.json @@ -437,6 +437,10 @@ "title": "/sys/control-group", "path": "system/control-group" }, + { + "title": "/sys/decode-token", + "path": "system/decode-token" + }, { "title": "/sys/experiments", "path": "system/experiments" @@ -449,10 +453,6 @@ "title": "/sys/generate-root", "path": "system/generate-root" }, - { - "title": "/sys/decode-token", - "path": "system/decode-token" - }, { "title": "/sys/health", "path": "system/health"