generated from nhcarrigan/template
chore: update navigation
This commit is contained in:
@@ -747,6 +747,14 @@ export const navigation = [
|
|||||||
label: "Accessibility Coordination Training for Staff",
|
label: "Accessibility Coordination Training for Staff",
|
||||||
link: "/staff/training/accessibility-coordination",
|
link: "/staff/training/accessibility-coordination",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Bias Recognition and Mitigation Training for Staff",
|
||||||
|
link: "/staff/training/bias-recognition-mitigation",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Child Safety Training for Staff",
|
||||||
|
link: "/staff/training/child-safety",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Community Growth Specialist Training for Staff",
|
label: "Community Growth Specialist Training for Staff",
|
||||||
link: "/staff/training/community-growth-specialist",
|
link: "/staff/training/community-growth-specialist",
|
||||||
@@ -759,6 +767,14 @@ export const navigation = [
|
|||||||
label: "Conflict Resolution Training for Staff",
|
label: "Conflict Resolution Training for Staff",
|
||||||
link: "/staff/training/conflict-resolution",
|
link: "/staff/training/conflict-resolution",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Content Moderation Fundamentals Training for Staff",
|
||||||
|
link: "/staff/training/content-moderation-fundamentals",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Criminal Activity Training for Staff",
|
||||||
|
link: "/staff/training/criminal-activity",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Crisis Response Training for Staff",
|
label: "Crisis Response Training for Staff",
|
||||||
link: "/staff/training/crisis-response",
|
link: "/staff/training/crisis-response",
|
||||||
@@ -771,10 +787,22 @@ export const navigation = [
|
|||||||
label: "Data Analytics and Reporting Training for Staff",
|
label: "Data Analytics and Reporting Training for Staff",
|
||||||
link: "/staff/training/data-analytics-reporting",
|
link: "/staff/training/data-analytics-reporting",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Data Privacy and GDPR Compliance Training for Staff",
|
||||||
|
link: "/staff/training/data-privacy-gdpr",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "De-escalation Techniques Training for Staff",
|
||||||
|
link: "/staff/training/de-escalation-techniques",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Documentation and Transparency Training for Staff",
|
label: "Documentation and Transparency Training for Staff",
|
||||||
link: "/staff/training/documentation-transparency",
|
link: "/staff/training/documentation-transparency",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Harassment and Bullying Response Training for Staff",
|
||||||
|
link: "/staff/training/harassment-bullying-response",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Inclusive Moderation Training for Staff",
|
label: "Inclusive Moderation Training for Staff",
|
||||||
link: "/staff/training/inclusive-moderation",
|
link: "/staff/training/inclusive-moderation",
|
||||||
@@ -791,6 +819,10 @@ export const navigation = [
|
|||||||
label: "Technical Contributor Training for Staff",
|
label: "Technical Contributor Training for Staff",
|
||||||
link: "/staff/training/technical-contributor",
|
link: "/staff/training/technical-contributor",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Trauma-Informed Moderation Training for Staff",
|
||||||
|
link: "/staff/training/trauma-informed-moderation",
|
||||||
|
},
|
||||||
].sort((a, b) => a.label.localeCompare(b.label)),
|
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const convertTitleCaseToKebabCase = (string_: string): string => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
describe("projects documentation", () => {
|
describe("projects documentation", () => {
|
||||||
it("should include all public projects", async() => {
|
it("should include all public projects", {timeout: 10000}, async() => {
|
||||||
expect.hasAssertions();
|
expect.hasAssertions();
|
||||||
const projects = await getProjects();
|
const projects = await getProjects();
|
||||||
const docs = await readdir(join(__dirname, "..", "src", "content", "docs", "projects"));
|
const docs = await readdir(join(__dirname, "..", "src", "content", "docs", "projects"));
|
||||||
|
|||||||
Reference in New Issue
Block a user