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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Spec Explorer link in Docs #3427

Closed
2 tasks done
dishafaujdar opened this issue Nov 24, 2024 · 0 comments
Closed
2 tasks done

fix: Spec Explorer link in Docs #3427

dishafaujdar opened this issue Nov 24, 2024 · 0 comments
Labels

Comments

@dishafaujdar
Copy link

Describe the bug.

The browser requests in
https://github.com/asyncapi/website/blob/master/components/data/buckets.ts#L96
'Explorer,' but the App Router in
https://github.com/asyncapi/website/blob/master/components/layout/DocsLayout.tsx#L92
is looking for 'explorer.' It does not find it and returns an HTTP 404 error in the local environment.

This PR fixes the inconsistency, ensuring the link always returns the correct page after clicking on 'Docs / Specification Explorer'.

Expected behavior

When you go to https://www.asyncapi.com/docs/reference/specification/v3.0.0-explorer, it should render the page

Screenshots

image

How to Reproduce

  1. go to https://www.asyncapi.com/docs/reference/specification/v3.0.0-Explorer this shows 404

🥦 Browser

Brave

👀 Have you checked for similar open issues?

  • I checked and didn't find similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

Yes I am willing to submit a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant