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

Update template_funcs.go #567

Merged
merged 5 commits into from
Nov 14, 2024

Conversation

sheidkamp
Copy link
Contributor

@sheidkamp sheidkamp commented Nov 14, 2024

We are removing external API documentation from our docs, so we need to stop linking to them when generating docs from protobufs.

The current solution is to no longer render the link, as there are complications in programmatically determining the correct externally hosted documentation location and version.

Discussion with docs: https://solo-io-corp.slack.com/archives/C03MFATU265/p1731608037978029?thread_ts=1731598700.372589&cid=C03MFATU265

Example change when pulled into gloo:
before:

| `responseTransformation` | [.envoy.api.v2.filter.http.TransformationTemplate](../../../../external/envoy/extensions/transformation/transformation.proto.sk/#transformationtemplate) |  |

after

| `responseTransformation` | .envoy.api.v2.filter.http.TransformationTemplate |  |

Example usage: solo-io/gloo#10065

@solo-changelog-bot
Copy link

Issues linked to changelog:
https://github.com/solo-io/solo-projects/issues/6768

davidjumani
davidjumani previously approved these changes Nov 14, 2024
@soloio-bulldozer soloio-bulldozer bot merged commit 57e43a2 into main Nov 14, 2024
2 checks passed
@soloio-bulldozer soloio-bulldozer bot deleted the sheidkamp/support-remove-external-apis branch November 14, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants