uwindsorcss / wiki

A student-created wiki tailored for CS students
https://uwindsorcss.github.io/wiki/
6 stars 14 forks source link

Fix: home link always lighting up #112

Closed prairir closed 2 years ago

prairir commented 2 years ago

What are you trying to accomplish?

Fix #103

How are you accomplishing it?

That is because nav bar api was done weirdly with docusaurus. It doesnt fully expose react router so there is weirdness. It doesnt have an exact match option so im forcing it.

I added regex to match /wiki/ exactly to be lit up.

Is there anything reviewers should know?

This would cause issues if we ever change the URL base.

Checks before you create your pull request