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.
How to Control Which Topic Pages Include Navigation Links
The navigation links are controlled by the
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 that topic
and all of its child
topics.
<map id="example_map" title="Example Map">
<topicref href="../topics/ParentTopic.dita" collection-type="sequence">
<topicref href="../topics/Childtopic.dita"/>
</topicref>
How to Generate Navigation Links for All Topics (Ignoring the Collection Type
Attribute)
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.
How to Hide All Navigation Links
To hide all navigation links, use the webhelp.show.navigation.links
parameter in the transformation and set its value to no
.