Hide the pagetree in the exported HTML file
With the Scroll Web Help Theme the page tree is automatically exported. If you do not want to have the page tree displayed, you have to change your theme.
Before you begin: To hide the page tree, a template must exist.
To hide the page tree in the exported HTML file:
- Open your template folder.
- Go to src > main > resources > template in your template directory.
- Open the page.vm file with your favorite text editor.
Delete the following lines at the respective place:
CODE#parse("com/k15t/scroll/scroll-webhelp-theme/scroll-html/include/include-sidebar.vm")
- Save the page.vm file and rebuild the template by executing the atlas-package command in the terminal.