Skip to content

Commit

Permalink
[DOCS-7443] Fix code block and text formatting in SDK 4 page (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxumalo authored Apr 24, 2024
1 parent 1ce197f commit 22456aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content-services/latest/develop/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ The `./run.sh build_start` script performs the following tasks:
* Build the Repository and Share Extension JARs so we are sure to get the latest changes.
* Assemble/Aggregate all Repository extension JARs into the `my-all-in-one-project/my-all-in-one-project-platform-docker/target/extensions` directory.
* Assemble/Aggregate all Share extension JARs into the `my-all-in-one-project/my-all-in-one-project-share-docker/target/extensions` directory.
* Create Docker Volumes for Repository (alf_data), Search index, and Database so data is persisted outside the containers.
* Create Docker Volumes for Repository (`alf_data`), Search index, and Database so data is persisted outside the containers.
* Run the project via the Docker Compose file and instruct Docker Compose to build the custom Docker images first.
* Tail the logs of all containers.
Expand Down Expand Up @@ -596,7 +596,8 @@ For example, let's update the Repository Web Script to return a different messag
1. Open the file in the `my-all-in-one-project/my-all-in-one-project-platform/` folder:
```text
src/main/resources/alfresco/extension/templates/webscripts/alfresco/tutorials/helloworld.get.html.ftl`
src/main/resources/alfresco/extension/templates/webscripts/alfresco/tutorials/helloworld.get.html.ftl
```
2. Change the content as follows:
Expand Down Expand Up @@ -737,7 +738,7 @@ The `./run.sh build_start` script performs the following tasks:
* Stop anything running already with this project's Docker Compose file: `my-platform-project/docker/docker-compose.yml`.
* Build the Repository Extension JARs so we are sure to get the latest changes.
* Assemble/Aggregate all Repository extension JARs into the `my-platform-project/target/extensions` directory.
* Create Docker Volumes for Repository (alf_data), Search index, and Database so data is persisted outside the containers.
* Create Docker Volumes for Repository (`alf_data`), Search index, and Database so data is persisted outside the containers.
* Run the project via the Docker Compose file and instruct Docker Compose to build the custom Docker images first.
* Tail the logs of all containers.
Expand Down Expand Up @@ -969,7 +970,7 @@ The `./run.sh build_start` script does the following tasks:
* Stop anything running already with this project's Docker Compose file: `my-share-project/docker/docker-compose.yml`.
* Build the Share Extension JARs so we are sure to get the latest changes.
* Assemble/Aggregate all Share extension JARs into the `my-share-project/target/extensions` directory.
* Create Docker Volumes for Repository (alf_data), Search index, and Database so data is persisted outside the containers.
* Create Docker Volumes for Repository (`alf_data`), Search index, and Database so data is persisted outside the containers.
* Run the project via the Docker Compose file and instruct Docker Compose to build the custom Docker images first.
* Tail the logs of all containers.

Expand Down

0 comments on commit 22456aa

Please sign in to comment.