-
Notifications
You must be signed in to change notification settings - Fork 564
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
[New Docs PR] Integration Docs #4566
Merged
arjav-desai
merged 3 commits into
helidon-io:master
from
arjav-desai:helidon_integ_docs
Jul 19, 2022
Merged
[New Docs PR] Integration Docs #4566
arjav-desai
merged 3 commits into
helidon-io:master
from
arjav-desai:helidon_integ_docs
Jul 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
barchetta
requested changes
Jul 18, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run mvn site -N
and fix bad toc references:
index 534d40f63..d59aecda9 100644
--- a/docs/mp/integrations/hcv.adoc
+++ b/docs/mp/integrations/hcv.adoc
@@ -27,10 +27,10 @@ include::{rootdir}/includes/mp.adoc[]
== ToC
- <<Overview, Overview>>
-- <<Maven-Coordinates, Maven Coordinates>>
+- <<maven-coordinates, Maven Coordinates>>
- <<Usage, Usage>>
- <<Examples, Examples>>
-- <<Local Testing, Local Testing>>
+- <<Local-Testing, Local Testing>>
- <<References, References>>
== Overview
@@ -516,7 +516,7 @@ public class TransitResource {
<9> Verify HMAC.
<10> Verify signature.
-== Local Testing
+== Local Testing [[Local-Testing]]
Vault is available as a docker image, so to test locally, you can simply:
diff --git a/docs/mp/integrations/oci.adoc b/docs/mp/integrations/oci.adoc
index a55553e8d..6252dd65e 100644
--- a/docs/mp/integrations/oci.adoc
+++ b/docs/mp/integrations/oci.adoc
@@ -28,10 +28,10 @@ include::{rootdir}/includes/mp.adoc[]
== ToC
- <<Overview, Overview>>
-- <<Maven-Coordinates, Maven Coordinates>>
+- <<maven-coordinates, Maven Coordinates>>
- <<Usage, Usage>>
- <<Examples, Examples>>
-- <<Reference, Reference>>
+- <<References, References>>
== Overview
diff --git a/docs/se/integrations/hcv.adoc b/docs/se/integrations/hcv.adoc
index 37a8dac2a..0cde8a2d6 100644
--- a/docs/se/integrations/hcv.adoc
+++ b/docs/se/integrations/hcv.adoc
@@ -27,10 +27,10 @@ include::{rootdir}/includes/se.adoc[]
== ToC
- <<Overview, Overview>>
-- <<Maven-Coordinates, Maven Coordinates>>
+- <<maven-coordinates, Maven Coordinates>>
- <<Usage, Usage>>
- <<Examples, Examples>>
-- <<Local Testing, Local Testing>>
+- <<Local-Testing, Local Testing>>
- <<References, References>>
== Overview
@@ -562,7 +562,7 @@ class K8sExample {
<3> Disable Kubernetes authentication if needed.
<4> Function used to enable Kubernetes authentication.
-== Local testing
+== Local Testing [[Local-Testing]]
Vault is available as a docker image, so to test locally, you can simply:
arjav-desai
force-pushed
the
helidon_integ_docs
branch
from
July 18, 2022 21:05
1afa3ca
to
84e2029
Compare
barchetta
approved these changes
Jul 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #4319 and #4299