Skip to content

Commit

Permalink
Merge pull request #17 from juan-ayala/automated-documentation-update…
Browse files Browse the repository at this point in the history
…-10910853942

Automated documentation update
  • Loading branch information
juan-ayala committed Sep 17, 2024
2 parents 907c2bc + 635a67d commit 970a887
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/aem-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`._
6 changes: 4 additions & 2 deletions src/aem-universal-editor-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand All @@ -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
Expand Down Expand Up @@ -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`._

0 comments on commit 970a887

Please sign in to comment.