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

DOCS: Fix openapi links #7431

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Loading