feat: add new projects to documentation
Node.js CI / Lint and Test (push) Failing after 34s

This commit is contained in:
2025-10-31 21:27:00 -07:00
parent cee172a5d6
commit 1ad784344c
9 changed files with 3462 additions and 0 deletions
+40
View File
@@ -591,6 +591,46 @@ export const navigation = [
label: "TypeScript Config",
link: "/projects/typescript-config",
badge: { text: "v4.0.0", variant: "tip" },
},
{
label: "Discord Analytics",
link: "/projects/discord-analytics",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Eclaire",
link: "/projects/eclaire",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "freeCodeCamp Review Generator",
link: "/projects/freecodecamp-review-generator",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Keiko",
link: "/projects/keiko",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Meeting Minutes",
link: "/projects/meeting-minutes",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Nomena",
link: "/projects/nomena",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Scripts",
link: "/projects/scripts",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Sylvara",
link: "/projects/sylvara",
badge: { text: "unreleased", variant: "danger" },
}
].sort((a, b) => a.label.localeCompare(b.label)),
},