Andy Stark 9915935714 [ADF-3745] Performed doc checks with tools (#4287)
* [ADF-3745] Fixed broken links

* [ADF-3745] Added broken link fix for version index

* [ADF-3745] Fixed issues caught by Markdown structure checker

* [ADF-3745] Fixed broken external links and their tool config
2019-02-07 16:34:46 +00:00

28 lines
955 B
Markdown

---
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](dynamic.component.md) ![Experimental](../docassets/images/ExperimentalIcon.png) | Displays dynamically-loaded extension components. | [Source](../../lib/extensions/src/lib/components/dynamic-component/dynamic.component.ts) |
## Services
| Name | Description | Source link |
| ---- | ----------- | ----------- |
| [Extension service](extension.service.md) ![Experimental](../docassets/images/ExperimentalIcon.png) | Manages and runs basic extension functionality. | [Source](../../lib/extensions/src/lib/services/extension.service.ts) |
<!--extensions end-->