Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACKLOG-36423] JS Configuration API - Main configuration file has hardcoded Pentaho Help URLs #1584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ define(function() {
* Links to the documentation of the options being configured are provided.
*
* For help on configuration, please check the following help topics:
* 1. [General information on configuration](https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Configuration_API)
* 2. [Configuring a visualization](https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Configuring_a_visualization)
* 1. [General information on configuration](${doc.base.url}/Developer_center/Configuration_API)
* 2. [Configuring a visualization](${doc.base.url}/Developer_center/Configuring_a_visualization)
*
* If you need to know the identifiers of well-known modules, check the following help topics:
* 1. [Ids of Well-Known Applications](https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Configuration_API#Known_values_of_Pentaho_platform_environment_variables)
* 2. [Ids of Stock Visualization Models and Views](https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Stock_visualizations_identifiers)
* 3. [Ids of Stock Color Palettes](https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Stock_color_palettes_identifiers)
* 1. [Ids of Well-Known Applications](${doc.base.url}/Developer_center/Configuration_API#Known_values_of_Pentaho_platform_environment_variables)
* 2. [Ids of Stock Visualization Models and Views](${doc.base.url}/Developer_center/Stock_visualizations_identifiers)
* 3. [Ids of Stock Color Palettes](${doc.base.url}/Developer_center/Stock_color_palettes_identifiers)
*
* Almost all stock visualizations are based on the CCC charting library.
* To experiment with CCC options and styles you can use the [CCC playground](https://webdetails.github.io/ccc).
Expand All @@ -55,7 +55,7 @@ define(function() {
*
* Uncomment the following comment block to activate the rule.
*
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.ModelType#isBrowsable
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.ModelType#isBrowsable
*
* @type {pentaho.config.spec.IRule}
*/
Expand All @@ -80,7 +80,7 @@ define(function() {
*
* Uncomment the following comment block to activate the rule.
*
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.ModelType#isBrowsable
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.ModelType#isBrowsable
*
* @type {pentaho.config.spec.IRule}
*/
Expand All @@ -104,7 +104,7 @@ define(function() {
*
* Uncomment the following comment block to activate the rule.
*
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.ModelType#label
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.ModelType#label
*
* @type {pentaho.config.spec.IRule}
*/
Expand All @@ -129,7 +129,7 @@ define(function() {
*
* Uncomment the following comment block to activate the rule.
*
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.ModelType#isBrowsable
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.ModelType#isBrowsable
*
* @type {pentaho.config.spec.IRule}
*/
Expand Down Expand Up @@ -192,8 +192,8 @@ define(function() {
*
* Uncomment the following comment block to activate the rule.
*
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.palettes#.nominalPrimary
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.spec.IPalette#colors
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.palettes#.nominalPrimary
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.spec.IPalette#colors
*
* @type {pentaho.config.spec.IRule}
*/
Expand All @@ -217,7 +217,7 @@ define(function() {
*
* Uncomment the following comment block to activate the rule.
*
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.spec.IPalette
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.spec.IPalette
*
* @type {pentaho.config.spec.IRule}
*/
Expand Down Expand Up @@ -248,7 +248,7 @@ define(function() {
*
* Uncomment the following comment block to activate the rule.
*
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.palettes#.nominalLight
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.palettes#.nominalLight
*
* @type {pentaho.config.spec.IRule}
*/
Expand Down Expand Up @@ -282,8 +282,8 @@ define(function() {
*
* Uncomment the following comment block to activate the rule.
*
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.palettes#.nominalPrimary
* @see https://help.hitachivantara.com/Documentation/Pentaho/9.4/Developer_center/Platform_JavaScript_APIs/platform/pentaho.module.spec.IInstanceMeta#ranking
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.visual.color.palettes#.nominalPrimary
* @see ${doc.base.url}/Developer_center/Platform_JavaScript_APIs/platform/pentaho.module.spec.IInstanceMeta#ranking
*
* @type {pentaho.config.spec.IRule}
*/
Expand Down