chore: update navigation, last sweep
Node.js CI / Lint and Test (pull_request) Failing after 27s

This commit is contained in:
2025-09-15 23:07:51 -07:00
parent 87cb73cb29
commit 48ea68b2f5
23 changed files with 61 additions and 62 deletions
+51 -11
View File
@@ -7,7 +7,7 @@ export const navigation = [
link: "/about/mission",
},
{
label: "Sustainability",
label: "Environmental Impact Commitment",
link: "/about/sustainability",
},
{
@@ -19,11 +19,11 @@ export const navigation = [
link: "/about/donate",
},
{
label: "Contact",
label: "Contact Policy",
link: "/about/contact",
},
{
label: "Mentorship",
label: "Mentorship Programme Terms and Conditions",
link: "/about/mentorship",
},
],
@@ -31,6 +31,10 @@ export const navigation = [
{
label: "Legal Information",
items: [
{
label: "Limitation of Liability and Indemnification Policy",
link: "/legal/liability",
},
{
label: "Terms of Service",
link: "/legal/terms",
@@ -40,23 +44,39 @@ export const navigation = [
link: "/legal/privacy",
},
{
label: "Software License",
label: "Naomi's Public License",
link: "/legal/license",
},
{
label: "Acceptable Use Policy",
link: "/legal/aup",
},
{
label: "Security Policy",
link: "/legal/security",
},
{
label: "DMCA and Copyright",
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: "Subprocessors List",
label: "Data Subprocessors",
link: "/legal/subprocessors",
},
{
label: "Government Actions",
label: "Export Control and Sanctions Compliance Policy",
link: "/legal/export-control",
},
{
label: "Government Actions and Compliance",
link: "/legal/government",
},
],
@@ -65,17 +85,29 @@ export const navigation = [
label: "Community Policies",
items: [
{
label: "Code of Conduct",
label: "Community Code of Conduct",
link: "/community/coc",
},
{
label: "Community Guidelines",
label: "Community Guidelines and Best Practices",
link: "/community/guide",
},
{
label: "Appeal a Sanction",
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",
},
],
},
{
@@ -254,7 +286,15 @@ export const navigation = [
link: "/staff/handbook",
},
{
label: "Join our Team",
label: "Volunteer Roles and Opportunities",
link: "/staff/roles",
},
{
label: "Position Hierarchy",
link: "/staff/hierarchy",
},
{
label: "Join Our Volunteer Team",
link: "/staff/apply",
},
],