Update sidebar
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 17s

This commit is contained in:
thepaperpilot 2024-06-05 23:10:42 -05:00
parent ffbae96efd
commit 7d1098aaec

View file

@ -187,10 +187,15 @@ module.exports = {
` }, link: "https://incremental.social/u/thepaperpilot" } ` }, link: "https://incremental.social/u/thepaperpilot" }
], ],
sidebar: [ sidebar: [
{ text: "My Projects", link: "/garden/my-projects" }, {
{ text: "Guide to Incrementals", link: "/garden/guide-to-incrementals" }, text: "Recommended Pages",
{ text: "The Small Web", link: "/garden/the-small-web" }, items: [
{ text: "Fedi v2", link: "/garden/fedi-v2" }, { text: "My Projects", link: "/garden/my-projects" },
{ text: "Guide to Incrementals", link: "/garden/guide-to-incrementals" },
{ text: "The Small Web", link: "/garden/the-small-web" },
{ text: "Fedi v2", link: "/garden/fedi-v2" },
]
},
{ text: "Changelog", link: "/changelog" } { text: "Changelog", link: "/changelog" }
] ]
} }