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

Operations anchors don't navigate to the corresponding document area #485

Closed
ValeryShvyndzikau opened this issue Jan 7, 2024 · 1 comment · Fixed by #497
Closed

Operations anchors don't navigate to the corresponding document area #485

ValeryShvyndzikau opened this issue Jan 7, 2024 · 1 comment · Fixed by #497
Labels
bug Something isn't working

Comments

@ValeryShvyndzikau
Copy link

Hi AsyncAPI team,
It looks like "Operations" anchors don't navigate to the corresponding section within the document. Could you please take a look
image

@ValeryShvyndzikau ValeryShvyndzikau added the bug Something isn't working label Jan 7, 2024
@bjhartin
Copy link

@ValeryShvyndzikau I encountered this, and until they have a fix, there is an easy workaround:

sed -i "s/operation-send/operation-publish/g"  output/contract/index.html 
sed -i "s/operation-receive/operation-subscribe/g" output/contract/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants