[ADF-3801] Added source links to proc services cloud and insights docs (#4042)

* [ADF-3801] Added source links for proc services cloud and insights docs

* [ADF-3801] Updated title in line with doc file name change
This commit is contained in:
Andy Stark
2018-12-05 14:36:08 +00:00
committed by Eugenio Romano
parent 81c84074ec
commit 73b153e4d9
13 changed files with 28 additions and 60 deletions

View File

@@ -16,7 +16,7 @@ for more information about installing and using the source code.
| Name | Description | Source link |
| ---- | ----------- | ----------- |
| [Widget component](widget.component.md) | Base class for standard and custom widget classes. | [Source](../../lib/insights/analytics-process/components/widgets/widget.component.ts) |
| [Widget component](widget.component.md) | Base class for standard and custom [widget](../../e2e/pages/adf/process_services/widgets/widget.ts) classes. | [Source](../../lib/insights/analytics-process/components/widgets/widget.component.ts) |
| [Analytics generator component](analytics-generator.component.md) | Generates and shows charts | [Source](../../lib/insights/analytics-process/components/analytics-generator.component.ts) |
| [Analytics report list component](analytics-report-list.component.md) | Shows a list of all available reports | [Source](../../lib/insights/analytics-process/components/analytics-report-list.component.ts) |
| [Analytics component](analytics.component.md) | Shows the charts related to the reportId passed as input | [Source](../../lib/insights/analytics-process/components/analytics.component.ts) |

View File

@@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active
---
# Analytics Generator Component
# [Analytics Generator Component](../../lib/insights/analytics-process/components/analytics-generator.component.ts "Defined in analytics-generator.component.ts")
Generates and shows charts

View File

@@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active
---
# APS Analytics List Component
# [APS Analytics List Component](../../lib/insights/analytics-process/components/analytics-report-list.component.ts "Defined in analytics-report-list.component.ts")
Shows a list of all available reports

View File

@@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active
---
# APS Analytics Component
# [APS Analytics Component](../../lib/insights/analytics-process/components/analytics.component.ts "Defined in analytics.component.ts")
Shows the charts related to the reportId passed as input

View File

@@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active
---
# Diagram Component
# [Diagram Component](../../lib/insights/diagram/components/diagram.component.ts "Defined in diagram.component.ts")
Displays process diagrams.

View File

@@ -5,9 +5,9 @@ Status: Active
Last reviewed: 2018-03-29
---
# Widget component
# [Widget component](../../lib/insights/analytics-process/components/widgets/widget.component.ts "Defined in widget.component.ts")
Base class for standard and custom widget classes.
Base class for standard and custom [widget](../../e2e/pages/adf/process_services/widgets/widget.ts) classes.
## Basic Usage