I am trying to render md files that are located in the root directory of where the docs folder is located. The build is run succesfully but I get a 404 not found error on the pages where I locate outside of docs. Can someone help me?
nav:
- Get started:
- Introduction: /../README.md
- Documentation:
- Creating a new report: somefile.md
- Roles and Access: someotherfile.md
- Disaster Recovery:
- Disaster Recovery Plan: /../someotherdirectory/file.md
I am trying to render md files that are located in the root directory of where the docs folder is located. The build is run succesfully but I get a 404 not found error on the pages where I locate outside of docs. Can someone help me?