feat: add project documentation for Saisoku, Tyche, and Vivicrea
Node.js CI / Lint and Test (push) Failing after 33s

This commit is contained in:
2025-11-12 20:27:00 -08:00
parent fd1f3ff7bc
commit 6b482ec567
4 changed files with 1365 additions and 1 deletions
+16 -1
View File
@@ -631,7 +631,22 @@ export const navigation = [
label: "Sylvara",
link: "/projects/sylvara",
badge: { text: "unreleased", variant: "danger" },
}
},
{
label: "Saisoku",
link: "/projects/saisoku",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Tyche",
link: "/projects/tyche",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Vivicrea",
link: "/projects/vivicrea",
badge: { text: "v1.0.0", variant: "tip" },
},
].sort((a, b) => a.label.localeCompare(b.label)),
},
{