Starting at version 1.21, developer edition of Experience Builder supports customizing the documentation URL used by the Help links in the builder environment. This is useful for offline or internal deployments where you want the documentation links to point to a custom documentation site instead of the default one.
To do this, specify a custom documentation URL in the setting.json file as below:
{
"customDocumentationBaseURL": "[deployment URL]"
}Steps
- Navigate to the root directory of Experience Builder Developer Edition.
- Find and open the
setting.jsonfile. - Locate the following key:
"customDocumentation Base UR L" : "" - Replace the empty value with a valid documentation base URL.
- Save the
setting.jsonfile. - Launch Experience Builder Developer Edition.
- In Builder, navigate to different areas that contain documentation (Help) links.
- Click the documentation links.
Expected result
All documentation links in Builder should be directed to the configured custom. The customized documentation URL should be used consistently across all supported documentation links.