generated from nhcarrigan/template
feat: add project documentation for Saisoku, Tyche, and Vivicrea
Node.js CI / Lint and Test (push) Failing after 33s
Node.js CI / Lint and Test (push) Failing after 33s
This commit is contained in:
@@ -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)),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user