mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Markup code headings as code (#4024)
This is to avoid Github and other markdown parsers treating strings such as `<ExternalContentLink>` as an opening HTML tag.
This commit is contained in:
committed by
Eugenio Romano
parent
a193c2383c
commit
eb2ca06526
@@ -36,7 +36,7 @@ export class SomePageComponent implements OnInit {
|
|||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
#### getAlfrescoNodes(accountId: string, folderId: string): Observable<[ExternalContent]>
|
#### `getAlfrescoNodes(accountId: string, folderId: string): Observable<ExternalContent>`
|
||||||
|
|
||||||
Get all the nodes under passed in folder node ID (e.g. 3062d73b-fe47-4040-89d2-79efae63869c) for passed in
|
Get all the nodes under passed in folder node ID (e.g. 3062d73b-fe47-4040-89d2-79efae63869c) for passed in
|
||||||
Alfresco Repository account ID as configured in APS:
|
Alfresco Repository account ID as configured in APS:
|
||||||
@@ -77,7 +77,7 @@ The response contained in `nodes` is an array with properties for each object li
|
|||||||
simpleType: "folder"
|
simpleType: "folder"
|
||||||
title: "Event More Stuff"
|
title: "Event More Stuff"
|
||||||
|
|
||||||
#### linkAlfrescoNode(accountId: string, node: ExternalContent, siteId: string): Observable<ExternalContentLink>
|
#### `linkAlfrescoNode(accountId: string, node: ExternalContent, siteId: string): Observable<ExternalContentLink>`
|
||||||
|
|
||||||
Link Alfresco content as related content in APS by passing in Alfresco node identifying the content, the Share site
|
Link Alfresco content as related content in APS by passing in Alfresco node identifying the content, the Share site
|
||||||
that contains the content, and the Alfresco Repository account ID as configured in APS:
|
that contains the content, and the Alfresco Repository account ID as configured in APS:
|
||||||
|
Reference in New Issue
Block a user