From a6bec9165c5bc08edd88d401e492298d363dd7d7 Mon Sep 17 00:00:00 2001 From: Aaron Weitekamp Date: Mon, 14 Dec 2015 13:53:03 -0500 Subject: [PATCH] add attribute substitution reference table --- guides/user_guide.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/guides/user_guide.adoc b/guides/user_guide.adoc index 0934396..3bfdea0 100644 --- a/guides/user_guide.adoc +++ b/guides/user_guide.adoc @@ -125,3 +125,17 @@ $ asciibinder clean Note that this happens automatically when you run `asciibinder package` +== Reference + +AsciiBinder will substitute the following attributes with values from the `_distro_map.yml` file: + +.Substitutions +|=== +|**AsciiDoc Attribute** |**`_distro_map.yml` Key** +|`\{product-title\}` +|`name:` (distro name) +|`\{product-version\}` +|`name:` (branch name) +|`\{product-author\}` +|`author:` +|===