We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'.
When you go to https://www.asyncapi.com/docs/reference/specification/v3.0.0-explorer, it should render the page
Brave
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
How to Reproduce
🥦 Browser
Brave
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: