mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
f594d51720
commit
41ba258452
29
docs/extensions/README.md
Normal file
29
docs/extensions/README.md
Normal 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-->
|
Reference in New Issue
Block a user