Skip to content

Commit

Permalink
Merge pull request #165 from pk-work/openapi_examples
Browse files Browse the repository at this point in the history
feat: add OpenAPI examples
  • Loading branch information
pk-work authored Nov 15, 2024
2 parents 289e35c + dbe6581 commit 0284f2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/metadata/5.0.0-SNAPSHOT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ delete find(docs, "vertx-opentelemetry").label
delete find(docs, "vertx-json-schema").label
delete find(docs, "vertx-http-proxy").label
delete find(docs, "vertx-web-proxy").label
delete find(docs, "vertx-openapi").label
delete find(docs, "vertx-web-openapi-router").label
delete find(docs, "vertx-grpc").label

// Update examples
Expand All @@ -47,6 +45,10 @@ find(docs, "vertx-camel-bridge").examples =
"https://github.com/vert-x3/vertx-examples/tree/5.x/camel-bridge-examples"
find(docs, "vertx-consul-client").examples =
"https://github.com/vert-x3/vertx-examples/tree/5.x/consul-examples"
find(docs, "vertx-openapi").examples =
"https://github.com/vert-x3/vertx-examples/tree/5.x/openapi-examples"
find(docs, "vertx-web-openapi-router").examples =
"https://github.com/vert-x3/vertx-examples/tree/5.x/web-examples/src/main/java/io/vertx/example/web/openapi_router"
find(docs, "vertx-grpc").examples =
"https://github.com/vert-x3/vertx-examples/tree/5.x/grpc-examples"
find(docs, "vertx-junit5").examples =
Expand Down

0 comments on commit 0284f2b

Please sign in to comment.