From e3f72639517370f2d0e2efb6f7c0ca6a06adc02f Mon Sep 17 00:00:00 2001 From: David Martin Date: Thu, 7 Mar 2024 16:25:02 +0000 Subject: [PATCH] Remove missing image --- doc/openapi-apicurio.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/openapi-apicurio.md b/doc/openapi-apicurio.md index 3025a17..974fd53 100644 --- a/doc/openapi-apicurio.md +++ b/doc/openapi-apicurio.md @@ -18,7 +18,7 @@ Open or import your OpenAPI spec in the APICurio UI. You can modify the source of the spec from the UI. There are a few different configuration and extension points supported by APICurio, and also supported by the `kuadrantctl` cli. -To generate a [HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/) for the API, add the following `x-kuadrant` block to your spec, replacing values to match your APIs details and the location of your Gateway. +To generate a [HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/) for the API, add the following `x-kuadrant` block to your spec in the UI, replacing values to match your APIs details and the location of your Gateway. ```yaml info: @@ -34,10 +34,6 @@ info: kind: Gateway ``` -When added, the UI will show this in the Vendor Extensions section: - -![APICurio HTTPRoute Vendor Extension](./images/apicurio-vendor-extension-backend.png) - See [this guide](./generate-gateway-api-httproute.md) for more info on generating a HTTPRoute. To generate an [AuthPolicy](https://docs.kuadrant.io/kuadrant-operator/doc/auth/), add a `securityScheme` to the components block.