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 <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-03-30 00:47:40 +01:00
parent 734f1fe515
commit 84744d3435
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6

View File

@ -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/",
},
],
};