From 12e74a0727f7752415e3f965302976ac4f0930e5 Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Wed, 7 Dec 2022 11:26:15 -0500 Subject: [PATCH] Reorder the nav bar (#244) * Update Examples, SDK and CLI v0.2.1 * Pin docker image * Add release notes (#234) * Rename and move releases page * reorder EVERYTHING * reorder Learn between Examples and SDKs * update wallet position Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> --- docs/faq.mdx | 2 +- docs/getting-started/_category_.json | 2 +- docs/tutorials/_category_.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.mdx b/docs/faq.mdx index 57e3fd732..34fca4615 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 10 +sidebar_position: 100 title: Soroban on Stellar FAQ --- diff --git a/docs/getting-started/_category_.json b/docs/getting-started/_category_.json index 97808849a..6871e3ab3 100644 --- a/docs/getting-started/_category_.json +++ b/docs/getting-started/_category_.json @@ -1,5 +1,5 @@ { - "position": 2, + "position": 10, "label": "Getting Started", "link": { "type": "generated-index" diff --git a/docs/tutorials/_category_.json b/docs/tutorials/_category_.json index 8d772d396..74f2f1406 100644 --- a/docs/tutorials/_category_.json +++ b/docs/tutorials/_category_.json @@ -1,5 +1,5 @@ { - "position": 2, + "position": 30, "label": "Tutorials", "link": { "type": "generated-index"