[ADF-2670] Updated doc indexes for 2.3 (#3183)

* [ADF-2670] Updated doc indexes for 2.3

* [ADF-2670] Clarified explanation of sharedLinkId property in Viewer

* [ADF-2670] Updated review checker for new doc folder structure
This commit is contained in:
Andy Stark
2018-04-12 16:46:36 +01:00
committed by Eugenio Romano
parent 014f2ab26c
commit 0d2f0b7b84
7 changed files with 64 additions and 39 deletions

View File

@@ -3,6 +3,7 @@ Added: v2.0.0
Status: Active
Last reviewed: 2018-03-07
---
# Viewer component
Displays content from an ACS repository.
@@ -55,6 +56,19 @@ Using with file url:
</adf-viewer>
```
Using with shared link:
```html
<adf-viewer
[overlayMode]="true"
[sharedLinkId]="'WWDg_afiTU6lHEgr4fAbQA'">
</adf-viewer>
```
Note that if you have a URL which contains a shared link ID, you should extract the
ID portion and use it with the `sharedLinkId` property rather than using the whole
URL with `urlFile`.
### Properties
| Name | Type | Default value | Description |