Skip to content

Commit 7bce5c2

Browse files
committed
docs: fix syntax of AsciiDoc tabs
1 parent 1356100 commit 7bce5c2

File tree

2 files changed

+8
-47
lines changed

2 files changed

+8
-47
lines changed

docs/src/modules/ROOT/pages/quickstart/hello-world/hello-world-quickstart.adoc

Lines changed: 6 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ $ git clone {quickstarts-clone-url}
7272
+
7373
[tabs]
7474
====
75-
Java::
76-
{hello-world-java-quickstart-url}[the `java` directory].
77-
78-
Kotlin::
75+
Java/Kotlin::
7976
{hello-world-java-quickstart-url}[the `java` directory].
8077
8178
Python::
@@ -90,17 +87,12 @@ To complete this guide, you need:
9087
9188
[tabs]
9289
====
93-
Java::
90+
Java/Kotlin::
9491
+
9592
--
9693
include::../shared/java-prerequisites.adoc[]
9794
--
9895
99-
Kotlin::
100-
+
101-
--
102-
include::../shared/java-prerequisites.adoc[]
103-
--
10496
10597
Python::
10698
+
@@ -899,17 +891,10 @@ To see any output in the console, logging must be configured properly.
899891
900892
[tabs]
901893
====
902-
Java::
894+
Java/Kotlin::
903895
+
904896
--
905897
include::../shared/java-logback-config.adoc[]
906-
----
907-
--
908-
Kotlin::
909-
+
910-
--
911-
include::../shared/java-logback-config.adoc[]
912-
----
913898
--
914899
915900
Python::
@@ -956,23 +941,9 @@ format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
956941
957942
[tabs]
958943
====
959-
Java::
960-
+
961-
--
962-
Run the `TimetableApp` class as the main class of a normal Java application:
963-
--
944+
Java/Kotlin:: Run the `TimetableApp` class as the main class:
964945
965-
Kotlin::
966-
+
967-
--
968-
Run the `TimetableApp` class as the main class of a normal Java application:
969-
--
970-
971-
Python::
972-
+
973-
--
974-
Run `src/hello_world/main.py`:
975-
--
946+
Python:: Run `src/hello_world/main.py`:
976947
====
977948
978949
----
@@ -1165,18 +1136,7 @@ To understand how Timefold Solver is solving your problem internally:
11651136
11661137
[tabs]
11671138
====
1168-
Java::
1169-
+
1170-
--
1171-
Change the logging in the `logback.xml` file:
1172-
1173-
[source,xml]
1174-
----
1175-
<logger name="ai.timefold.solver" level="debug"/>
1176-
----
1177-
--
1178-
1179-
Kotlin::
1139+
Java/Kotlin::
11801140
+
11811141
--
11821142
Change the logging in the `logback.xml` file:

docs/src/modules/ROOT/pages/quickstart/shared/java-logback-config.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ Create the `src/main/resource/logback.xml` file:
1717
<appender-ref ref="consoleAppender" />
1818
</root>
1919
20-
</configuration>
20+
</configuration>
21+
----

0 commit comments

Comments
 (0)