You can choose which navigation features to provide in OmniHelp; the default is to include them all:
[OmniHelpOptions] ; NavElems = navigation elements to display in left pane: ; Toc, Idx, Fts, Rel NavElems=Toc Idx Fts Rel
Table 19-3 lists the navigation features; all are displayed in the left-hand frame:
Toc |
||
Idx |
||
Fts |
||
Rel |
If you do not intend to include an index, omit the Idx item:
[OmniHelpOptions] NavElems= Toc Fts Rel
If you do not have ALinks, omit the Rel item also.
You can choose whether DITA2Go generates the data files needed for contents, index, search, and related topics; however, most likely you will never have a reason to change the default settings:
[OmniHelpOptions] ; ListType = Both (default), Contents, or Index ListType = Both ; RefFileType = Full (default for single files), or None. RefFileType=Full
RefFileType values have the following effects:
Default for single files. DITA2Go creates a set of myproj.oh* files for the original DITA file. |
|
§16.3.1 Modifying contents or index production for HTML-based Help.