diff --git a/docs/alfresco-transform-service.md b/docs/alfresco-transform-service.md index 562b7cf6..a54f078f 100644 --- a/docs/alfresco-transform-service.md +++ b/docs/alfresco-transform-service.md @@ -1,3 +1,8 @@ +--- +Title: How to set up Alfresco Transform Service +Added: v4.0.0 +Last reviewed: 2019-01-14 +--- # How to set up Alfresco Transform Service By default, the _Alfresco Transform Service_ (from now ATS) is not included in the basic configuration of the projects generated making use of the Alfresco diff --git a/docs/amps.md b/docs/amps.md index 1f0502cf..28636291 100644 --- a/docs/amps.md +++ b/docs/amps.md @@ -1,3 +1,8 @@ +--- +Title: Working with AMPs +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # Working with AMPs Since the early days of the Alfresco SDK, the Alfresco Module Packages (AMP) have been the way customizations were packaged. In Alfresco SDK 4.0 everything diff --git a/docs/debug-eclipse.md b/docs/debug-eclipse.md index 995b5a17..9fae34d8 100644 --- a/docs/debug-eclipse.md +++ b/docs/debug-eclipse.md @@ -1,3 +1,8 @@ +--- +Title: Remote debugging using Eclipse +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # Remote debugging using Eclipse All the projects generated using the Alfresco SDK 4.0 are pre-configured to listen for remote debug connections. Depending on the selected archetypes you'll diff --git a/docs/debug-intellij.md b/docs/debug-intellij.md index 31119e22..64b3adbb 100644 --- a/docs/debug-intellij.md +++ b/docs/debug-intellij.md @@ -1,3 +1,8 @@ +--- +Title: Remote debugging using IntelliJ +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # Remote debugging using IntelliJ All the projects generated using the Alfresco SDK 4.0 are pre-configured to listen for remote debug connections. Depending on the selected archetypes you'll diff --git a/docs/dev-env-eclipse.md b/docs/dev-env-eclipse.md index 5f882d72..bbb09d4b 100644 --- a/docs/dev-env-eclipse.md +++ b/docs/dev-env-eclipse.md @@ -1,3 +1,8 @@ +--- +Title: Setting up your development environment using Eclipse +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # Setting up your development environment using Eclipse The Maven Alfresco SDK is designed to work well with Eclipse. This support includes the ability to import existing Alfresco projects created using the diff --git a/docs/dev-env-intellij.md b/docs/dev-env-intellij.md index 423b3389..d1238f0e 100644 --- a/docs/dev-env-intellij.md +++ b/docs/dev-env-intellij.md @@ -1,3 +1,8 @@ +--- +Title: Setting up your development environment using Intellij IDEA +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # Setting up your development environment using Intellij IDEA The Maven Alfresco SDK is designed to work well with Eclipse. This support includes the ability to import existing Alfresco projects created using the diff --git a/docs/getting-started.md b/docs/getting-started.md index fb7d9117..c8aea3c8 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,3 +1,8 @@ +--- +Title: Getting started with Alfresco SDK 4.0 +Added: v2.1.1 +Last reviewed: 2019-01-14 +--- # Getting started with Alfresco SDK 4.0 Use these instructions to get started with using Alfresco SDK 4.0. diff --git a/docs/hotswap-agent.md b/docs/hotswap-agent.md index 19671a6c..d3fc7145 100644 --- a/docs/hotswap-agent.md +++ b/docs/hotswap-agent.md @@ -1,3 +1,8 @@ +--- +Title: How to configure and use Hotswap Agent +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # How to configure and use Hotswap Agent [HotSwapAgent](http://hotswapagent.org/index.html) is the agent that enables you to do hot reloading. This allows you to modify the application code, and diff --git a/docs/jrebel.md b/docs/jrebel.md index f99de955..63e5a943 100644 --- a/docs/jrebel.md +++ b/docs/jrebel.md @@ -1,3 +1,8 @@ +--- +Title: How to configure and use JRebel +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # How to configure and use JRebel [JRebel](https://zeroturnaround.com/software/jrebel/) is the agent that enables you to do hot reloading. This allows you to modify the application code, diff --git a/docs/projects-usage.md b/docs/projects-usage.md index 1f32b6b4..2182046e 100644 --- a/docs/projects-usage.md +++ b/docs/projects-usage.md @@ -1,3 +1,8 @@ +--- +Title: Working with generated projects +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # Working with generated projects After generating your project, using one of the Alfresco SDK 4.0 Maven archetypes, it is important to know how to build/run/test these projects. diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 946551b5..e2090463 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,3 +1,8 @@ +--- +Title: Troubleshooting +Added: v3.0.0 +Last reviewed: 2019-01-14 +--- # Troubleshooting This article describes a list of common issues with the projects generated from the Alfresco SDK 4.0 archetypes and the way to troubleshoot them.