DocOps / asciidocsy-jekyll-theme

Jekyll/AsciiDoc port of Docsy theme for scalable technical documentation projects
https://asciidocsy.netlify.app/docs
Apache License 2.0
9 stars 9 forks source link

Add child topics list and prev / next links to topic footer based on subject nav #42

Open briandominick opened 3 years ago

briandominick commented 3 years ago

Use a little jQuery to glean the parent/child/sibling topics and provide links in the topic footer (bottom of the <main> content container in a topic page).

Also generate a list of child topics when a topic has kids in the menu and use that in place of related links (or in addition to?).

Make these configurable, of course.