Skip to content

Commit

Permalink
Fix incorrect ordering in api-docs-nav-data.json (#21404)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rowansmithhc authored Jun 22, 2023
1 parent 8e40823 commit 21bd774
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/data/api-docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@
"title": "<code>/sys/control-group</code>",
"path": "system/control-group"
},
{
"title": "<code>/sys/decode-token</code>",
"path": "system/decode-token"
},
{
"title": "<code>/sys/experiments</code>",
"path": "system/experiments"
Expand All @@ -449,10 +453,6 @@
"title": "<code>/sys/generate-root</code>",
"path": "system/generate-root"
},
{
"title": "<code>/sys/decode-token</code>",
"path": "system/decode-token"
},
{
"title": "<code>/sys/health</code>",
"path": "system/health"
Expand Down

0 comments on commit 21bd774

Please sign in to comment.