From 635a67dada3ff3cd07af159cb6e182743f8a9d4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Sep 2024 20:47:35 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/aem-sdk/README.md | 3 ++- src/aem-universal-editor-service/README.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/aem-sdk/README.md b/src/aem-sdk/README.md index 1574d21..56ad906 100644 --- a/src/aem-sdk/README.md +++ b/src/aem-sdk/README.md @@ -30,7 +30,7 @@ Setup author and publish services. And the dispatcher tools. Requires the AEM as ## Step 1: The SDK Archive * [Download](https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/aem-runtime#download-the-aem-as-a-cloud-service-sdk) the AEM SDK form Adobe's [Software Distribuition](https://experience.adobe.com/#/downloads) Site. -* Place the ZIP archive in your project folder (i.e. `.devcontainer/aem-sdk-2024.4.15977.20240418T174835Z-240400.zip) +* Place the ZIP archive in your project folder (i.e. `.devcontainer/aem-sdk-2024.4.15977.20240418T174835Z-240400.zip`) ## Step 2: The Devcontainer Settings * Add the following feature to the `.devcontainer/devcontainer.json` file @@ -60,6 +60,7 @@ The feature also sets up volume mounts for the author and publish services. This * [Set up local AEM SDK](https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/aem-runtime) * [Set up local Dispatcher Tools](https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/dispatcher-tools) + --- _Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/juan-ayala/devcontainer-features/blob/main/src/aem-sdk/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/aem-universal-editor-service/README.md b/src/aem-universal-editor-service/README.md index 5118614..313723b 100644 --- a/src/aem-universal-editor-service/README.md +++ b/src/aem-universal-editor-service/README.md @@ -18,7 +18,8 @@ Setup the AEM Universal Editor Service for local development. | uesDownloadsDirectory | Path to directory that contains one or more UES zip files downloaded from Adobe's Software Distribution. | string | - | | uesNodeVersion | Node.js version to use when running the Universal Editor Service. | string | 20 | | uesVersion | Universal Editor Service version. | string | automatic | -| uesPort | Universal Editor Service port. | string | 8000 | +| uesHttpPort | Universal Editor Service HTTP port. | string | 8001 | +| uesHttpsPort | Universal Editor Service HTTPS port. | string | 8000 | | authorHttpPort | HTTP port the AEM author is running on. | string | 4502 | | authorHttpsPort | HTTPS port that should be proxied for the AEM author. | string | 44302 | @@ -31,7 +32,7 @@ Setup the AEM Universal Editor Service for local development. ## Step 1: The Universal Editor Distribution * [Download](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/local-dev#install-ue-service) the AEM Universal Editor form Adobe's [Software Distribuition](https://experience.adobe.com/#/downloads) Site. -* Place the ZIP archive in your project folder (i.e. `.devcontainer/universal-editor-service-vprod-20240912200213.zip) +* Place the ZIP archive in your project folder (i.e. `.devcontainer/universal-editor-service-vprod-20240912200213.zip`) ## Step 2: The Devcontainer Settings * Add the following feature to the `.devcontainer/devcontainer.json` file @@ -59,6 +60,7 @@ Once the service has started, verify you can get the core library. Make sure to ## References * [Local AEM Development with the Universal Editor](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/local-dev#install-ue-service) + --- _Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/juan-ayala/devcontainer-features/blob/main/src/aem-universal-editor-service/devcontainer-feature.json). Add additional notes to a `NOTES.md`._