From 74475dbd424c247a8ae9b6d23afe1f2e1e7728d5 Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Thu, 17 Jan 2019 17:21:23 +0000 Subject: [PATCH] [ADF-3745] Fixed links in rel notes, tutorials and guide (#4179) --- docs/release-notes/RelNote170.md | 8 ++-- docs/release-notes/RelNote190.md | 2 +- docs/release-notes/RelNote200.md | 25 ++++++------ docs/release-notes/RelNote210.md | 12 +++--- docs/release-notes/RelNote220.md | 4 +- docs/release-notes/RelNote230.md | 14 +++---- docs/release-notes/RelNote240.md | 8 ++-- docs/release-notes/RelNote250.md | 4 +- docs/release-notes/RelNote260.md | 38 +++++++++---------- docs/tutorials/README.md | 20 +++++----- docs/tutorials/basic-theming.md | 4 +- docs/tutorials/content-metadata-component.md | 4 +- ...ng-javascript-app-using-alfresco-js-api.md | 12 +++--- .../creating-the-app-using-yeoman.md | 4 +- docs/tutorials/customising-login.md | 16 ++++---- docs/tutorials/new-component.md | 4 +- docs/tutorials/new-view.md | 4 +- docs/tutorials/preparing-environment.md | 22 ++++++----- docs/tutorials/working-with-data-table.md | 14 ++++--- docs/tutorials/working-with-nodes-js-api.md | 4 +- docs/user-guide/README.md | 1 - docs/user-guide/angular-material-design.md | 2 + docs/user-guide/app-extensions.md | 6 +-- docs/user-guide/extensibility.md | 2 + docs/user-guide/internationalization.md | 14 ++++--- docs/user-guide/metadata-indicators.md | 6 +-- docs/user-guide/theming.md | 2 + docs/user-guide/transclusion.md | 4 +- docs/user-guide/typography.md | 4 +- 29 files changed, 146 insertions(+), 118 deletions(-) diff --git a/docs/release-notes/RelNote170.md b/docs/release-notes/RelNote170.md index 4b3614a8b4..e97ff19ed2 100644 --- a/docs/release-notes/RelNote170.md +++ b/docs/release-notes/RelNote170.md @@ -246,8 +246,8 @@ Two new methods has been added into the alfresco-js-api to support retrieve the | API | Name | HTTP method | URL | Description | | --- | ---- | ----------- | --- | ----------- | -| _ActivitiPublicRestApi.TaskApi_ | [**getTaskAuditJson**](https://github.com/Alfresco/alfresco-js-api/blob/a82ce3bbe56cb0944f8771d14193704b571adf96/src/alfresco-activiti-rest-api/docs/TaskApi.md#getTaskAuditJson) | **GET** | /api/enterprise/tasks/{taskId}/audit | Retrieve audit infromation in json format | -| _ActivitiPublicRestApi.TaskApi_ | [**getTaskAuditPdf**](https://github.com/Alfresco/alfresco-js-api/blob/a82ce3bbe56cb0944f8771d14193704b571adf96/src/alfresco-activiti-rest-api/docs/TaskApi.md#getTaskAuditPdf) | **GET** | /app/rest/tasks/{taskId}/audit | Retrieve the task audit infromation in pdf format | +| _ActivitiPublicRestApi.TaskApi_ | [**getTaskAuditJson**](https://github.com/Alfresco/alfresco-js-api/blob/a82ce3bbe56cb0944f8771d14193704b571adf96/src/alfresco-activiti-rest-api/docs/TaskApi.md#getTaskAuditJson) | **GET** | /api/enterprise/tasks/{taskId}/audit | Retrieve audit infromation in json format | +| _ActivitiPublicRestApi.TaskApi_ | [**getTaskAuditPdf**](https://github.com/Alfresco/alfresco-js-api/blob/a82ce3bbe56cb0944f8771d14193704b571adf96/src/alfresco-activiti-rest-api/docs/TaskApi.md#getTaskAuditPdf) | **GET** | /app/rest/tasks/{taskId}/audit | Retrieve the task audit infromation in pdf format | For further details about those endepoints please refer to the [official documentation](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-activiti-rest-api/docs/TaskApi.md) @@ -264,7 +264,7 @@ The list below is the list of the new services added in 1.7.0: - [`SharedLinksApiService`](../core/shared-links-api.service.md) - SitesApiService - [`ThumbnailService`](../core/thumbnail.service.md) -- [`SearchService`](../../lib/core/services/search.service.ts) +- [`SearchService`](../core/search.service.md) ### 18. Code Contribution Guide and CLA @@ -379,7 +379,7 @@ Release Notes - Apps Development Framework - Version 1.7. - \[[ADF-1169](https://issues.alfresco.com/jira/browse/ADF-1169)] - [Start Task] - Missing date validation - \[[ADF-1175](https://issues.alfresco.com/jira/browse/ADF-1175)] - Start Process and Start Task Forms don't close when Cancel button is clicked - \[[ADF-1190](https://issues.alfresco.com/jira/browse/ADF-1190)] - Task form - Unable to view task form when the process does not have variables -- \[[ADF-1199](https://issues.alfresco.com/jira/browse/ADF-1199)] - [`MinimalNodeEntryEntity`](../content-services/document-library.model.md) is missing the "allowableOperations" property +- \[[ADF-1199](https://issues.alfresco.com/jira/browse/ADF-1199)] - `MinimalNodeEntryEntity` is missing the "allowableOperations" property - \[[ADF-1200](https://issues.alfresco.com/jira/browse/ADF-1200)] - The URL validation error message is still displayed after changing the invalid url with a valid one - \[[ADF-1201](https://issues.alfresco.com/jira/browse/ADF-1201)] - 508 Compliance Resolution for the App tiles. - 2131 Github - \[[ADF-1216](https://issues.alfresco.com/jira/browse/ADF-1216)] - The included packages are not displayed in [About Component](../core/about.component.md) if the user is logged only on Content Services diff --git a/docs/release-notes/RelNote190.md b/docs/release-notes/RelNote190.md index 326e4691d7..b897b9a41b 100644 --- a/docs/release-notes/RelNote190.md +++ b/docs/release-notes/RelNote190.md @@ -350,7 +350,7 @@ Release Notes - Apps Development Framework - Version 1.9. - \[[ADF-1249](https://issues.alfresco.com/jira/browse/ADF-1249)] - Remove mdl from ng2-activiti-diagrams - \[[ADF-1250](https://issues.alfresco.com/jira/browse/ADF-1250)] - Remove mdl from ng2-activiti-analytics - \[[ADF-1251](https://issues.alfresco.com/jira/browse/ADF-1251)] - Remove mdl from demo shell -- \[[ADF-1492](https://issues.alfresco.com/jira/browse/ADF-1492)] - Document List - Export [`ContentNodeSelectorComponent`](../content-services/content-node-selector.component.md) and ContentNodeSelectorComponentData +- \[[ADF-1492](https://issues.alfresco.com/jira/browse/ADF-1492)] - Document List - Export [`ContentNodeSelectorComponent`](../content-services/content-node-selector.component.md) and [ContentNodeSelectorComponentData](../../lib/content-services/content-node-selector/content-node-selector.component-data.interface.ts) - \[[ADF-1496](https://issues.alfresco.com/jira/browse/ADF-1496)] - Remove "Disable upload button when user has no permissions" switch. - \[[ADF-1504](https://issues.alfresco.com/jira/browse/ADF-1504)] - Rename UserInfoComponentModule to [`UserInfoModule`](../../lib/core/userinfo/userinfo.module.ts) - \[[ADF-1515](https://issues.alfresco.com/jira/browse/ADF-1515)] - Internationalization - ADF strings review diff --git a/docs/release-notes/RelNote200.md b/docs/release-notes/RelNote200.md index 5989f36240..2e90cbb1d1 100644 --- a/docs/release-notes/RelNote200.md +++ b/docs/release-notes/RelNote200.md @@ -69,7 +69,8 @@ Please note the only major version valid for the package @alfresco/adf-insights While this release had a high focus on stabilization and bug fixes, we have also introduced new and enhanced features. These include a completely revamped [Viewer component,](../core/viewer.component.md) a new metadata component and file versioning. Also, ADF is now localized into 11 different languages. In total we have closed around 242 issues in JIRA. Since we follow [SEMVER](https://semver.org), we can only introduce breaking changes in major releases. We learned a lot and we needed to restructure and rename components to make things easier moving forward. You can see all the details about the breaking changes below. -We have continued to expand and rewrite our documentation. We now have a [new component catalog](https://alfresco.github.io/adf-component-catalog/) running that we hope you'll enjoy. +We have continued to expand and rewrite our documentation. We now have a new component catalog +running that we hope you'll enjoy. The Yeoman generators have been updated. We now ship three small [Angular CLI](https://cli.angular.io) based applications to help get you started. @@ -231,7 +232,7 @@ For more details please refer to [Upload button documentation](../content-servic ### 8. Register Alfresco file type icons within the mat-icon -All the ADF MIME type icons are now registered into the MatIconRegistry. This improvement allows you to use all the icons through the mat-icon tag: +All the ADF MIME type icons are now registered into the [MatIconRegistry](https://material.angular.io/components/icon/api). This improvement allows you to use all the icons through the mat-icon tag: ![](images/Untitled.gif) @@ -255,7 +256,7 @@ The [log service](../core/log.service.md) provides 6 level of logs: TRACE, DEBUG ### 10. Favorite node directive -The NodeFavoriteDirective instance can be bound to a button to retrieve and manage a favorites node list: +The [NodeFavoriteDirective](../core/node-favorite.directive.md) instance can be bound to a button to retrieve and manage a favorites node list: