generated from nhcarrigan/template
feat: various docs updates
This commit is contained in:
@ -4,112 +4,112 @@ export const navigation = [
|
||||
items: [
|
||||
{
|
||||
label: "Mission Statement",
|
||||
link: "/about/mission"
|
||||
link: "/about/mission",
|
||||
},
|
||||
{
|
||||
label: "Sustainability",
|
||||
link: "/about/sustainability"
|
||||
link: "/about/sustainability",
|
||||
},
|
||||
{
|
||||
label: "Hire us!",
|
||||
link: "/about/hire"
|
||||
link: "/about/hire",
|
||||
},
|
||||
{
|
||||
label: "Support Our Work 💜",
|
||||
link: "/about/donate"
|
||||
link: "/about/donate",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
link: "/about/contact"
|
||||
link: "/about/contact",
|
||||
},
|
||||
{
|
||||
label: "Mentorship",
|
||||
link: "/about/mentorship"
|
||||
}
|
||||
]
|
||||
link: "/about/mentorship",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Legal Information",
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service",
|
||||
link: "/legal/terms"
|
||||
link: "/legal/terms",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
link: "/legal/privacy"
|
||||
link: "/legal/privacy",
|
||||
},
|
||||
{
|
||||
label: "Software License",
|
||||
link: "/legal/license"
|
||||
link: "/legal/license",
|
||||
},
|
||||
{
|
||||
label: "Security Policy",
|
||||
link: "/legal/security"
|
||||
link: "/legal/security",
|
||||
},
|
||||
{
|
||||
label: "DMCA and Copyright",
|
||||
link: "/legal/dmca"
|
||||
link: "/legal/dmca",
|
||||
},
|
||||
{
|
||||
label: "Subprocessors List",
|
||||
link: "/legal/subprocessors"
|
||||
link: "/legal/subprocessors",
|
||||
},
|
||||
{
|
||||
label: "Government Actions",
|
||||
link: "/legal/government"
|
||||
}
|
||||
]
|
||||
link: "/legal/government",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Community Policies",
|
||||
items: [
|
||||
{
|
||||
label: "Code of Conduct",
|
||||
link: "/community/coc"
|
||||
link: "/community/coc",
|
||||
},
|
||||
{
|
||||
label: "Community Guidelines",
|
||||
link: "/community/guide"
|
||||
link: "/community/guide",
|
||||
},
|
||||
{
|
||||
label: "Appeal a Sanction",
|
||||
link: "/community/appeal"
|
||||
}
|
||||
]
|
||||
link: "/community/appeal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Development Documentation",
|
||||
items: [
|
||||
{
|
||||
label: "Contributing Guide",
|
||||
link: "/dev/contributing"
|
||||
link: "/dev/contributing",
|
||||
},
|
||||
{
|
||||
label: "Contributor Covenant",
|
||||
link: "/dev/covenant"
|
||||
link: "/dev/covenant",
|
||||
},
|
||||
{
|
||||
label: "Style Guide",
|
||||
link: "/dev/style"
|
||||
link: "/dev/style",
|
||||
},
|
||||
{
|
||||
label: "Issue/PR Labels",
|
||||
link: "/dev/labels"
|
||||
link: "/dev/labels",
|
||||
},
|
||||
{
|
||||
label: "Development Environment",
|
||||
link: "/dev/environment"
|
||||
link: "/dev/environment",
|
||||
},
|
||||
{
|
||||
label: "Server Setup",
|
||||
link: "/dev/servers"
|
||||
link: "/dev/servers",
|
||||
},
|
||||
{
|
||||
label: "VTubing Setup",
|
||||
link: "/dev/vtubing"
|
||||
}
|
||||
]
|
||||
link: "/dev/vtubing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Project Documentation",
|
||||
@ -117,41 +117,21 @@ export const navigation = [
|
||||
{
|
||||
label: "ESLint Config",
|
||||
link: "/projects/eslint-config",
|
||||
badge: { text: "v5.1.0", variant: "tip"}
|
||||
badge: { text: "v5.1.0", variant: "tip" },
|
||||
},
|
||||
{
|
||||
label: "Task Bot",
|
||||
link: "/projects/task-bot",
|
||||
badge: { text: "v1.0.0", variant: "tip"}
|
||||
},
|
||||
{
|
||||
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))
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
{
|
||||
label: "Staff Guidelines",
|
||||
items: [
|
||||
{
|
||||
label: "Staff Handbook",
|
||||
link: "/staff/handbook"
|
||||
link: "/staff/handbook",
|
||||
},
|
||||
{
|
||||
label: "Join our Team",
|
||||
link: "/staff/apply"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
link: "/staff/apply",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user