Documentation - Add metadata header

Modify the documentation articles to add a header with required
metadata.
This commit is contained in:
Jose Luis Osorno
2019-01-14 17:20:57 +01:00
parent beae915836
commit 9d7c80a147
11 changed files with 55 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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,

View File

@@ -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.

View File

@@ -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.