From d47f3e31958a1fb06c1fac05008bc70aed46b932 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Sun, 25 Oct 2020 18:03:13 +0100 Subject: [PATCH] re-order to emphasize React tutorial more --- data/sidebars/tutorials.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/data/sidebars/tutorials.yml b/data/sidebars/tutorials.yml index 6ee7e1fc..291991f1 100644 --- a/data/sidebars/tutorials.yml +++ b/data/sidebars/tutorials.yml @@ -19,20 +19,6 @@ - title: Set Up a Marketplace link: /tutorials/marketplace/ -- group: Compute-to-Data - items: - - title: Run a Compute-to-Data Environment - link: /tutorials/compute-to-data/ - -- group: Storage Setup - items: - - title: Set Up Azure Storage - link: /tutorials/azure-for-brizo/ - - title: Set Up Amazon S3 Storage - link: /tutorials/amazon-s3-for-brizo/ - - title: Set Up On-Premise Storage - link: /tutorials/on-premise-for-brizo/ - - group: React App Tutorial items: - title: Setup @@ -51,3 +37,17 @@ link: /tutorials/react-compute-raw/ - title: Get Status of a Compute Job link: /tutorials/react-compute-status/ + +- group: Compute-to-Data + items: + - title: Run a Compute-to-Data Environment + link: /tutorials/compute-to-data/ + +- group: Storage Setup + items: + - title: Set Up Azure Storage + link: /tutorials/azure-for-brizo/ + - title: Set Up Amazon S3 Storage + link: /tutorials/amazon-s3-for-brizo/ + - title: Set Up On-Premise Storage + link: /tutorials/on-premise-for-brizo/