...
- All available ux applications need to provide a help content page.
- The helpserver bundle provides the web service for ux help
- The status bar help button uses a specific path, containing the appId as reference to the app related Help context.
- The helpserver bundle provides the web service for ux help
Implementation
A json file describes the dependency between specific app and related help content.
The path sdnr/nodes/appId identifies the app.
Path example for "Fault App" with Id: "faultApp": sdnr/nodes/faultApp
Example of meta.json that is part of helpserver
...
language | java |
---|
...
- The dependency informatino is provided by the help server by help.json. See HelpServer implemention.