Changing the Link to the User's Guide

To change the link to the User's Guide:

  1. On the hosting server, open the configuration file /usr/local/sb/config.
  2. Add the line [help] to the file. If it is already present, skip this step.
  3. Add the following line after the line [help]:

    help_url = <link_to _your_documentation>

    For example: http://example.com/user-guide/index.html?%%CONTEXT%%

    At the end of this link, the mechanism providing context-sensitive help will automatically add a GUI screen identifier, so the resulting URL will appear as: http://example.com/user-guide/index.html?%2FSiteBuilder%2FPanel.

    The value that you specify as help_url may contain the following placeholders:

    For example: If a user views the Presence Builder 11 editor in English, and clicks the Help link on the first page of the editor (which opens after clicking the Create Site button), the link http://example.com/%%MAJOR_VERSION%%/%%VERSION%%/%%LOCALE%%/user-guide/index.html?%%CONTEXT%% will be replaced with http://example.com/11.0/11.1.0/en-US/user-guide/index.html?%2FSiteBuilder%2FPanel.

  4. Save the file.