From eb2ca06526c0ce5e92d53bdfdfa404d1cbf70f23 Mon Sep 17 00:00:00 2001 From: Stephen Tweeddale Date: Wed, 28 Nov 2018 14:50:57 +0000 Subject: [PATCH] Markup code headings as code (#4024) This is to avoid Github and other markdown parsers treating strings such as `` as an opening HTML tag. --- docs/core/activiti-alfresco.service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/activiti-alfresco.service.md b/docs/core/activiti-alfresco.service.md index 314249b215..02f551fa58 100644 --- a/docs/core/activiti-alfresco.service.md +++ b/docs/core/activiti-alfresco.service.md @@ -36,7 +36,7 @@ export class SomePageComponent implements OnInit { ## Methods -#### getAlfrescoNodes(accountId: string, folderId: string): Observable<[ExternalContent]> +#### `getAlfrescoNodes(accountId: string, folderId: string): Observable` 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: @@ -77,7 +77,7 @@ The response contained in `nodes` is an array with properties for each object li simpleType: "folder" title: "Event More Stuff" -#### linkAlfrescoNode(accountId: string, node: ExternalContent, siteId: string): Observable +#### `linkAlfrescoNode(accountId: string, node: ExternalContent, siteId: string): Observable` 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: