release: v1.0.0
Node.js CI / Lint and Test (push) Failing after 34s

This commit is contained in:
2025-10-29 13:33:32 -07:00
parent 2f2ee1c09d
commit 4a5a15d2da
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -297,6 +297,11 @@ export const navigation = [
label: "Callista",
link: "/projects/callista",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Documentation Site",
link: "/projects/docs",
badge: { text: "v1.0.0", variant: "tip" },
}
].sort((a, b) => a.label.localeCompare(b.label)),
},