generated from nhcarrigan/template
feat: add fan art policy
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export const navigation = [
|
||||
{
|
||||
// #region About Us
|
||||
label: "About Us",
|
||||
collapsed: true,
|
||||
items: [
|
||||
@@ -49,6 +50,8 @@ export const navigation = [
|
||||
},
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
// #endregion
|
||||
// #region Legal Information
|
||||
{
|
||||
label: "Legal Information",
|
||||
collapsed: true,
|
||||
@@ -115,6 +118,8 @@ export const navigation = [
|
||||
},
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
// #endregion
|
||||
// #region Community Policies
|
||||
{
|
||||
label: "Community Policies",
|
||||
collapsed: true,
|
||||
@@ -143,8 +148,14 @@ export const navigation = [
|
||||
label: "Community Feedback and Participation Policy",
|
||||
link: "/community/feedback",
|
||||
},
|
||||
{
|
||||
label: "Community Fan Art Policy",
|
||||
link: "/community/fan-art",
|
||||
}
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
// #endregion
|
||||
// #region Development Documentation
|
||||
{
|
||||
label: "Development Documentation",
|
||||
collapsed: true,
|
||||
@@ -183,6 +194,8 @@ export const navigation = [
|
||||
}
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
// #endregion
|
||||
// #region Mentorship Programme
|
||||
{
|
||||
label: "Mentorship Programme",
|
||||
collapsed: true,
|
||||
@@ -279,6 +292,8 @@ export const navigation = [
|
||||
}
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
// #endregion
|
||||
// #region Project Documentation
|
||||
{
|
||||
label: "Project Documentation",
|
||||
collapsed: true,
|
||||
@@ -715,6 +730,8 @@ export const navigation = [
|
||||
},
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
// #endregion
|
||||
// #region Staff Guidelines
|
||||
{
|
||||
label: "Staff Guidelines",
|
||||
collapsed: true,
|
||||
@@ -835,6 +852,8 @@ export const navigation = [
|
||||
},
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
// #endregion
|
||||
// #region Miscellaneous Documents
|
||||
{
|
||||
label: "Miscellaneous Documents",
|
||||
collapsed: true,
|
||||
@@ -853,6 +872,8 @@ export const navigation = [
|
||||
}
|
||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||
},
|
||||
// #endregion
|
||||
// #region Sitemap
|
||||
{
|
||||
label: "Sitemap",
|
||||
link: "https://sitemap.nhcarrigan.com",
|
||||
|
||||
Reference in New Issue
Block a user