Skip to content

Commit

Permalink
AOT update, remove aot site, update guides for native image (helidon-…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-langer authored Oct 19, 2023
1 parent e753a14 commit a092f87
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 258 deletions.
2 changes: 2 additions & 0 deletions docs/includes/guides/graalnative.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,5 @@ HotSpot VM might be more appropriate.
For information about creating custom Java runtime images see
xref:{guidesdir}/jlink-image.adoc[Custom Runtime Images with `jlink`].
NOTE: When building Helidon using native-image, we check features on classpath, and warn if there is a problem or restriction of support
117 changes: 0 additions & 117 deletions docs/mp/aot.adoc

This file was deleted.

122 changes: 0 additions & 122 deletions docs/se/aot.adoc

This file was deleted.

7 changes: 0 additions & 7 deletions docs/se/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ Helidon SE supports a number of additional Helidon features:
[PILLARS]
====
//aot
[CARD]
.Ahead-of-Time Compilation (AOT)
[icon=save,link=aot.adoc]
--
Use GraalVM native image to compile Helidon applications into a native executable.
--
//config
[CARD]
.Config
Expand Down
12 changes: 0 additions & 12 deletions docs/sitegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ backend:
glyph:
type: "icon"
value: "warning"
- type: "PAGE"
title: "GraalVM Native Image"
source: "aot.adoc"
glyph:
type: "icon"
value: "save"
- type: "PAGE"
title: "GraphQL Server"
source: "graphql.adoc"
Expand Down Expand Up @@ -355,12 +349,6 @@ backend:
glyph:
type: "icon"
value: "warning"
- type: "PAGE"
title: "GraalVM Native Image"
source: "aot.adoc"
glyph:
type: "icon"
value: "save"
- type: "PAGE"
title: "GraphQL Server"
source: "graphql.adoc"
Expand Down

0 comments on commit a092f87

Please sign in to comment.