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" }
],
sidebar: [
{
text: "Recommended Pages",
items: [
{ 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" }
]
}