How to hide the entire menu using a publishing tempalte

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:

  1. If you haven't already created a Publishing Template, see Working with publishing templates.
  2. 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>
  3. Open the DITA Map WebHelp Responsive transformation scenario.
  4. Click the Choose Custom Publishing Template link and select your template.
  5. Click OK to save the changes to the transformation scenario.
  6. Run the transformation scenario.