diff --git a/docs/start-process.component.md b/docs/start-process.component.md index efed911a89..806d4db9c4 100644 --- a/docs/start-process.component.md +++ b/docs/start-process.component.md @@ -4,18 +4,6 @@ Displays Start Process, allowing the user to specify some basic details needed t ![adf-start-process ](docassets/images/startProcess.png) - - - - -- [Basic Usage](#basic-usage) - * [Properties](#properties) - * [Events](#events) - - - - - ## Basic Usage ```html diff --git a/docs/start-task.component.md b/docs/start-task.component.md index 59dc73e782..d1def48554 100644 --- a/docs/start-task.component.md +++ b/docs/start-task.component.md @@ -4,18 +4,6 @@ Creates/Starts new task for the specified app ![adf-start-task](docassets/images/adf-start-task.png) - - - - -- [Basic Usage](#basic-usage) - * [Properties](#properties) - * [Events](#events) - - - - - ## Basic Usage ```html diff --git a/docs/tag-actions.component.md b/docs/tag-actions.component.md index 2c35d875f5..1be68f1399 100644 --- a/docs/tag-actions.component.md +++ b/docs/tag-actions.component.md @@ -2,17 +2,6 @@ ![Custom columns](docassets/images/tag3.png) - - - - -- [Basic Usage](#basic-usage) - * [Properties](#properties) - - - - - ## Basic Usage ```html diff --git a/docs/tag-node-list.component.md b/docs/tag-node-list.component.md index 284619b7a6..25ec81dba5 100644 --- a/docs/tag-node-list.component.md +++ b/docs/tag-node-list.component.md @@ -2,17 +2,6 @@ ![Custom columns](docassets/images/tag1.png) - - - - -- [Basic Usage](#basic-usage) - * [Properties](#properties) - - - - - ## Basic Usage ```html diff --git a/docs/task-attachment-list.component.md b/docs/task-attachment-list.component.md index d2f136d8fe..98d3f82efb 100644 --- a/docs/task-attachment-list.component.md +++ b/docs/task-attachment-list.component.md @@ -4,19 +4,6 @@ Displays attached documents on a specified task. ![task-attachment-list-sample](docassets/images/task-attachment-list.png) - - - - -- [Basic Usage](#basic-usage) - * [Drag and Drop Functionality](#how-to-add-drag-and-drop-functionality) - * [Properties](#properties) - * [Events](#events) - - - - - ## Basic Usage ```html diff --git a/docs/task-details.component.md b/docs/task-details.component.md index 1bc57e9430..4a8c975630 100644 --- a/docs/task-details.component.md +++ b/docs/task-details.component.md @@ -2,20 +2,6 @@ Shows the details of the task id passed in input - - - - -- [Basic Usage](#basic-usage) - * [Properties](#properties) - * [Events](#events) -- [Details](#details) - * [Custom 'empty Activiti Task Details' template](#custom-empty-activiti-task-details-template) - - - - - ## Basic Usage ```html diff --git a/docs/task-filter.service.md b/docs/task-filter.service.md index 628c88f3a7..ce2db22444 100644 --- a/docs/task-filter.service.md +++ b/docs/task-filter.service.md @@ -1,4 +1,5 @@ # Task Filter Service + Manage Task Filters, which are pre-configured Task Instance queries. ## Importing diff --git a/docs/task-header.component.md b/docs/task-header.component.md index 9e3f62cd83..cb0c0c3130 100644 --- a/docs/task-header.component.md +++ b/docs/task-header.component.md @@ -4,19 +4,6 @@ Shows all the information related to a task. ![adf-task-header](docassets/images/adf-task-header.png) - - - - -- [Basic Usage](#basic-usage) - * [Properties](#properties) - * [Events](#events) -- [Details](#details) - - - - - ## Basic Usage ```html diff --git a/docs/tasklist.service.md b/docs/tasklist.service.md index 98885477bf..b6c79f20d0 100644 --- a/docs/tasklist.service.md +++ b/docs/tasklist.service.md @@ -1,4 +1,5 @@ # Tasklist Service + Manage Task Instances. ## Importing diff --git a/docs/toolbar-divider.component.md b/docs/toolbar-divider.component.md index fc1f1a0a44..d6ecf6af76 100644 --- a/docs/toolbar-divider.component.md +++ b/docs/toolbar-divider.component.md @@ -2,16 +2,6 @@ Divides groups of elements in a Toolbar with a visual separator. - - - - -- [Basic Usage](#basic-usage) - - - - - ## Basic Usage ```html diff --git a/docs/toolbar-title.component.md b/docs/toolbar-title.component.md index 79775566fe..5de232d5cd 100644 --- a/docs/toolbar-title.component.md +++ b/docs/toolbar-title.component.md @@ -4,17 +4,6 @@ Supplies custom HTML to be included in a Toolbar component title. ![](docassets/images/adf-toolbar-02.png) - - - - -- [Basic Usage](#basic-usage) -- [Details](#details) - - - - - ## Basic Usage ```html diff --git a/docs/translation.service.md b/docs/translation.service.md index 616828e374..3b656e2fa3 100644 --- a/docs/translation.service.md +++ b/docs/translation.service.md @@ -2,18 +2,6 @@ Supports localisation. - - - - -- [Details](#details) - * [Registering translation sources](#registering-translation-sources) - * [Switching languages](#switching-languages) - - - - - ## Details ### Registering translation sources diff --git a/docs/upload-button.component.md b/docs/upload-button.component.md index 6a0b547e5f..be6b899d40 100644 --- a/docs/upload-button.component.md +++ b/docs/upload-button.component.md @@ -1,24 +1,10 @@ # Upload Button Component - - - - -- [Basic Usage](#basic-usage) - * [Properties](#properties) - * [Events](#events) -- [Details](#details) - * [How to show notification message with no permission](#how-to-show-notification-message-with-no-permission) - - - - - ## Basic Usage ```html ``` diff --git a/docs/upload-drag-area.component.md b/docs/upload-drag-area.component.md index d71f339a30..fc3371d798 100644 --- a/docs/upload-drag-area.component.md +++ b/docs/upload-drag-area.component.md @@ -2,18 +2,6 @@ Adds a drag and drop area to upload files to Alfresco. - - - - -- [Basic Usage](#basic-usage) - * [Properties](#properties) - * [Events](#events) - - - - - ## Basic Usage ```html diff --git a/docs/upload.service.md b/docs/upload.service.md index 33ae7c0639..43db09e0d9 100644 --- a/docs/upload.service.md +++ b/docs/upload.service.md @@ -2,19 +2,6 @@ Provides access to various APIs related to file upload features. - - - - -- [Basic Usage](#basic-usage) - * [Events](#events) -- [Details](#details) - * [Ignore list configuration](#ignore-list-configuration) - - - - - ## Basic Usage ### Events diff --git a/docs/user-info.component.md b/docs/user-info.component.md index c8d72132b5..6157a3690d 100644 --- a/docs/user-info.component.md +++ b/docs/user-info.component.md @@ -1,17 +1,5 @@ # Alfresco User Info component - - - - -- [Basic usage](#basic-usage) - * [Properties](#properties) -- [Details](#details) - - - - - ## Basic usage ```html diff --git a/docs/viewer.component.md b/docs/viewer.component.md index e4d93e6f21..409b1e805c 100644 --- a/docs/viewer.component.md +++ b/docs/viewer.component.md @@ -169,7 +169,7 @@ You can enable custom "Open With" menu by providing at least one action inside t - + ``` ![Open with](docassets/images/viewer-open-with.png)