The topic pages in WebHelp
Responsive output can contain navigation links (
Previous /
Next
arrows) that can be used to navigate to the previous or next topic.
@collection-type attribute. For
example, if you set collection-type="sequence" on a parent topic
reference in your DITA map, navigation links will be generated in the output for all of its
child topics (from children to parent, and from child to previous sibling and next
sibling).<map id="example_map" title="Example Map">
<topicref href="../topics/ParentTopic.dita" collection-type="sequence">
<topicref href="../topics/Childtopic.dita"/>
</topicref>You can use the webhelp.default.collection.type.sequence parameter in the
transformation and set its value to yes to generate navigation links for
all topics, regardless of whether or not the collection-type attribute is
present.
To hide all navigation links, use the webhelp.show.navigation.links
parameter in the transformation and set its value to no.