Default docs to Europa

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 <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-03-09 20:12:50 +00:00
parent 945b7293af
commit 9b22932cff
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6
3 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,5 @@
--- ---
slug: /1200/local-dev slug: /
displayed_sidebar: europa displayed_sidebar: europa
--- ---

View File

@ -1,5 +1,5 @@
--- ---
slug: / slug: /1200/what/
--- ---
# What is Dagger? # What is Dagger?

View File

@ -66,8 +66,8 @@ module.exports = {
}, },
{ {
type: "link", type: "link",
label: "🆕 Dagger Europa 🆕", label: "Dagger 0.2 ➡️",
href: "/1200/local-dev", href: "/",
}, },
], ],
europa: [ europa: [
@ -90,9 +90,7 @@ module.exports = {
"core-concepts/plan", "core-concepts/plan",
"core-concepts/client", "core-concepts/client",
"core-concepts/secrets", "core-concepts/secrets",
"core-concepts/caching",
"core-concepts/container-images", "core-concepts/container-images",
"core-concepts/packages",
], ],
}, },
{ {
@ -107,8 +105,8 @@ module.exports = {
}, },
{ {
type: "link", type: "link",
label: "🕸 pre-Europa 🕸", label: "⬅️ Dagger 0.1",
href: "/", href: "/1200/what/",
}, },
], ],
}; };