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:` +|===