You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The links in the parse-serverAPI page are broken. Clicking on them changes the page hash but doesn't scroll to the associated section.
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
One solution is to simply add the id attribute to all the headings so that the browser handles the scrolling without any additional config. For example for the "Using Environment Variables" link, the hash changes to #using-environment-variables, so the associated <h2> in the page should have id="using-environment-variables". This should be done for all the nav links.
The text was updated successfully, but these errors were encountered:
CodeWithOz
changed the title
🐛
🐛 Navigation links in the API page are broken
Jul 26, 2022
Describe the bug
The links in the
parse-server
API page are broken. Clicking on them changes the page hash but doesn't scroll to the associated section.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clicking on the link should scroll to the associated section.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
One solution is to simply add the
id
attribute to all the headings so that the browser handles the scrolling without any additional config. For example for the "Using Environment Variables" link, the hash changes to#using-environment-variables
, so the associated<h2>
in the page should haveid="using-environment-variables"
. This should be done for all the nav links.The text was updated successfully, but these errors were encountered: