export const navigation = [ { label: "About Us", items: [ { label: "Mission Statement", link: "/about/mission", }, { label: "Environmental Impact Commitment", link: "/about/sustainability", }, { label: "Hire us!", link: "/about/hire", }, { label: "Support Our Work 💜", link: "/about/donate", }, { label: "Contact Policy", link: "/about/contact", }, { label: "Mentorship Programme Terms and Conditions", link: "/about/mentorship", }, ], }, { label: "Legal Information", items: [ { label: "Limitation of Liability and Indemnification Policy", link: "/legal/liability", }, { label: "Terms of Service", link: "/legal/terms", }, { label: "Privacy Policy", link: "/legal/privacy", }, { label: "Naomi's Public License", link: "/legal/license", }, { label: "Acceptable Use Policy", link: "/legal/aup", }, { label: "Security Policy", link: "/legal/security", }, { label: "Service Level Agreement and Warranty Disclaimer", link: "/legal/sla", }, { label: "Content and Moderation Policy", link: "/legal/content-moderation", }, { label: "DMCA and Intellectual Property Compliance Policy", link: "/legal/dmca", }, { label: "Data Subprocessors", link: "/legal/subprocessors", }, { label: "Export Control and Sanctions Compliance Policy", link: "/legal/export-control", }, { label: "Government Actions and Compliance", link: "/legal/government", }, ], }, { label: "Community Policies", items: [ { label: "Community Code of Conduct", link: "/community/coc", }, { label: "Community Guidelines and Best Practices", link: "/community/guide", }, { label: "Community Leadership and Governance Policy", link: "/community/leadership", }, { label: "Community Recognition and Appreciation Policy", link: "/community/recognition", }, { label: "Community Disciplinary Appeals Policy", link: "/community/appeal", }, { label: "Community Feedback and Participation Policy", link: "/community/feedback", }, ], }, { label: "Development Documentation", items: [ { label: "Contributing Guide", link: "/dev/contributing", }, { label: "Contributor Covenant", link: "/dev/covenant", }, { label: "Style Guide", link: "/dev/style", }, { label: "Issue/PR Labels", link: "/dev/labels", }, { label: "Development Environment", link: "/dev/environment", }, { label: "Server Setup", link: "/dev/servers", }, { label: "VTubing Setup", link: "/dev/vtubing", }, ], }, { label: "Project Documentation", items: [ { label: "ESLint Config", link: "/projects/eslint-config", badge: { text: "v5.1.0", variant: "tip" }, }, { label: "Aria Iuvo", link: "/projects/aria-iuvo", badge: { text: "v1.2.0", variant: "tip" }, }, { label: "Becca Lyria", link: "/projects/becca-lyria", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Naomi's Blog", link: "/projects/blog", badge: { text: "v0.1.0", variant: "caution" }, }, { label: "Celestine", link: "/projects/celestine", badge: { text: "v1.3.0", variant: "tip" }, }, { label: "Cordelia Taryne", link: "/projects/cordelia-taryne", badge: { text: "v1.1.0", variant: "tip" }, }, { label: "Gwen Abalise", link: "/projects/gwen-abalise", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Hikari", link: "/projects/hikari", badge: { text: "v0.0.0", variant: "danger" }, }, { label: "Maylin Taryne", link: "/projects/maylin-taryne", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Melody Iuvo", link: "/projects/melody-iuvo", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Mommy Bot", link: "/projects/mommy-bot", badge: { text: "v0.0.0", variant: "danger" }, }, { label: "Mommy", link: "/projects/mommy", badge: { text: "v0.0.0", variant: "danger" }, }, { label: "NHCarrigan Portfolio", link: "/projects/portfolio", badge: { text: "unversioned", variant: "success" }, }, { label: "Logger", link: "/projects/logger", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Resume", link: "/projects/resume", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Rosalia Nightsong", link: "/projects/rosalia-nightsong", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Static Pages", link: "/projects/static-pages", badge: { text: "unversioned", variant: "success" }, }, { label: "Website Headers", link: "/projects/website-headers", badge: { text: "v2.1.0", variant: "tip" }, }, { label: "Altaria", link: "/projects/altaria", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Caelia", link: "/projects/caelia", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Chibika", link: "/projects/chibika", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Lynira", link: "/projects/lynira", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Pavelle", link: "/projects/pavelle", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Serenya", link: "/projects/serenya", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Sorielle", link: "/projects/sorielle", badge: { text: "v1.0.0", variant: "tip" }, }, { label: "Umbrelle", link: "/projects/umbrelle", badge: { text: "v1.0.0", variant: "tip" }, }, ].sort((a, b) => a.label.localeCompare(b.label)), }, { label: "Staff Guidelines", items: [ { label: "Staff Handbook", link: "/staff/handbook", }, { label: "Volunteer Roles and Opportunities", link: "/staff/roles", }, { label: "Position Hierarchy", link: "/staff/hierarchy", }, { label: "Join Our Volunteer Team", link: "/staff/apply", }, ], }, { label: "Miscellaneous Documents", items: [ { label: "Managing Local Music", link: "/misc/music", }, ], }, { label: "Sitemap", link: "https://sitemap.nhcarrigan.com", attrs: { target: "_blank", }, }, ];