You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@ Each directory of the repo represents a different collection of topics (you can
37
37
38
38
In order to construct the documentation site from these sources, the build system looks at certain metdata files. The actual format of these configuration files is TBD.
39
39
40
-
=== `/builder_top_cfg.yaml`
40
+
=== builder_top_cfg.yaml
41
41
42
42
The top-level configuration file tells the build system the order in which to display the "book-grouped" topics.
43
43
44
-
=== `/bookN/builder_book_cfg.yaml`
44
+
=== builder_book_cfg.yaml
45
45
46
-
The "book" level configuration file tells the build system the order in which to display the topics with the "book" grouping.
46
+
A "book" level configuration file exists in each book directory. It tells the build system the order in which to display the topics with the "book" grouping.
0 commit comments