[Dunner Website] Add navigation using heading anchor tags
Github issue: https://github.com/leopardslab/dunner-website/issues/11
Anchor tags should be added for sub headings in a page and URLs referring to these headings should be directly accessible. This implementation is currently not working on Dunner website documentation.
Dunner website: https://dunner.io
For example:
When this URL is accessed directly, https://dunner.io/docs/user-guide#Advanced%20Usage it navigates to Advanced Usage section of the page. However when you go to https://dunner.io/docs/user-guide and click on "Advanced usage" link in right hand side menu bar, it does not navigate to the Advanced usafe section.
Expected behaviour is to make this navigation possible.
Deliverables: Send a Pull request here: https://github.com/leopardslab/dunner-website with the code to this enhancement.
Refer readme file https://github.com/leopardslab/dunner-website for steps to build website locally.