You can customize the help menu of the MagicSmoke client to point at the documentation you chose to show to your users.
<HelpMenu> <Item label="&Help Index">default:/</Item> <Item label="Help &Client">default:/client/index.html</Item> <Separator label="external"/> <Item label="Heise">http://www.heise.de</Item> </HelpMenu>The Item tag defines an active menu item. The label attribute defines what is shown as menu entry - if it contains an ampersand the following letter is used as shortcut. The text of the item is the URL of the help file (usually HTML) to be displayed. MagicSmoke uses the default browser for this type of URL to display the help file - usually file: and http: type URLs in combination with HTML files will work regardless of operating system - other URL types or file types may or may not work. The default: URLs are a special case, if a doc directory is present in the installation directory then help files are sought there, otherwise they refer to a default URL that is compiled into MagicSmoke (defined in src/smoke.pro).
The Separator tag defines a simple separator line in the menu. The optional label attribute defines a label shown on the separator. Whether the label is actually visible depends on GUI style (e.g. the default Linux style "cleanlooks" does show them, while the default Windows style does not).
Items and Separators are shown in exactly the order they are listed, first the ones from data directory then those from the installation directory.