Skip to content

Commit

Permalink
Cross-link from "first application" to "second application" guide, an…
Browse files Browse the repository at this point in the history
…d try and sort out title of second application guide.
  • Loading branch information
holly-cummins committed Aug 25, 2023
1 parent e491008 commit 18f78e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs/src/main/asciidoc/getting-started-dev-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////

[id="getting-started-dev-services-tutorial"]
= Your second Quarkus application
include::_attributes.adoc[]
:diataxis-type: tutorial
:categories: getting-started, data, core

:summary: Discover some of the features that make developing with Quarkus a joyful experience.

This tutorial shows you how to create an application which writes to and reads from a database.
You will use Dev Services, so you will not actually download, configure, or even start the database yourself.
You will also use Panache, a layer on top of Hibernate ORM, to make reading and writing data easier.

This guide helps you:

* Read and write objects to a database
* Develop and test against services with zero configuration

== Prerequisites

Expand Down
5 changes: 3 additions & 2 deletions docs/src/main/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,9 @@ include::{generated-dir}/config/quarkus-info.adoc[opts=optional, leveloffset=+2]

This guide covered the creation of an application using Quarkus.
However, there is much more.
We recommend continuing the journey with the xref:building-native-image.adoc[building a native executable guide], where you learn about creating a native executable and packaging it in a container.
If you are interested in reactive, we recommend the xref:getting-started-reactive.adoc[Getting Started with Reactive guide], where you can see how to implement reactive applications with Quarkus.
We recommend continuing the journey by creating xref:getting-started-dev-services.adoc[your second Quarkus application], with dev services and persistence.
You can learn about creating a native executable and packaging it in a container with the xref:building-native-image.adoc[building a native executable guide].
If you are interested in reactive, we recommend the xref:getting-started-reactive.adoc[getting started with reactive guide], where you can see how to implement reactive applications with Quarkus.

In addition, the xref:tooling.adoc[tooling guide] document explains how to:

Expand Down

0 comments on commit 18f78e4

Please sign in to comment.