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

topics in a symlink result in a warning #70

Closed bexelbie closed 4 years ago

bexelbie commented 7 years ago

If you have topic files located in a symlinked directory you get a warning of non-existant topics, even if there are none.

Reproduction Instructions.


$ asciibinder create bar
$ cd bar
$ ln -s welcome welcome_link
<edit topic_map.yml to reference welcome_link>
$ asciibinder build