[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

@@ -24,7 +24,10 @@ var configFileName = "doctool.config.json";
var defaultFolder = path.resolve("docs");
var sourceInfoFolder = path.resolve("docs", "sourceinfo");
var libFolders = ["core", "content-services", "process-services", "insights", "process-services-cloud"];
var libFolders = [
"core", "content-services", "process-services",
"insights", "process-services-cloud", "extensions"
];
var excludePatterns = [
"**/*.spec.ts"