Skip to content

Commit

Permalink
Fix formatting issues with included guides (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored May 12, 2020
1 parent 7047cf4 commit 462e85e
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 38 deletions.
9 changes: 0 additions & 9 deletions docs/common/guides/graalnative.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@

///////////////////////////////////////////////////////////////////////////////
= GraalVM Native Images
//:description: Helidon Native Images
//:keywords: helidon, guide, graalvm
//:docker-multi-stage-url: https://docs.docker.com/develop/develop-images/multistage-build/
// :helidon-uc-flavor: MP-or-SE
// :helidon-lc-flavor: mp-or-se
This guide describes how to build a GraalVM native image for a Helidon SE application.
== Introduction
Expand Down
9 changes: 0 additions & 9 deletions docs/common/guides/gradle_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@

///////////////////////////////////////////////////////////////////////////////
= Gradle Guide
// :description: Gradle Guide
// :keywords: helidon, guide, gradle
// :helidon-uc-flavor: MP-or-SE
// :helidon-lc-flavor: mp-or-se
This guide describes Helidon's support for Gradle projects.
== Introduction
While most of Helidon's examples use Maven, you can also use Helidon
Expand Down
11 changes: 0 additions & 11 deletions docs/common/guides/jlink_image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@

///////////////////////////////////////////////////////////////////////////////
= Custom Runtime Images with `jlink`
// :description: Helidon Custom Runtime Images
// :keywords: helidon, guide, jlink, image
// :helidon-uc-flavor: MP-or-SE
// :helidon-lc-flavor: mp-or-se
// :docker-multi-stage-url: https://docs.docker.com/develop/develop-images/multistage-build/
This guide describes how to build a custom runtime image for your Helidon application
using Helidon's support for the JDK's `jlink` tool.
== Introduction
JDK 9 introduced the https://docs.oracle.com/en/java/javase/11/tools/jlink.html[`jlink`]
Expand Down
9 changes: 0 additions & 9 deletions docs/common/guides/maven_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@

///////////////////////////////////////////////////////////////////////////////
= Maven Guide
// :description: Maven Guide
// :keywords: helidon, guide, maven
// :helidon-uc-flavor: MP-or-SE
// :helidon-lc-flavor: mp-or-se
This guide describes Helidon's support for Maven projects.
== Introduction
Helidon supports Maven by providing the following:
Expand Down
2 changes: 2 additions & 0 deletions docs/mp/guides/25_maven_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
:helidon-uc-flavor: MP
:helidon-lc-flavor: mp
This guide describes Helidon's support for Maven projects.
include::../../common/guides/maven_build.adoc[]
2 changes: 2 additions & 0 deletions docs/mp/guides/26_gradle_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
:helidon-uc-flavor: MP
:helidon-lc-flavor: mp
This guide describes Helidon's support for Gradle projects.
include::../../common/guides/gradle_build.adoc[]
3 changes: 3 additions & 0 deletions docs/mp/guides/36_graalnative.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
:helidon-lc-flavor: mp
:docker-multi-stage-url: https://docs.docker.com/develop/develop-images/multistage-build/
This guide describes how to build a GraalVM native image for a Helidon MP application.
include::../../common/guides/graalnative.adoc[]
3 changes: 3 additions & 0 deletions docs/mp/guides/37_jlink_image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
:helidon-lc-flavor: mp
:docker-multi-stage-url: https://docs.docker.com/develop/develop-images/multistage-build/
This guide describes how to build a custom runtime image for your Helidon application
using Helidon's support for the JDK's `jlink` tool.
include::../../common/guides/jlink_image.adoc[]
2 changes: 2 additions & 0 deletions docs/se/guides/25_maven_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
:helidon-uc-flavor: SE
:helidon-lc-flavor: se
This guide describes Helidon's support for Maven projects.
include::../../common/guides/maven_build.adoc[]
2 changes: 2 additions & 0 deletions docs/se/guides/26_gradle_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
:helidon-uc-flavor: SE
:helidon-lc-flavor: se
This guide describes Helidon's support for Gradle projects.
include::../../common/guides/gradle_build.adoc[]
2 changes: 2 additions & 0 deletions docs/se/guides/36_graalnative.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@
:helidon-lc-flavor: se
:docker-multi-stage-url: https://docs.docker.com/develop/develop-images/multistage-build/
This guide describes how to build a GraalVM native image for a Helidon SE application.
include::../../common/guides/graalnative.adoc[]
3 changes: 3 additions & 0 deletions docs/se/guides/37_jlink_image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
:helidon-lc-flavor: se
:docker-multi-stage-url: https://docs.docker.com/develop/develop-images/multistage-build/
This guide describes how to build a custom runtime image for your Helidon application
using Helidon's support for the JDK's `jlink` tool.
include::../../common/guides/jlink_image.adoc[]
1 change: 1 addition & 0 deletions docs/sitegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pages:
- "**/*.adoc"
excludes:
- "se/grpc/09_marshalling.adoc"
- "common/**"
backend:
name: "vuetify"
homePage: "about/01_overview.adoc"
Expand Down

0 comments on commit 462e85e

Please sign in to comment.