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
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "documentation", "name": "documentation",
"type": "module", "type": "module",
"version": "0.0.1", "version": "1.0.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
+5
View File
@@ -297,6 +297,11 @@ export const navigation = [
label: "Callista", label: "Callista",
link: "/projects/callista", link: "/projects/callista",
badge: { text: "v1.0.0", variant: "tip" }, 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)), ].sort((a, b) => a.label.localeCompare(b.label)),
}, },