diff --git a/README.md b/README.md index 9fc94e42..2849075f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # Project that generates Docker images to perform ACS transformations -* alfresco-transformer-base - contains code that is common to all the transformers. This includes - the streaming of content to and from the docker images. -* alfresco-docker- - contains code to generate an image for a transformer called . +## Sub-projects + +* `alfresco-transformer-base` - contains code that is common to all the transformers. This includes + the streaming of content to and from the docker images. See the sub-project's + [README](https://git.alfresco.com/Repository/alfresco-docker-transformers/tree/master/alfresco-transformer-base). +* Each `alfresco-docker-` - contains two sub-projects. One builds an executable jar to communicate with the + Alfresco repository and another to create a Docker image that includes the jar and any required + executables. ## Building and testing diff --git a/alfresco-docker-alfresco-pdf-renderer/docker/README.md b/alfresco-docker-alfresco-pdf-renderer/docker/README.md deleted file mode 100644 index 01d4bd0a..00000000 --- a/alfresco-docker-alfresco-pdf-renderer/docker/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Welcome - -This repository contains the Dockerfile that performs afresc-pdf-renderer transformations for the the ACS Repository. diff --git a/alfresco-docker-imagemagick/docker/README.md b/alfresco-docker-imagemagick/docker/README.md deleted file mode 100644 index 1750d496..00000000 --- a/alfresco-docker-imagemagick/docker/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Welcome - -This repository contains the Dockerfile that performs ImageMagick transformations for the the ACS Repository. diff --git a/alfresco-docker-libreoffice/docker/README.md b/alfresco-docker-libreoffice/docker/README.md deleted file mode 100644 index 905fda7b..00000000 --- a/alfresco-docker-libreoffice/docker/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Welcome - -This repository contains the Dockerfile that performs LibreOffice transformations for the the ACS Repository.