From 56c8d16f7b1842209d8ece7dce48516a5612a31f Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 17 Oct 2018 12:12:43 +0100 Subject: [PATCH] fix readme pd cloud --- lib/content-services/README.md | 4 +-- lib/core/README.md | 4 +-- lib/insights/README.md | 4 +-- lib/process-services-cloud/README.md | 38 ++++++++++++++++++++++++++++ lib/process-services/README.md | 4 +-- 5 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 lib/process-services-cloud/README.md diff --git a/lib/content-services/README.md b/lib/content-services/README.md index 45509454cb..348af4a9a6 100644 --- a/lib/content-services/README.md +++ b/lib/content-services/README.md @@ -30,9 +30,9 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng ## Install ```sh -npm install @alfresco/content-services +npm install @alfresco/adf-content-services ``` ## License -[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) \ No newline at end of file +[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) diff --git a/lib/core/README.md b/lib/core/README.md index eeb84a79ad..bc36e56b04 100644 --- a/lib/core/README.md +++ b/lib/core/README.md @@ -30,9 +30,9 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng ## Install ```sh -npm install @alfresco/core +npm install @alfresco/adf-core ``` ## License -[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) \ No newline at end of file +[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) diff --git a/lib/insights/README.md b/lib/insights/README.md index ccccd0af8e..cace97c219 100644 --- a/lib/insights/README.md +++ b/lib/insights/README.md @@ -30,9 +30,9 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng ## Install ```sh -npm install @alfresco/insights +npm install @alfresco/adf-insights ``` ## License -[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) \ No newline at end of file +[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) diff --git a/lib/process-services-cloud/README.md b/lib/process-services-cloud/README.md new file mode 100644 index 0000000000..d6312a9401 --- /dev/null +++ b/lib/process-services-cloud/README.md @@ -0,0 +1,38 @@ +# Alfresco Process Services Cloud Library + +Contains a variety of components, directives and services used throughout ADF + + + + + +- [Documentation](#documentation) +- [Prerequisites](#prerequisites) +- [Install](#install) +- [License](#license) + + + + + +## Documentation + +See the [ADF Core](../../docs/README.md#adf-process-services-cloud) section of the [docs index](../../docs/README.md) +for all available documentation on this library. + +## Prerequisites + +Before you start using this development framework, make sure you have installed all required software and done all the +necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng2-components/blob/master/PREREQUISITES.md). + +> If you plan using this component with projects generated by Angular CLI, please refer to the following article: [Using ADF with Angular CLI](https://github.com/Alfresco/alfresco-ng2-components/wiki/Angular-CLI) + +## Install + +```sh +npm install @alfresco/adf-process-services-cloud +``` + +## License + +[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) diff --git a/lib/process-services/README.md b/lib/process-services/README.md index 3ba1472e31..4cc261c03d 100644 --- a/lib/process-services/README.md +++ b/lib/process-services/README.md @@ -30,9 +30,9 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng ## Install ```sh -npm install @alfresco/process-services +npm install @alfresco/adf-process-services ``` ## License -[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) \ No newline at end of file +[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE)