Category / Section
How to hide the documentation help link in 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.xml
file located in the BoldServices directory.
Steps to Hide the Documentation Help Link
- Navigate to the
config.xml
file in the following directory:
<Installed_Directory>\BoldServices\app_data\configuration
-
Locate the
HideHelpLink
element in theconfig.xml
file. -
Change the boolean value of
HideHelpLink
toTrue
:
-
Save the changes to the
config.xml
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.