feat: document veluna
Node.js CI / Lint and Test (push) Failing after 31s

This commit is contained in:
2025-09-27 18:36:40 -07:00
parent 7962bbb710
commit ca6340b25f
2 changed files with 234 additions and 0 deletions
+5
View File
@@ -288,6 +288,11 @@ export const navigation = [
link: "/projects/umbrelle",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Veluna",
link: "/projects/veluna",
badge: { text: "v1.0.0", variant: "tip" },
}
].sort((a, b) => a.label.localeCompare(b.label)),
},
{