kpn / kpn-style

Reusable (style) packages for anyone working on front-end for KPN.
https://style.kpn.com
MIT License
17 stars 4 forks source link

Going to a specific link in the docs does not work #7

Closed woile closed 4 years ago

woile commented 4 years ago

Current state Specific documentation links do not work.

Desired state Going to a link like "side bar" should open the documentation there.

Description Going to a link like: https://style.kpn.com/layout/side-bar throws a 404 not found. This is probably related somehow to react routes.

image

benmb1984 commented 4 years ago

Github pages does not support the React BrowserRouter so we changed to HashRouter