From 6861ac3635f85d536fc1e32cc0bc31f191387bfa Mon Sep 17 00:00:00 2001 From: evanorti Date: Wed, 6 Mar 2024 11:15:37 -0500 Subject: [PATCH] Update sidebars.js --- sidebars.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sidebars.js b/sidebars.js index 497a779da..ff94e540f 100644 --- a/sidebars.js +++ b/sidebars.js @@ -42,11 +42,6 @@ const sidebars = { ], }, - { - type: 'link', - label: 'Station Docs', // The link label - href: 'https://docs.station.money', // The external URL - }, { type: 'category', label: 'Develop', @@ -236,6 +231,11 @@ const sidebars = { }, ], }, + { + type: 'link', + label: 'Station Docs', // The link label + href: 'https://docs.station.money', // The external URL + }, ], };