@@ -19,15 +19,15 @@ include::../../_attributes.adoc[]
1919This guide walks you through the process of creating a https://quarkus.io/[Quarkus] application
2020with https://timefold.ai[Timefold]'s constraint solving Artificial Intelligence (AI).
2121
22- include::../shared/whatyoubuild .adoc[]
22+ include::../shared/_whatyoubuild .adoc[]
2323
24- include::../shared/solutionsourcecode .adoc[]
24+ include::../shared/_solutionsourcecode .adoc[]
2525
2626== Prerequisites
2727
2828To complete this guide, you need:
2929
30- include::../shared/java -prerequisites.adoc[]
30+ include::../shared/_java -prerequisites.adoc[]
3131
3232== The build file and the dependencies
3333
@@ -44,9 +44,9 @@ Clicking the link above will automatically select the dependencies for you on *c
4444* Timefold Solver (`timefold-solver-quarkus`)
4545* Timefold Solver Jackson (`timefold-solver-quarkus-jackson`)
4646
47- include::../shared/school-timetabling/school -timetabling-model.adoc[leveloffset=+1]
48- include::../shared/school-timetabling/school -timetabling-constraints.adoc[leveloffset=+1]
49- include::../shared/school-timetabling/school -timetabling-solution.adoc[leveloffset=+1]
47+ include::../shared/school-timetabling/_school -timetabling-model.adoc[leveloffset=+1]
48+ include::../shared/school-timetabling/_school -timetabling-constraints.adoc[leveloffset=+1]
49+ include::../shared/school-timetabling/_school -timetabling-solution.adoc[leveloffset=+1]
5050
5151== Create the solver service
5252
@@ -207,7 +207,7 @@ $ gradle --console=plain quarkusDev
207207
208208====
209209
210- include::../shared/try -the-application.adoc[]
210+ include::../shared/_try -the-application.adoc[]
211211
212212[NOTE]
213213====
@@ -252,7 +252,7 @@ Add the subsequent dependency to your `build.gradle`:
252252--
253253====
254254
255- include::../shared/constrainttests .adoc[]
255+ include::../shared/_constrainttests .adoc[]
256256
257257==== Test the solver
258258
0 commit comments