redhataccess / ascii_binder

AsciiBinder is an AsciiDoc-based system for authoring and publishing closely related documentation sets from a single source.
https://asciibinder.net
MIT License
76 stars 39 forks source link

Add generic vars support #126

Closed bexelbie closed 4 years ago

bexelbie commented 7 years ago

vars can now be specific in the _distro_map.yml to pass in arbitrary distro or branch specific values to the template processor. They show up in the distro_vars and branch_vars variables. The name is lower case to match the others in _distro_map.yml

Vars can be specified (upper case because other values are upper case in _topic_map.yml) can be specified for both Dir and File entries. They show up in the template in the variable topic_vars. The vars are consolidated so you get all variables from the top to what ever topic you are processing. Lower level vars override those from the top.

vikram-redhat commented 4 years ago

Closing and cleaning up old issues and PRs