Skip to content
Open
Show file tree
Hide file tree
Changes from all 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 antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: devon4j
title: Devon4j
version: '1.0'
start_page: ROOT::index.adoc
nav:
- modules/ROOT/nav.adoc
2 changes: 0 additions & 2 deletions modules/ROOT/pages/architecture.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:toc: macro
toc::[]
:idprefix:
:idseparator: -

Expand Down
1 change: 0 additions & 1 deletion modules/ROOT/pages/coding-conventions.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
:toc: macro
toc::[]

== Coding Conventions

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/guide-service-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Various solutions already exist for calling services, such as `RestTemplate` fro

*Spring*

For Spring, follow the link:spring/guide-service-client-spring.adoc[Spring rest-client guide].
For Spring, follow the xref:spring/guide-service-client-spring.adoc[Spring rest-client guide].

*Quarkus*

For Quarkus, we recommend to follow the the official xref:https://quarkus.io/guides/rest-client[Quarkus rest-client guide]
For Quarkus, we recommend to follow the the official https://quarkus.io/guides/rest-client[Quarkus rest-client guide]