[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

29
docs/extensions/README.md Normal file
View File

@@ -0,0 +1,29 @@
---
Title: Extensions API
Github only: true
---
# Extensions API
Contains components related to the Extensions functionality.
See the library's
[README file](../../lib/extensions/README.md)
for more information about installing and using the source code.
<!--extensions start-->
## Components
| Name | Description | Source link |
| ---- | ----------- | ----------- |
| _Dynamic component_ | _Not currently documented_ | [Source](../../lib/extensions/src/lib/components/dynamic-component/dynamic.component.ts) |
| _Dynamic tab component_ | _Not currently documented_ | [Source](../../lib/extensions/src/lib/components/dynamic-tab/dynamic-tab.component.ts) |
## Services
| Name | Description | Source link |
| ---- | ----------- | ----------- |
| _Extension loader service_ | _Not currently documented_ | [Source](../../lib/extensions/src/lib/services/extension-loader.service.ts) |
| _Extension service_ | _Not currently documented_ | [Source](../../lib/extensions/src/lib/services/extension.service.ts) |
<!--extensions end-->