If you do not want to include a main menu in the pages of the WebHelp Responsive
output, you can instruct the transformation scenario to skip the menu generation
completely.
To hide the menu using an oXygen Publishing Template, follow this procedure:
-
If you haven't already created a Publishing Template, see Working with
publishing templates.
-
Open the template descriptor file associated with your publishing template and
add the
webhelp.show.top.menu
parameter in the parameters
section with its value set to no
.
<publishing-template>
...
<webhelp>
...
<parameters>
<parameter name="webhelp.show.top.menu" value="no"/>
</parameters>
</webhelp>
-
Open the DITA Map WebHelp Responsive transformation scenario.
-
Click the Choose Custom Publishing Template link and
select your template.
-
Click OK to save the changes to the transformation
scenario.
-
Run the transformation scenario.