From 5ccc14e9e853d327cf97d397a92aadb7fbcf5b52 Mon Sep 17 00:00:00 2001 From: Lisa Jamen <31409174+ljamen@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:04:29 -0400 Subject: [PATCH] openapi links were pointing to the Nima versions that have now been removed --- docs/includes/nima.adoc | 33 -------------------- docs/includes/openapi/openapi-generator.adoc | 8 ++--- docs/includes/pages.adoc | 7 +---- docs/se/openapi/openapi-generator.adoc | 4 +-- 4 files changed, 7 insertions(+), 45 deletions(-) delete mode 100644 docs/includes/nima.adoc diff --git a/docs/includes/nima.adoc b/docs/includes/nima.adoc deleted file mode 100644 index 3246fd92a4e..00000000000 --- a/docs/includes/nima.adoc +++ /dev/null @@ -1,33 +0,0 @@ -/////////////////////////////////////////////////////////////////////////////// - - Copyright (c) 2023 Oracle and/or its affiliates. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -/////////////////////////////////////////////////////////////////////////////// - -ifndef::flavor-included[] - -:flavor-included: true - -ifndef::rootdir[:rootdir: {docdir}/..] -include::{rootdir}/includes/attributes.adoc[] - -:h1-prefix: Nima -:flavor-uc: Nima -:flavor-lc: nima -:nima-flavor: true - -include::{rootdir}/includes/pages.adoc[] - -endif::flavor-included[] diff --git a/docs/includes/openapi/openapi-generator.adoc b/docs/includes/openapi/openapi-generator.adoc index abaa79630cd..580fc06c599 100644 --- a/docs/includes/openapi/openapi-generator.adoc +++ b/docs/includes/openapi/openapi-generator.adoc @@ -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: @@ -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[] \ No newline at end of file diff --git a/docs/includes/pages.adoc b/docs/includes/pages.adoc index a28ae1be0a9..6a28ba387f9 100644 --- a/docs/includes/pages.adoc +++ b/docs/includes/pages.adoc @@ -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 \ No newline at end of file diff --git a/docs/se/openapi/openapi-generator.adoc b/docs/se/openapi/openapi-generator.adoc index 385ff4af253..6552205a720 100644 --- a/docs/se/openapi/openapi-generator.adoc +++ b/docs/se/openapi/openapi-generator.adoc @@ -23,7 +23,7 @@ include::{rootdir}/includes/se.adoc[] -//:helidon-client-xref: {webclient-page} +:helidon-client-xref: {webclient-page} include::{gen-inc}[tag=preamble] @@ -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] \ No newline at end of file +* xref:{helidon-client-xref}[Helidon WebClient documentation] \ No newline at end of file