feat: add documentation for callista
Node.js CI / Lint and Test (push) Failing after 29s

This commit is contained in:
2025-10-04 18:50:08 -07:00
parent 65d9405fa9
commit 2957a572f5
2 changed files with 378 additions and 0 deletions
+5
View File
@@ -292,6 +292,11 @@ export const navigation = [
label: "Veluna",
link: "/projects/veluna",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Callista",
link: "/projects/callista",
badge: { text: "v1.0.0", variant: "tip" },
}
].sort((a, b) => a.label.localeCompare(b.label)),
},