[ADF-3801] Added source linking tool and updated content services docs (#4037)

* [ADF-3801] Added source linking tool

* [ADF-3801] Added source links to doc files
This commit is contained in:
Andy Stark
2018-11-30 11:59:36 +00:00
committed by Eugenio Romano
parent 164abecc06
commit 4b68c98007
63 changed files with 142 additions and 61 deletions

View File

@@ -43,7 +43,7 @@ function searchItemsRecursively(item) {
function interestedIn(itemKind) {
return itemKind === 128;
return (itemKind === 128) || (itemKind === 256);
}