Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ complete list of externalized variables for use is given in the following table:
|\{quickstarts-blob-url}|{quickstarts-blob-url}| Quickstarts URL to master blob source tree; used for referencing source files.
|\{quickstarts-tree-url}|{quickstarts-tree-url}| Quickstarts URL to master source tree root; used for referencing directories.

|\{graalvm-version}|{graalvm-version}| Recommended Graal VM version to use.
|===
3 changes: 2 additions & 1 deletion docs/src/main/asciidoc/getting-started-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,10 @@ This guide covered the creation of an application using Quarkus.
However, there is much more.
We recommend continuing the journey with the link:building-native-image-guide.html[building a native image guide], where you learn about the native executable creation and the packaging in a container.

In addition, the link:ide-configuration.html[developer guide] document explains how to:
In addition, the link:tooling.html[tooling guide] document explains how to:

* scaffold a project in a single command line,
* enable the _development model_ (hot reload)
* import the project in your favorite IDE
* and more

132 changes: 0 additions & 132 deletions docs/src/main/asciidoc/ide-configuration.adoc

This file was deleted.

3 changes: 2 additions & 1 deletion docs/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ include::quarkus-intro.adoc[tag=intro]
* link:building-native-image-guide.html[Building Native Image]
* link:kubernetes-guide.html[Deploy Application on Kubernetes]
* link:getting-started-knative-guide.html[Deploy as Knative Application on Kubernetes]
* link:ide-configuration.html[Project Scaffolding and IDE]
* link:tooling.html[Project Scaffolding and IDE]

== Other guides

* link:tooling.html[Use tooling with Quarkus]
* link:application-configuration-guide.html[Configuring Your Application]
* link:logging-guide.html[Configuring Logging]
* link:application-lifecycle-events-guide.html[Application Initialization and Termination]
Expand Down
Loading