Skip to content

Commit

Permalink
openapi links were pointing to the Nima versions that have now been r…
Browse files Browse the repository at this point in the history
…emoved (#7431)
  • Loading branch information
ljamen authored Aug 23, 2023
1 parent dccce12 commit bd8f3bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 45 deletions.
33 changes: 0 additions & 33 deletions docs/includes/nima.adoc

This file was deleted.

8 changes: 4 additions & 4 deletions docs/includes/openapi/openapi-generator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ The next example runs the Helidon client generator using the same input file.
:example-project-type: client
.Creating or updating a client project using the OpenAPI generator CLI
//include::openapi-generator.adoc[tag=example-cli-usage]
include::openapi-generator.adoc[tag=example-cli-usage]
The key differences between the commands are:
Expand Down Expand Up @@ -535,9 +535,9 @@ The generated client code represents a true library. Typically, you do not need
// tag::common-references[]
== References
//* link:{openapi-generator-tool-site-url}[OpenAPI Generator Official Website]
* link:{openapi-generator-tool-site-url}[OpenAPI Generator Official Website]
//* link:{openapi-generator-tool-base-url}[OpenAPI Generator GitHub Repository]
* link:{openapi-generator-tool-base-url}[OpenAPI Generator GitHub Repository]
//* link:{openapi-spec-url}[OpenAPI specification]
* link:{openapi-spec-url}[OpenAPI specification]
// end::common-references[]
7 changes: 1 addition & 6 deletions docs/includes/pages.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ ifdef::mp-flavor[]
:metrics-page: {rootdir}/mp/metrics/metrics.adoc
:openapi-page: {rootdir}/mp/openapi/openapi.adoc
endif::[]
ifdef::nima-flavor[]
:health-page: {rootdir}/nima/health.adoc
:metrics-page: {rootdir}/nima/metrics/metrics.adoc
:openapi-page: {rootdir}/nima/openapi/openapi.adoc
endif::[]
:webclient-page: {rootdir}/nima/webclient.adoc
:webclient-page: {rootdir}/se/webclient.adoc
:restclient-page: {rootdir}/mp/restclient.adoc
:cli-page: {rootdir}/about/cli.adoc
4 changes: 2 additions & 2 deletions docs/se/openapi/openapi-generator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
include::{rootdir}/includes/se.adoc[]
//:helidon-client-xref: {webclient-page}
:helidon-client-xref: {webclient-page}
include::{gen-inc}[tag=preamble]
Expand Down Expand Up @@ -302,4 +302,4 @@ Your code should handle each of them in whatever ways make sense for your applic
include::{gen-inc}[tag=common-references]
//* xref:{helidon-client-xref}[Helidon WebClient documentation]
* xref:{helidon-client-xref}[Helidon WebClient documentation]

0 comments on commit bd8f3bd

Please sign in to comment.