We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086b5fe commit 8589514Copy full SHA for 8589514
book/book.adoc
@@ -56,13 +56,13 @@ include::chapters/preface.adoc[]
56
// TODO: (optional) include numbers but need to fix the part/chapter labels
57
// :sectnums:
58
59
-include::chapters/chapter1.adoc[]
+include::chapters/part1.adoc[]
60
61
-include::chapters/chapter2.adoc[]
+include::chapters/part2.adoc[]
62
63
-include::chapters/chapter3.adoc[]
+include::chapters/part3.adoc[]
64
65
-include::chapters/chapter4.adoc[]
+include::chapters/part4.adoc[]
66
67
// :sectnums!:
68
book/chapters/chapter1.adoc renamed to book/chapters/part1.adoc
book/chapters/chapter2.adoc renamed to book/chapters/part2.adoc
book/chapters/chapter3.adoc renamed to book/chapters/part3.adoc
book/chapters/chapter4.adoc renamed to book/chapters/part4.adoc
0 commit comments