generated from nhcarrigan/template
Related to #23, closes #20 Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/25 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
110 lines
2.0 KiB
TypeScript
110 lines
2.0 KiB
TypeScript
export const navigation = [
|
|
{
|
|
label: "About Us",
|
|
items: [
|
|
{
|
|
label: "Hire us!",
|
|
link: "/about/hire"
|
|
},
|
|
{
|
|
label: "Support Our Work 💜",
|
|
link: "/about/donate"
|
|
},
|
|
{
|
|
label: "Contact",
|
|
link: "/about/contact"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
label: "Legal Information",
|
|
items: [
|
|
{
|
|
label: "Terms of Service",
|
|
link: "/legal/terms"
|
|
},
|
|
{
|
|
label: "Privacy Policy",
|
|
link: "/legal/privacy"
|
|
},
|
|
{
|
|
label: "Software License",
|
|
link: "/legal/license"
|
|
},
|
|
{
|
|
label: "Security Policy",
|
|
link: "/legal/security"
|
|
},
|
|
{
|
|
label: "DMCA and Copyright",
|
|
link: "/legal/dmca"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
label: "Community Policies",
|
|
items: [
|
|
{
|
|
label: "Code of Conduct",
|
|
link: "/community/coc"
|
|
},
|
|
{
|
|
label: "Community Guidelines",
|
|
link: "/community/guide"
|
|
},
|
|
{
|
|
label: "Appeal a Sanction",
|
|
link: "/community/appeal"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
label: "Development Documentation",
|
|
items: [
|
|
{
|
|
label: "Contributing Guide",
|
|
link: "/dev/contributing"
|
|
},
|
|
{
|
|
label: "Contributor Covenant",
|
|
link: "/dev/covenant"
|
|
},
|
|
{
|
|
label: "Issue/PR Labels",
|
|
link: "/dev/labels"
|
|
},
|
|
{
|
|
label: "Development Environment",
|
|
link: "/dev/environment"
|
|
},
|
|
{
|
|
label: "Server Setup",
|
|
link: "/dev/servers"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
label: "Project Documentation",
|
|
items: [
|
|
{
|
|
label: "Task Bot",
|
|
link: "/projects/task-bot",
|
|
badge: { text: "v1.0.0", variant: "tip"}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
label: "Staff Guidelines",
|
|
items: [
|
|
{
|
|
label: "Staff Handbook",
|
|
link: "/staff/handbook"
|
|
},
|
|
{
|
|
label: "Join our Team",
|
|
link: "/staff/apply"
|
|
}
|
|
]
|
|
}
|
|
]
|