From 84744d3435d0922ff6678fa53fc16b5b49c50cb7 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Wed, 30 Mar 2022 00:47:40 +0100 Subject: [PATCH] Move Dagger 0.1 link back to the bottom As mentioned in https://github.com/dagger/dagger/pull/1904#issuecomment-1081292442 Signed-off-by: Gerhard Lazu --- website/sidebars.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/sidebars.js b/website/sidebars.js index 5cd30a57..406a5035 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -71,11 +71,6 @@ module.exports = { }, ], europa: [ - { - type: "link", - label: "⬅️ Dagger 0.1", - href: "/1200/what/", - }, { type: "doc", id: "migrate-from-dagger-0.1", @@ -128,5 +123,10 @@ module.exports = { "use-cases/go-on-docker-hub" ], }, + { + type: "link", + label: "⬅️ Dagger 0.1", + href: "/1200/what/", + }, ], };