generated from nhcarrigan/template
feat: document eslint-config, alt-gen, and naomiai (#54)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/54 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -114,6 +114,11 @@ export const navigation = [
|
||||
{
|
||||
label: "Project Documentation",
|
||||
items: [
|
||||
{
|
||||
label: "ESLint Config",
|
||||
link: "/projects/eslint-config",
|
||||
badge: { text: "v5.1.0", variant: "tip"}
|
||||
},
|
||||
{
|
||||
label: "Task Bot",
|
||||
link: "/projects/task-bot",
|
||||
@ -123,8 +128,18 @@ export const navigation = [
|
||||
label: "Translation Bot",
|
||||
link: "/projects/translation-bot",
|
||||
badge: { text: "v1.0.0", variant: "tip"}
|
||||
},
|
||||
{
|
||||
label: "NaomiAI",
|
||||
link: "/projects/naomiai",
|
||||
badge: { text: "v1.0.0", variant: "tip"}
|
||||
},
|
||||
{
|
||||
label: "AltGenerator",
|
||||
link: "/projects/alt-gen",
|
||||
badge: { text: "v1.0.0", variant: "tip"}
|
||||
}
|
||||
]
|
||||
].sort((a, b) => a.label.localeCompare(b.label))
|
||||
},
|
||||
{
|
||||
label: "Staff Guidelines",
|
||||
|
Reference in New Issue
Block a user