How to Hide the Documentation Help Link in a Bold BI Server
Published:
In some cases, you may want to hide the “Know More” help link that redirects users to the Bold BI documentation. This can be done by modifying the config.json file located in the BoldServices directory.
Note: From version 6.19, use the config.json ; whereas for versions prior to this, use the config.xml.
Steps to Hide the Documentation Help Link
- Navigate to the
config.jsonfile in the following directory:
<Installed_Directory>\BoldServices\app_data\configuration
-
Locate the
HideHelpLinkelement in theconfig.jsonfile. -
Change the boolean value of
HideHelpLinktoTrue:
4. Save the changes to the
config.json file.
- Restart the Bold BI application for the changes to take effect.
By following these steps, the documentation help link will be hidden from the Bold BI application.