I've searched, but I can't find a way to hide the section title on the main page, and to only display in the Table of Contents
(:toc:). As seen from this screenshot, Home
and Test
are external links to the adoc files. I want to only keep it in the Table of Contents
.
I know it's possible to hide section title in the Table of Contents
by using [discrete] keyword, but is it possible to do the other way around?
Here is the adoc file of this screenshot:
:toc: left
:source-highlighter: highlight.js
:toclevels: 3
:sectlinks:
== <<Home.adoc#, Home>>
== <<Test.adoc#, Test>>
== Title 1
=== Title 1.1
Thank you!