[ADF-3745] Added Extensions folder and index section to docs (#4045)

* [ADF-3745] Added Extensions folder and index section to docs

* [ADF-3745] Fixed static links in README.md

* [ADF-3745] Fixed typo in readme contents section
This commit is contained in:
Andy Stark
2018-12-05 13:37:56 +00:00
committed by Eugenio Romano
parent f594d51720
commit 41ba258452
4 changed files with 116 additions and 49 deletions

View File

@@ -28,7 +28,10 @@ var guideSummaryFileName = path.resolve(docsFolderPath, guideFolderName, "summar
var maxBriefDescLength = 180;
var adfLibNames = ["core", "content-services", "insights", "process-services", "process-services-cloud"];
var adfLibNames = [
"core", "content-services", "insights",
"process-services", "process-services-cloud", "extensions"
];
var statusIcons;