Describe the bug
I was trying to pull up the docs to look into some of the packages available and was greeted with the following error after clicking Docs at the top of the site:

To Reproduce
Steps to reproduce the behavior:
- Go to Nishan homepage.
- Click on 'Docs' in the toolbar.
- Note the error received, and the path attempted (
/docs/root).
Expected behavior
I'd expect to be directed to the /docs endpoint with the documentation.
Screenshots
I've attached screenshots above.
Desktop (please complete the following information):
- OS: macOS Version 11.2.1 (Build 20D74)
- Browser: Chrome
- Version 89.0.4389.90 (Official Build) (x86_64)
Additional context
From what I can tell, it's simply the Docs element/tag routing to an invalid path (/docs/root) instead of the correct one (/docs).
Describe the bug
I was trying to pull up the docs to look into some of the packages available and was greeted with the following error after clicking Docs at the top of the site:
To Reproduce
Steps to reproduce the behavior:
/docs/root).Expected behavior
I'd expect to be directed to the
/docsendpoint with the documentation.Screenshots
I've attached screenshots above.
Desktop (please complete the following information):
Additional context
From what I can tell, it's simply the Docs element/tag routing to an invalid path (
/docs/root) instead of the correct one (/docs).