OpenBeta / docs.openbeta.io

OpenBeta official documentation
https://docs.openbeta.io
4 stars 8 forks source link

On the documentation page "clicking the home button" does not working ! #22

Open Ashu104 opened 1 year ago

Ashu104 commented 1 year ago

Steps to Reproduce

link to the page (https://docs.openbeta.io/)

Screenshots

(https://github.com/OpenBeta/open-tacos/assets/76779072/746cbfcd-8382-4096-a84d-e9ca7c7b9935)

Expected Behavior

you can also check how it should be work on https://www.summitpost.org/phpBB3/

  1. Navigation to the Home Page: The website's server processes your click and redirects your browser to the designated home page URL. This action takes you back to the starting or main page of the website.

  2. Resetting the Browsing Context: Clicking the home button resets the browsing context, meaning any temporary changes or states that occurred on the previous page (e.g., scrolled position, form input, filters, etc.) are typically reset to their default values on the home page.

  3. Page Reload or Cache Usage: Depending on the website's design, clicking the home button may trigger a page reload, ensuring that you see the most up-to-date version of the home page. However, if the home page has been cached in your browser, it may load from the cache instead, providing a faster loading experience.

Current Behavior

Clicking the home button not working right now!

Browser & version

Google Chrome Version 113.0.5672.93

Operating system

Windows 11

clintonlunn commented 1 year ago

@Ashu104 Thanks for bringing this issue up! This is actually not related to this repository, but rather to the docs.openbeta.io repo at https://github.com/OpenBeta/docs.openbeta.io/blob/9a2978673c850906266187248833c0f08e8ca055/docusaurus.config.js#L67-L70 and https://github.com/OpenBeta/docs.openbeta.io/blob/9a2978673c850906266187248833c0f08e8ca055/docusaurus.config.js#L53C10-L57

I'm going to transfer that issue over to that project.

Ashu104 commented 1 year ago

Hi @clintonlunn !! Glad, you really look out for the issue and recognize it. This is a great project and I'll always try to my limit to make even a little contribution.

clintonlunn commented 1 year ago

@Ashu104 feel free to submit a pr to fix and let us know if you have any questions!