Skip to content

Commit

Permalink
Merge pull request #166 from uwindsorcss/refactor-hyphenated-slugs
Browse files Browse the repository at this point in the history
refactor: Use Hyphenated Slugs
  • Loading branch information
BorhanSaflo authored Sep 12, 2023
2 parents fbc4a59 + 1244ae1 commit 03b798d
Show file tree
Hide file tree
Showing 115 changed files with 279 additions and 273 deletions.
2 changes: 1 addition & 1 deletion ACKNOWLEDGEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The CSS student wiki uses third-party codes and plug-ins. In this document, you

## TanStack Table v7

- Location: [offering_generator.jsx](courses\offering\offering_generator.jsx)
- Location: [offering-generator.jsx](courses\offering\offering-generator.jsx)
- Usage: used both plug-in and parts of example code.
- Original Code: https://github.com/TanStack/table/blob/v7/examples/filtering/src/App.js.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@ module.exports = {
},
{
type: "doc",
id: "importantDates",
id: "important-dates",
},
{
type: "doc",
id: "textbooks",
},
{
type: "doc",
id: "course_overload",
id: "course-overload",
},
{
type: "category",
label: "Awards",
items: ["awards/findingAwards", "awards/awardApplication"],
items: ["awards/finding-awards", "awards/award-application"],
},
{
type: "category",
label: "Research",
items: ["research/doingresearch", "research/outstandingscholars"],
items: ["research/doing-research", "research/outstanding-scholars"],
},
{
type: "category",
label: "Support Resources",
items: [
"support/academicsupport",
"support/academiccomplaints",
"support/mentalhealth",
"support/physicalhealth",
"support/academic-support",
"support/academic-complaints",
"support/mental-health",
"support/physical-health",
],
},
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: archivedImportantDates
id: archived-important-dates
title: Archived Important Dates
sidebar_label: Archived Important Dates
slug: /archivedImportantDates
slug: /archived-important-dates
---

_Last updated on 2023/07/04_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: awardApplication
id: award-application
title: Applying for Awards
sidebar_label: Applying for Awards
slug: /awardApplication
slug: /award-application
---

_Last updated on 2023/08/20_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: findingAwards
id: finding-awards
title: Finding Awards
sidebar_label: Finding Awards
slug: /findingAwards
slug: /finding-awards
---

_Last updated on 2023/08/04_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: course_overload
id: course-overload
title: Course Overload Guide
sidebar_label: Course Overload
slug: /course-overload
Expand Down
4 changes: 2 additions & 2 deletions academics/ImportantDates.md → academics/important-dates.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: importantDates
id: important-dates
title: Important Dates
sidebar_label: Important Dates
slug: /importantDates
slug: /important-dates
---

_Last updated on 2023/07/04_
Expand Down
22 changes: 11 additions & 11 deletions academics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ sidebar_label: Index
slug: /
---

- [Important Dates](/academics/ImportantDates.md)
- [Textbook Guide](/academics/Textbooks.md)
- [Course Overload Guide](/academics/course_overload.md)
- [Important Dates](/academics/important-dates.md)
- [Textbook Guide](/academics/textbooks.md)
- [Course Overload Guide](/academics/course-overload.md)
- Awards
- [Finding Awards](/academics/awards/findingAwards.md)
- [Applying for Awards](/academics/awards/awardApplication.md)
- [Finding Awards](/academics/awards/finding-awards.md)
- [Applying for Awards](/academics/awards/award-application.md)
- Research
- [Getting Involved with Research](/academics/research/doingresearch.md)
- [Outstanding Scholars](/academics/research/outstandingscholars.md)
- [Getting Involved with Research](/academics/research/doing-research.md)
- [Outstanding Scholars](/academics/research/outstanding-scholars.md)
- Support Resources
- [Academic Support Resources](/academics/support/academicsupport.md)
- [Academic Complaints](/academics/support/academiccomplaints.md)
- [Mental Health Resources](/academics/support/mentalhealth.md)
- [Physical Health Resources](/academics/support/physicalhealth.md)
- [Academic Support Resources](/academics/support/academic-support.md)
- [Academic Complaints](/academics/support/academic-complaints.md)
- [Mental Health Resources](/academics/support/mental-health.md)
- [Physical Health Resources](/academics/support/physical-health.md)
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: doingresearch
id: doing-research
title: Getting Involved with Research
sidebar_label: Getting Involved with Research
slug: /doingresearch
slug: /doing-research
---

## Is Research Right for You?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: outstandingscholars
id: outstanding-scholars
title: Outstanding Scholars
sidebar_label: Outstanding Scholars
slug: /outstandingscholars
slug: /outstanding-scholars
---

_Last updated on 2022/10/09_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: academiccomplaints
id: academic-complaints
title: Academic Complaints
sidebar_label: Academic Complaints
slug: /academiccomplaints
slug: /academic-complaints
---

_Last updated on 2023/01/11_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: academicsupport
id: academic-support
title: Academic Support Resources
sidebar_label: Academic Support Resources
slug: /academicsupport
slug: /academic-support
---

_Last updated on 2022/05/18_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: mentalhealth
id: mental-health
title: Mental Health Resources
sidebar_label: Mental Health Resources
slug: /mentalhealth
slug: /mental-health
---

_Last updated on 2022/05/15_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: physicalhealth
id: physical-health
title: Physical Health Resources
sidebar_label: Physical Health Resources
slug: /physicalhealth
slug: /physical-health
---

_Last updated on 2022/05/22_
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions careers/careers_sidebars.js → careers/careers-sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ module.exports = {
},
{
type: "doc",
id: "choosingcoop",
id: "choosing-coop",
},
{
type: "doc",
id: "coopsequence",
id: "coop-sequence",
},
{
type: "doc",
id: "findingajob",
id: "finding-jobs",
},
{
type: "doc",
id: "coverletter",
id: "cover-letters",
},
{
type: "doc",
Expand All @@ -38,7 +38,7 @@ module.exports = {
},
{
type: "doc",
id: "workinus",
id: "working-in-the-us",
},
],
};
4 changes: 2 additions & 2 deletions careers/choosingcoop.md → careers/choosing-coop.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: choosingcoop
id: choosing-coop
title: Is Co-Op Right For You?
sidebar_label: Is Co-Op Right For You?
slug: /choosingcoop
slug: /choosing-coop
---

_Last updated on 2022/05/18_
Expand Down
2 changes: 1 addition & 1 deletion careers/choosing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ slug: /choosing
| Listings/Application | Co-op portal lists all companies. Applications usually done within the portal | On your own to find/apply to companies. |

[0]: https://reddit.com/r/cscareerquestions
[1]: /careers/finding_jobs
[1]: /careers/finding-jobs
[2]: /careers/resumes
4 changes: 2 additions & 2 deletions careers/coopsequence.md → careers/coop-sequence.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: coopsequence
id: coop-sequence
title: Standard Co-Op Sequence
sidebar_label: Standard Co-Op Sequence
slug: /coop_sequence
slug: /coop-sequence
---

_Last updated on 2022/03/21_
Expand Down
4 changes: 2 additions & 2 deletions careers/coverletter.md → careers/cover-letters.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: coverletter
id: cover-letters
title: Cover Letters
sidebar_label: Cover Letters
slug: /cover_letters
slug: /cover-letters
---

#### Todo: Talk to Co-Op to expand this section.
4 changes: 2 additions & 2 deletions careers/findingjobs.md → careers/finding-jobs.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: findingajob
id: finding-jobs
title: Finding Jobs
sidebar_label: Finding Jobs
slug: /finding_jobs
slug: /finding-jobs
---

See [Eric's presentation][2] on behalf of CSS for landing internships. It covers a bit of everything,
Expand Down
10 changes: 5 additions & 5 deletions careers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ slug: /

- [FAQ](/careers/faq.md)
- [Co-Op Versus Internship](/careers/choosing.md)
- [Is Co-Op Right For You?](/careers/choosingcoop.md)
- [Standard Co-Op Sequence](/careers/coopsequence.md)
- [Finding Jobs](/careers/findingjobs.md)
- [Cover Letters](/careers/coverletter.md)
- [Is Co-Op Right For You?](/careers/choosing-coop.md)
- [Standard Co-Op Sequence](/careers/coop-sequence.md)
- [Finding Jobs](/careers/finding-jobs.md)
- [Cover Letters](/careers/cover-letters.md)
- [Resumes](/careers/resume.md)
- [Interviews](/careers/interviewing.md)
- [Working in the United States](/careers/workinus.md)
- [Working in the United States](/careers/working-in-the-us.md)
4 changes: 2 additions & 2 deletions careers/workinus.md → careers/working-in-the-us.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: workinus
id: working-in-the-us
title: Working in the United States
sidebar_label: Working in the United States
slug: /working_in_the_us
slug: /working-in-the-us
---

## Working in the US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 1000 - Overview
sidebar_label: COMP-1000
slug: /COMP-1000/overview
slug: /comp-1000/overview
---

## Course Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 1047 - Overview
sidebar_label: COMP-1047
slug: /COMP-1047/overview
slug: /comp-1047/overview
---

## Course Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 1400 - Overview
sidebar_label: COMP-1400
slug: /COMP-1400/overview
slug: /comp-1400/overview
---

## Course Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 1410 - Overview
sidebar_label: COMP-1410
slug: /COMP-1410/overview
slug: /comp-1410/overview
---

## Course Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 2057 - Overview
sidebar_label: COMP-2057
slug: /COMP-2057/overview
slug: /comp-2057/overview
---

## Course Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 2067 - Overview
sidebar_label: COMP-2067
slug: /COMP-2067/overview
slug: /comp-2067/overview
---

## Course Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 2077 - Overview
sidebar_label: COMP-2077
slug: /COMP-2077/overview
slug: /comp-2077/overview
---

## Course Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 2097 - Overview
sidebar_label: COMP-2097
slug: /COMP-2097/overview
slug: /comp-2097/overview
---

## Course Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: COMP 2120 - Overview
sidebar_label: COMP-2120
slug: /COMP-2120/overview
slug: /comp-2120/overview
---

## Course Title
Expand Down
Loading

0 comments on commit 03b798d

Please sign in to comment.