Merge pull request #1934 from gerhard/move-dagger-0.1-link-back-to-the-bottom

Move Dagger 0.1 link back to the bottom
This commit is contained in:
Gerhard Lazu 2022-03-30 01:05:49 +01:00 committed by GitHub
commit 3ddf6c995c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
@ -127,5 +122,10 @@ module.exports = {
"use-cases/go-docker-swarm",
],
},
{
type: "link",
label: "⬅️ Dagger 0.1",
href: "/1200/what/",
},
],
};