diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/.compodocrc.json b/openvidu-components-angular/projects/openvidu-angular/doc/.compodocrc.json index 638fd128..9bb309b5 100644 --- a/openvidu-components-angular/projects/openvidu-angular/doc/.compodocrc.json +++ b/openvidu-components-angular/projects/openvidu-angular/doc/.compodocrc.json @@ -15,7 +15,6 @@ "disableDependencies": true, "theme": "gitbook", "customFavicon": "doc/favicon.ico", - "extTheme": "doc/", - "assetsFolder": "doc/assets" + "extTheme": "doc/" } diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/additionalPanelsDirective-example.gif b/openvidu-components-angular/projects/openvidu-angular/doc/assets/additionalPanelsDirective-example.gif deleted file mode 100644 index 377aa8cf..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/additionalPanelsDirective-example.gif and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/chatPanelDirective-example.png b/openvidu-components-angular/projects/openvidu-angular/doc/assets/chatPanelDirective-example.png deleted file mode 100644 index 74c589ce..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/chatPanelDirective-example.png and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/layoutDirective-example.png b/openvidu-components-angular/projects/openvidu-angular/doc/assets/layoutDirective-example.png deleted file mode 100644 index 147f1ab0..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/layoutDirective-example.png and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/panelDirective.gif b/openvidu-components-angular/projects/openvidu-angular/doc/assets/panelDirective.gif deleted file mode 100644 index cb3a4cba..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/panelDirective.gif and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantPanelItemDirective-example.gif b/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantPanelItemDirective-example.gif deleted file mode 100644 index 5173b2ca..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantPanelItemDirective-example.gif and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantPanelItemElementsDirective-example.gif b/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantPanelItemElementsDirective-example.gif deleted file mode 100644 index f6008fd3..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantPanelItemElementsDirective-example.gif and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantsPanelDirective-example.png b/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantsPanelDirective-example.png deleted file mode 100644 index 9f1af8a3..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/participantsPanelDirective-example.png and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/streamDirective-example.png b/openvidu-components-angular/projects/openvidu-angular/doc/assets/streamDirective-example.png deleted file mode 100644 index 9bb2a21a..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/streamDirective-example.png and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbarAdditionalButtonsDirective-example.png b/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbarAdditionalButtonsDirective-example.png deleted file mode 100644 index 07b0abed..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbarAdditionalButtonsDirective-example.png and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbarAdditionalPanelButtonsDirective-example.png b/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbarAdditionalPanelButtonsDirective-example.png deleted file mode 100644 index 7fddde14..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbarAdditionalPanelButtonsDirective-example.png and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbardirective-example.png b/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbardirective-example.png deleted file mode 100644 index c6c60ce3..00000000 Binary files a/openvidu-components-angular/projects/openvidu-angular/doc/assets/toolbardirective-example.png and /dev/null differ diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/directives/template/openvidu-angular.directive.ts b/openvidu-components-angular/projects/openvidu-angular/src/lib/directives/template/openvidu-angular.directive.ts index 12854ee8..53f04aae 100644 --- a/openvidu-components-angular/projects/openvidu-angular/src/lib/directives/template/openvidu-angular.directive.ts +++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/directives/template/openvidu-angular.directive.ts @@ -4,7 +4,7 @@ import { Directive, TemplateRef, ViewContainerRef } from '@angular/core'; * The ***ovToolbar** directive allows to replace the default toolbar component injecting your custom template. * In the example below we've replaced the default toolbar and added the **toggleAudio** and **toggleVide** features. * - * *You can run the sample [here]()*. + * You can run the sample [here](components/openvidu-custom-toolbar#run-this-tutorial). * * *```html @@ -47,10 +47,6 @@ import { Directive, TemplateRef, ViewContainerRef } from '@angular/core'; * } * ``` * - *
- * - *
- * */ @Directive({ selector: '[ovToolbar]' @@ -111,9 +107,6 @@ export class ToolbarDirective { * } * } * ``` - *
- * - *
*/ @Directive({ selector: '[ovToolbarAdditionalButtons]' @@ -158,9 +151,6 @@ export class ToolbarAdditionalButtonsDirective { * } * } * ``` - *
- * - *
*/ @Directive({ selector: '[ovToolbarAdditionalPanelButtons]' @@ -174,7 +164,7 @@ export class ToolbarAdditionalPanelButtonsDirective { /** - * The ***ovPanel** directive allows to replace the default panels with yours. This directive also allows us insert elements + * The ***ovPanel** directive allows to replace the default panels with your own. This directive also allows us insert elements * tagged with the {@link ChatPanelDirective}, {@link ParticipantsPanelDirective} and {@link AdditionalPanelsDirective}. * * In this example we're going to replace the entire {@link PanelComponent} using the ***ovPanel** directive. Inside of it, we're customizing @@ -210,9 +200,6 @@ export class ToolbarAdditionalPanelButtonsDirective { * } * } * ``` - *
- * - *
*/ @Directive({ selector: '[ovPanel]' @@ -288,9 +275,6 @@ export class PanelDirective { * } * } * ``` - *
- * - *
*/ @Directive({ selector: '[ovAdditionalPanels]' @@ -372,9 +356,6 @@ export class AdditionalPanelsDirective { *} * ``` * - *
- * - *
*/ @Directive({ selector: '[ovChatPanel]' @@ -452,9 +433,6 @@ export class ChatPanelDirective { * * ``` * - *
- * - *
*/ @Directive({ selector: '[ovParticipantsPanel]' @@ -507,9 +485,6 @@ export class ParticipantsPanelDirective { * * ``` * - *
- * - *
*/ @Directive({ selector: '[ovParticipantPanelItem]' @@ -561,9 +536,6 @@ export class ParticipantPanelItemDirective { * } * ``` * - *
- * - *
*/ @Directive({ @@ -643,9 +615,6 @@ export class ParticipantPanelItemElementsDirective { * * ``` * - *
- * - *
*/ @Directive({ selector: '[ovLayout]' @@ -689,9 +658,6 @@ export class LayoutDirective { * } * } * ``` - *
- * - *
* */