From ac8fde287cc79e9af6702d5ed8bd268be7630a94 Mon Sep 17 00:00:00 2001 From: "N. Harrison Ripps" Date: Fri, 11 Jul 2014 12:08:15 -0400 Subject: [PATCH] Tweaked formatting on README --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 24886a67615e..9bc58fa61803 100644 --- a/README.adoc +++ b/README.adoc @@ -37,13 +37,13 @@ Each directory of the repo represents a different collection of topics (you can 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. -=== `/builder_top_cfg.yaml` +=== builder_top_cfg.yaml The top-level configuration file tells the build system the order in which to display the "book-grouped" topics. -=== `/bookN/builder_book_cfg.yaml` +=== builder_book_cfg.yaml -The "book" level configuration file tells the build system the order in which to display the topics with the "book" grouping. +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. == Contacts