From 9b22932cff98d937e16a38b7210e20d89fd56356 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Wed, 9 Mar 2022 20:12:50 +0000 Subject: [PATCH] Default docs to Europa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are a few outstanding tasks, but they can be finished tomorrow. This is just the beginning of many refinements, so it's all good 🙌 Signed-off-by: Gerhard Lazu --- docs/getting-started/1200-local-dev.md | 2 +- docs/introduction/1000-what_is.md | 2 +- website/sidebars.js | 10 ++++------ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index 3ce8e09d..13401697 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -1,5 +1,5 @@ --- -slug: /1200/local-dev +slug: / displayed_sidebar: europa --- diff --git a/docs/introduction/1000-what_is.md b/docs/introduction/1000-what_is.md index 655966ee..cade5632 100644 --- a/docs/introduction/1000-what_is.md +++ b/docs/introduction/1000-what_is.md @@ -1,5 +1,5 @@ --- -slug: / +slug: /1200/what/ --- # What is Dagger? diff --git a/website/sidebars.js b/website/sidebars.js index 1f693727..48697469 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -66,8 +66,8 @@ module.exports = { }, { type: "link", - label: "🆕 Dagger Europa 🆕", - href: "/1200/local-dev", + label: "Dagger 0.2 ➡️", + href: "/", }, ], europa: [ @@ -90,9 +90,7 @@ module.exports = { "core-concepts/plan", "core-concepts/client", "core-concepts/secrets", - "core-concepts/caching", "core-concepts/container-images", - "core-concepts/packages", ], }, { @@ -107,8 +105,8 @@ module.exports = { }, { type: "link", - label: "🕸 pre-Europa 🕸", - href: "/", + label: "⬅️ Dagger 0.1", + href: "/1200/what/", }, ], };