diff --git a/docs/release-notes/RelNote161.md b/docs/release-notes/RelNote161.md index a08c943135..9510ebaa17 100644 --- a/docs/release-notes/RelNote161.md +++ b/docs/release-notes/RelNote161.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v1.6.1 +--- + # Alfresco Application Development Framework, version 1.6.1 Release Note These release notes provide information for the **1.6.1 release** of Alfresco Application Development Framework. diff --git a/docs/release-notes/RelNote170.md b/docs/release-notes/RelNote170.md index 26912c6dda..7210b97818 100644 --- a/docs/release-notes/RelNote170.md +++ b/docs/release-notes/RelNote170.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v1.7.0 +--- + # Alfresco Application Development Framework, version 1.7.0 Release Note These release notes provide information for the **1.7.0 release** of Alfresco Application Development Framework. diff --git a/docs/release-notes/RelNote180.md b/docs/release-notes/RelNote180.md index f79d1e9097..571617877c 100644 --- a/docs/release-notes/RelNote180.md +++ b/docs/release-notes/RelNote180.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v1.8.0 +--- + # Alfresco Application Development Framework, version 1.8.0 Release Note These release notes provide information for the **1.8.0 release** of Alfresco Application Development Framework. diff --git a/docs/release-notes/RelNote190.md b/docs/release-notes/RelNote190.md index 23e197a0ef..d770642184 100644 --- a/docs/release-notes/RelNote190.md +++ b/docs/release-notes/RelNote190.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v1.9.0 +--- + # Alfresco Application Development Framework, version 1.9.0 Release Note These release notes provide information for the **1.9.0 release** of Alfresco Application Development Framework. diff --git a/docs/release-notes/RelNote200.md b/docs/release-notes/RelNote200.md index 655b377d3b..f58fea8da3 100644 --- a/docs/release-notes/RelNote200.md +++ b/docs/release-notes/RelNote200.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v2.0.0 +--- + # Alfresco Application Development Framework, version 2.0.0 Release Note These release notes provide information for the **2.0.0 release** of the Alfresco Application Development Framework. diff --git a/docs/release-notes/RelNote210.md b/docs/release-notes/RelNote210.md index 99e9704ab9..b2907b65e3 100644 --- a/docs/release-notes/RelNote210.md +++ b/docs/release-notes/RelNote210.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v2.1.0 +--- + # Alfresco Application Development Framework, version 2.1.0 Release Note These release notes provide information for the **2.1.0 release** of the Alfresco Application Development Framework. diff --git a/docs/release-notes/RelNote220.md b/docs/release-notes/RelNote220.md index afc1888f0f..409067b471 100644 --- a/docs/release-notes/RelNote220.md +++ b/docs/release-notes/RelNote220.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v2.2.0 +--- + # Alfresco Application Development Framework, version 2.2.0 Release Note These release notes provide information for the **2.2.0 release** of the Alfresco Application Development Framework. diff --git a/docs/release-notes/RelNote230.md b/docs/release-notes/RelNote230.md index 30dd86f231..401ceb672c 100644 --- a/docs/release-notes/RelNote230.md +++ b/docs/release-notes/RelNote230.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v2.3.0 +--- + # Alfresco Application Development Framework, version 2.3.0 Release Note These release notes provide information for the **2.3.0 release** of the Alfresco Application diff --git a/docs/release-notes/RelNote240.md b/docs/release-notes/RelNote240.md index 8d7c4810ce..1574c31827 100644 --- a/docs/release-notes/RelNote240.md +++ b/docs/release-notes/RelNote240.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v2.4.0 +--- + # Alfresco Application Development Framework, version 2.4.0 Release Note These release notes provide information about the **2.4.0 release** of the Alfresco Application Development Framework. diff --git a/docs/release-notes/RelNote250.md b/docs/release-notes/RelNote250.md index bc603d6ff7..64e150bf10 100644 --- a/docs/release-notes/RelNote250.md +++ b/docs/release-notes/RelNote250.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v2.5.0 +--- + # Alfresco Application Development Framework, version 2.5.0 Release Note These release notes provide information about the **2.5.0 release** diff --git a/docs/release-notes/RelNote260.md b/docs/release-notes/RelNote260.md index 373f990ce7..4c14761489 100644 --- a/docs/release-notes/RelNote260.md +++ b/docs/release-notes/RelNote260.md @@ -1,3 +1,7 @@ +--- +Title: Release notes v2.6.0 +--- + # Alfresco Application Development Framework, version 2.6.0 Release Note These release notes provide information about the **2.6.0 release** of the Alfresco Application Development Framework. diff --git a/docs/tutorials/basic-theming.md b/docs/tutorials/basic-theming.md index 986987bb35..9496fe3086 100644 --- a/docs/tutorials/basic-theming.md +++ b/docs/tutorials/basic-theming.md @@ -1,4 +1,5 @@ --- +Title: Basic theming Level: Beginner --- diff --git a/docs/tutorials/content-metadata-component.md b/docs/tutorials/content-metadata-component.md index 967107de68..8a5e4f8df7 100644 --- a/docs/tutorials/content-metadata-component.md +++ b/docs/tutorials/content-metadata-component.md @@ -1,4 +1,5 @@ --- +Title: Content metadata component Level: Advanced --- diff --git a/docs/tutorials/creating-javascript-app-using-alfresco-js-api.md b/docs/tutorials/creating-javascript-app-using-alfresco-js-api.md index 5c95b71586..3b88e75ccd 100644 --- a/docs/tutorials/creating-javascript-app-using-alfresco-js-api.md +++ b/docs/tutorials/creating-javascript-app-using-alfresco-js-api.md @@ -1,4 +1,5 @@ --- +Title: Creating an Alfresco JavaScript app Level: Basic --- diff --git a/docs/tutorials/creating-the-app-using-yeoman.md b/docs/tutorials/creating-the-app-using-yeoman.md index 5e6e2a3abe..77e3bf2f69 100644 --- a/docs/tutorials/creating-the-app-using-yeoman.md +++ b/docs/tutorials/creating-the-app-using-yeoman.md @@ -1,4 +1,5 @@ --- +Title: Creating an ADF app using Yeoman Level: Basic --- diff --git a/docs/tutorials/creating-your-first-adf-application.md b/docs/tutorials/creating-your-first-adf-application.md index 19317f9724..1ef8d29b9b 100644 --- a/docs/tutorials/creating-your-first-adf-application.md +++ b/docs/tutorials/creating-your-first-adf-application.md @@ -1,4 +1,5 @@ --- +Title: Creating your first ADF app Level: Basic --- diff --git a/docs/tutorials/customising-login.md b/docs/tutorials/customising-login.md index 861a32471b..d64790c694 100644 --- a/docs/tutorials/customising-login.md +++ b/docs/tutorials/customising-login.md @@ -1,4 +1,5 @@ --- +Title: Customizing the Login component Level: Intermediate --- diff --git a/docs/tutorials/new-component.md b/docs/tutorials/new-component.md index a747c9bd4b..a8c8a3ea6e 100644 --- a/docs/tutorials/new-component.md +++ b/docs/tutorials/new-component.md @@ -1,4 +1,5 @@ --- +Title: Adding a new component Level: Basic --- diff --git a/docs/tutorials/new-view.md b/docs/tutorials/new-view.md index 34c97283a3..29af04e6a2 100644 --- a/docs/tutorials/new-view.md +++ b/docs/tutorials/new-view.md @@ -1,4 +1,5 @@ --- +Title: Adding a new view Level: Beginner --- diff --git a/docs/tutorials/preparing-environment.md b/docs/tutorials/preparing-environment.md index a02c8710c3..512a86f098 100644 --- a/docs/tutorials/preparing-environment.md +++ b/docs/tutorials/preparing-environment.md @@ -1,4 +1,5 @@ --- +Title: Preparing the development environment Level: Beginner --- diff --git a/docs/tutorials/using-components.md b/docs/tutorials/using-components.md index 71e50d4105..8c6b8097bc 100644 --- a/docs/tutorials/using-components.md +++ b/docs/tutorials/using-components.md @@ -1,4 +1,5 @@ --- +Title: Using ADF components Level: Basic --- diff --git a/docs/tutorials/working-with-data-table.md b/docs/tutorials/working-with-data-table.md index 534d094e1c..1abb5ce5cf 100644 --- a/docs/tutorials/working-with-data-table.md +++ b/docs/tutorials/working-with-data-table.md @@ -1,4 +1,5 @@ --- +Title: Working with a DataTable Level: Intermediate --- diff --git a/docs/tutorials/working-with-nodes-api-service.md b/docs/tutorials/working-with-nodes-api-service.md index a3b5b769e2..082a2ee017 100644 --- a/docs/tutorials/working-with-nodes-api-service.md +++ b/docs/tutorials/working-with-nodes-api-service.md @@ -1,3 +1,8 @@ +--- +Title: Working with the Nodes API service +Level: Intermediate +--- + # Working with the Nodes API Service In this tutorial you will learn how to use the [`NodesApiService`](../core/nodes-api.service.md). We have developed some practical examples to show you how to interact with an instance of Alfresco Content Services without using the REST endpoints directly. With this approach the [`NodesApiService`](../core/nodes-api.service.md) is used as an abstraction layer, defined by one of the services in the ADF Core library. diff --git a/docs/tutorials/working-with-nodes-js-api.md b/docs/tutorials/working-with-nodes-js-api.md index fc3583bd1d..47b73e2858 100644 --- a/docs/tutorials/working-with-nodes-js-api.md +++ b/docs/tutorials/working-with-nodes-js-api.md @@ -1,3 +1,8 @@ +--- +Title: Working with nodes using the JS-API +Level: Intermediate +--- + # Working with Nodes using the JS API In this tutorial you will learn how to use the [`AlfrescoCoreRestApi`](https://github.com/Alfresco/alfresco-js-api/tree/master/src/alfresco-core-rest-api). We have developed some practical examples to show you how to interact with an instance of Alfresco Content Services without using the REST endpoints directly. With this approach the `AlfrescoCoreRestApi` is used as an abstraction layer, defining one of the core services of the [`alfresco-api-js`](https://github.com/Alfresco/alfresco-js-api) library. diff --git a/docs/user-guide/angular-material-design.md b/docs/user-guide/angular-material-design.md index b1ec5cb69f..142960457d 100644 --- a/docs/user-guide/angular-material-design.md +++ b/docs/user-guide/angular-material-design.md @@ -1,3 +1,7 @@ +--- +Title: Angular Material Design +--- + # Angular Material Design Google's diff --git a/docs/user-guide/extensibility.md b/docs/user-guide/extensibility.md index c52020e8e2..c5ac481a50 100644 --- a/docs/user-guide/extensibility.md +++ b/docs/user-guide/extensibility.md @@ -1,8 +1,9 @@ --- +Title: Form extensibility and customization Added: v2.0.0 --- -# Form Extensibility and Customisation +# Form Extensibility and Customization _Note: it is assumed you are familiar with Alfresco Process Services (powered by Activiti) form definition structure._ diff --git a/docs/user-guide/internationalization.md b/docs/user-guide/internationalization.md index 016d6972a4..d852963ec0 100644 --- a/docs/user-guide/internationalization.md +++ b/docs/user-guide/internationalization.md @@ -1,4 +1,5 @@ --- +Title: Internationalization Added: v2.2.0 --- diff --git a/docs/user-guide/metadata-indicators.md b/docs/user-guide/metadata-indicators.md index 8720a41e5d..6d32e6bf22 100644 --- a/docs/user-guide/metadata-indicators.md +++ b/docs/user-guide/metadata-indicators.md @@ -1,6 +1,8 @@ --- +Title: Walkthrough - indicators to highlight node info Added: v2.0.0 --- + # Walkthrough: adding indicators to clearly highlight information about a node Every node object in the document list holds metadata information. diff --git a/docs/user-guide/theming.md b/docs/user-guide/theming.md index 619f4f84ac..dd4fae5749 100644 --- a/docs/user-guide/theming.md +++ b/docs/user-guide/theming.md @@ -1,6 +1,8 @@ --- +Title: Theming an ADF app Added: v2.0.0 --- + # Theming an ADF app The [Material Design](https://material.io/guidelines/material-design/introduction.html) diff --git a/docs/user-guide/transclusion.md b/docs/user-guide/transclusion.md index 78d5a7c099..e5e86041d1 100644 --- a/docs/user-guide/transclusion.md +++ b/docs/user-guide/transclusion.md @@ -1,4 +1,5 @@ --- +Title: Transclusion Added: v2.6.0 --- diff --git a/docs/user-guide/typography.md b/docs/user-guide/typography.md index d1915fd622..25ce450a7c 100644 --- a/docs/user-guide/typography.md +++ b/docs/user-guide/typography.md @@ -1,6 +1,8 @@ --- +Title: Typography Added: v2.0.0 --- + # ADF Typography ## What is typography?