I'm not sure if I understand how this is setup, but it seems like there's a fair amount of NOC specific code in this, ie:
output_folder = File.join(File.dirname(asciidoc_file), "noc_html")
I just tried to a load a sample asc doc, and I see specific stuff like:
asciidoc: WARNING: test.asc: line 3200: include file not found: /Users/zachlieberman/Documents/book/customers.csv
I will setup the nature of code book to learn how this works, but it might be helpful to abstract out anything that's noc specific and also maybe include a small getting started guide (or example to test the system with).
I'm not sure if I understand how this is setup, but it seems like there's a fair amount of NOC specific code in this, ie:
I just tried to a load a sample asc doc, and I see specific stuff like:
asciidoc: WARNING: test.asc: line 3200: include file not found: /Users/zachlieberman/Documents/book/customers.csv
I will setup the nature of code book to learn how this works, but it might be helpful to abstract out anything that's noc specific and also maybe include a small getting started guide (or example to test the system with).