``` = Document Title :toc: left content
goes here ``` You can find more information in the Asciidoctor User Manual. http://asciidoctor.org/docs/user-manual/#user-toc -Dan On Wed, Oct 7, 2015 at 4:23 AM, Bhanupriya Pawar <[email protected]> wrote: > Hello Dan, > Yeah Groovy documentation is created using Asciidoctor. I am also creating > my project documentation in Asciidoctor. So accorting to Lex suggestion I > have created TOC so the next step to it I want split window view TOC on > left and description on right plus links to the TOC (that you must have > seen in groovy doc). Can you please explain with example as Lex has > provided? > > On Wed, Oct 7, 2015 at 3:43 PM, Dan Allen <[email protected]> wrote: > >> >> On Wed, Oct 7, 2015 at 3:48 AM, Bhanupriya Pawar <[email protected]> >> wrote: >> >>> Just to make it clear I am creating a document something like >>> (*http://www.groovy-lang.org/closures.html >>> <http://www.groovy-lang.org/closures.html>) *where I can see table of >>> contents in left side with links to eact contents and body or the details >>> on the right side. >>> >> >> The Groovy documentation is created using Asciidoctor. In Asciidoctor, >> you can get a sidebar toc using: >> >> asciidoctor -a toc=left ... >> >> (You can also do toc=right) >> >> Cheers, >> >> -Dan >> >> >> -- >> Dan Allen | @mojavelinux | http://google.com/profiles/dan.j.allen >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "asciidoc" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/asciidoc/Io3T7aUXpSI/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/asciidoc. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Thanks and Regards, > Bhanupriya Pawar > M.Tech (Project Management) > VJTI, Mumbai > +91-8097103932 > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/asciidoc. > For more options, visit https://groups.google.com/d/optout. > -- Dan Allen | @mojavelinux | http://google.com/profiles/dan.j.allen -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
