chore(docs): prevent readme overwrite (#10170)

# Which Problems Are Solved

To generate the docs, we rely on a protoc plugin to generate an openAPI
definition from connectRPC / proto.
Since the plugin is not available on buf.build, we currently download
the released version. As the tar contains a licence and a readme, this
overwrote existing internal files.

# How the Problems Are Solved

Download and extract the plugin in a separate folder and update
buf.gen.yaml accordingly.

# Additional Changes

None

# Additional Context

relates to #9483
This commit is contained in:
Livio Spring
2025-07-07 03:28:38 -04:00
committed by GitHub
parent 27cd1d8518
commit aa8edee50b
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ plugins:
- allow_delete_body
- remove_internal_comments=true
- preserve_rpc_order=true
- local: ./protoc-gen-connect-openapi
- local: ./protoc-gen-connect-openapi/protoc-gen-connect-openapi
out: .artifacts/openapi3
strategy: all
opt: