The "home" icon on the toolbar links to the homepage in the help file. Set any topic to appear as the home page by defining the file name in the index.htm file.
To set the home page:
- Open the index.htm in Notepad and locate the configuration section.
<!-- The configuration section to show/hide icons and use values from Authorit variables -->
- Locate the code for the Home Topic.
<!-- Home Topic-->
<input id="homeTopic" type="hidden" value="" />
- Add the file name for your home page to the value attribute.
<input id="homeTopic" type="hidden" value="1234.htm" />
- Save the changes to the index.htm file.