Asciidoctor :: Discussion
Login
Register
Re: Navigating between multiple documentation files
Posted by
Mare
on
Mar 26, 2020; 3:09pm
URL:
https://discuss.asciidoctor.org/Navigating-between-multiple-documentation-files-tp5765p7796.html
This no longer works as of 1.5.7 for Table of Contents navigation.
I am attempting to create a navigation from TOC (:toc:), which previously added the full link when defined in the document:
link:../index.html#_home_page[Go back]
Before 1.5.7
http://localhost:80/doc/en/index.html#_home_page
After 1.5.7 it creates the following in the TOC
http://localhost:80/doc/en/CURRENT_PAGE/#_home_page
(but works fine outside TOC in the documentation)
Does anyone have an alternative? I have found this issue on GitHub but it does not solve it for me.
https://github.com/asciidoctor/asciidoctor/issues/417
Free forum by Nabble
Edit this page