Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Navigation links in the API page are broken #889

Open
CodeWithOz opened this issue Jul 26, 2022 · 5 comments
Open

馃悰 Navigation links in the API page are broken #889

CodeWithOz opened this issue Jul 26, 2022 · 5 comments
Labels
bounty:$10 Fix this issue and receive a bounty under the Parse Bounty Program. type:bug

Comments

@CodeWithOz
Copy link

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:

  1. Go to the webpage
  2. Scroll down to the nav links below the sponsors
  3. Click on any of the links, none work.

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):

  • 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.

@CodeWithOz CodeWithOz changed the title 馃悰 馃悰 Navigation links in the API page are broken Jul 26, 2022
@mtrezza mtrezza added type:bug bounty:$10 Fix this issue and receive a bounty under the Parse Bounty Program. labels Jul 26, 2022
@cyb3rko
Copy link
Contributor

cyb3rko commented Aug 6, 2022

You can use https://github.com/parse-community/parse-server/blob/alpha/README.md for now, as it works there.

@codewithdev
Copy link
Contributor

@mtrezza could you please locate the file? So that I can make appropriate changes and make the navigation link clickable. Thanks

@mtrezza
Copy link
Member

mtrezza commented Oct 17, 2022

Locate which file?

@codewithdev
Copy link
Contributor

I tried finding the page https://parseplatform.org/parse-server/api/5.2.0/ in the source directory. But i was unable to locate the file.

@mtrezza
Copy link
Member

mtrezza commented Oct 17, 2022

This is an auto-generated composition of files, not sure what you are asking for. Do you mean the README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Fix this issue and receive a bounty under the Parse Bounty Program. type:bug
Projects
None yet
Development

No branches or pull requests

4 participants