By default, Mingle packages with all the help icons linked to the studio website, which is great since if the documents has been updated, you can get the latest information. However, in case if your network is limited to access internet, you may have to read the documents locally.
Here is the way.
1. Get to the Mingle installation folder on your server, e.g. on my mac it is /Applications/Mingle_2_2/Contents/Resources/app/
2. Open the file at <mingle_root>/config/initializers/document.rb
3. Change the line of the parameter to the following, or any domain that your Mingle is using
ONLINE_HELP_DOC_DOMAIN = 'http://servername:8080'
Comment
Hello all
A small update to this.
At point 3, instead of changing ONLINE_HELP_DOC_DOMAIN, you should change HELP_DOC_DOMAIN = ONLINE_HELP_DOC_DOMAIN to HELP_DOC_DOMAIN = ""
Thanks
- Suzie