3 posts
|
Hi all,
Let's say I have a series of Asciidoc's that are structured as follows:
/docs (top level folder)
index.adoc
api.adoc
contactus.adoc
about.adoc
I would like each document to be output as a separate html file, but have a global Table of Contents that links to each html file generated as well as the sections in that document. How could I accomplish this?
|