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
Right now, I cannot have a link that corresponds to a modal on the ecosystem page. I.e. if I want to link to the Spring tile, I'm unable to.
Ideally, this would work:
This could be done with a URL path fragment, i.e. https://www.openpolicyagent.org/docs/latest/ecosystem/#envoy or something like that.
https://www.openpolicyagent.org/docs/latest/ecosystem/#envoy
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days.
Sorry, something went wrong.
website/ecosystem: use location.hash to track open modal
ca9d17a
This lets us link to a certain tile of the ecosystem page, e.g. https://openpolicyagent.org/docs/edge/ecosystem/#styra-das-detail Fixes open-policy-agent#4667. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
website/ecosystem: use location.hash to track open modal (#4750)
68653fc
This lets us link to a certain tile of the ecosystem page, e.g. https://openpolicyagent.org/docs/edge/ecosystem/#styra-das-detail Fixes #4667. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
Successfully merging a pull request may close this issue.
Right now, I cannot have a link that corresponds to a modal on the ecosystem page. I.e. if I want to link to the Spring tile, I'm unable to.
Ideally, this would work:
This could be done with a URL path fragment, i.e.
https://www.openpolicyagent.org/docs/latest/ecosystem/#envoy
or something like that.The text was updated successfully, but these errors were encountered: