Documentation build (#6762)

* move doc dependency in doctools

* add ignore link

* rebuild doc

* version index

* put it back some deps
This commit is contained in:
Eugenio Romano
2021-03-03 14:08:15 +00:00
committed by GitHub
parent e05c80f04f
commit c3452a4f62
227 changed files with 6994 additions and 4146 deletions

View File

@@ -17,10 +17,10 @@ an example of a real working viewer extension project.
### Properties
| Name | Type | Default value | Description |
| --- | --- | --- | --- |
| ---- | ---- | ------------- | ----------- |
| extension | `string` | | File extension (.jpg, .png, etc) for the viewer. |
| id | `string` | | ID string of the component to preview. |
| node | [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/develop/src/api/content-rest-api/docs/Node.md) | | [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/develop/src/api/content-rest-api/docs/Node.md) containing the content to display. |
| node | `Node` | | Node containing the content to display. |
| url | `string` | | URL of the content in the repository. |
## Details
@@ -101,5 +101,5 @@ further details of how to develop extensions.
## See also
* [Extension service](../services/extension.service.md)
* [App extensions](../../user-guide/app-extensions.md)
- [Extension service](../services/extension.service.md)
- [App extensions](../../user-guide/app-extensions.md)