|
1 | 1 | * Requirements |
2 | | -** xref:setup.adoc[Setup] |
| 2 | +** xref:01_setup.adoc[Setup] |
3 | 3 |
|
4 | 4 | * Basics |
5 | | -** xref:basics.adoc[Basics and Fundamentals] |
6 | | -** xref:configuration.adoc[Configuration] |
7 | | -** xref:panache.adoc[Hibernate with Panache] |
8 | | -** xref:kubernetes.adoc[Deploy to Kubernetes] |
9 | | -** xref:dev-services.adoc[Dev Services] |
10 | | -** xref:spring.adoc[Spring Compatibility] |
| 5 | +** xref:02_basics.adoc[Basics and Fundamentals] |
| 6 | +** xref:03_configuration.adoc[Configuration] |
| 7 | +** xref:04_panache.adoc[Hibernate with Panache] |
| 8 | +** xref:05_kubernetes.adoc[Deploy to Kubernetes] |
| 9 | +** xref:06_dev-services.adoc[Dev Services] |
| 10 | +** xref:07_spring.adoc[Spring Compatibility] |
11 | 11 |
|
12 | 12 | * Cloud Native |
13 | | -** xref:rest-client.adoc[REST Client] |
14 | | -** xref:fault-tolerance.adoc[Fault Tolerance] |
15 | | -** xref:health.adoc[Health Check] |
16 | | -** xref:observability.adoc[Observability] |
17 | | -** xref:security.adoc[Security with JWT RBAC] |
18 | | -// ** xref:security-oidc.adoc[Security using OpenID Connect] |
| 13 | +** xref:08_rest-client.adoc[REST Client] |
| 14 | +** xref:09_fault-tolerance.adoc[Fault Tolerance] |
| 15 | +** xref:10_health.adoc[Health Check] |
| 16 | +** xref:11_observability.adoc[Observability] |
| 17 | +** xref:12_security.adoc[Security with JWT RBAC] |
| 18 | +// ** xref:13_security-oidc.adoc[Security using OpenID Connect] |
19 | 19 |
|
20 | 20 | * Reactive |
21 | | -** xref:reactive.adoc[Reactive with Mutiny] |
22 | | -** xref:reactive-messaging.adoc[Streaming reactive messages] |
23 | | -** xref:kafka-and-streams.adoc[Apache Kafka with Reactive Streams] |
| 21 | +** xref:14_reactive.adoc[Reactive with Mutiny] |
| 22 | +** xref:15_reactive-messaging.adoc[Streaming reactive messages] |
| 23 | +** xref:15_kafka-and-streams.adoc[Apache Kafka with Reactive Streams] |
| 24 | +
|
| 25 | +* AI |
| 26 | +** xref:17_prompts.adoc[Working with prompts] |
| 27 | +** xref:18_chains_memory.adoc[Chains and Memory] |
| 28 | +** xref:19_agents_tools.adoc[Agents/Tools] |
| 29 | +** xref:20_embed_documents.adoc[Embedding Documents] |
| 30 | +//** xref:21_podman_ai[Working with Podman Desktop AI] |
| 31 | +** xref:22_local_models.adoc[Working with local models] |
| 32 | +//** xref:23_kubernetes_kafka_ai.adoc[Bringing Kubernetes and Kafka to the party] |
0 commit comments