Documentation - Remove not required param in markdown

Remove not required ?raw=true parameter in markdown images.
This commit is contained in:
Jose Luis Osorno
2019-01-18 14:36:06 +01:00
parent 436b9a455a
commit 3661a06206
7 changed files with 28 additions and 28 deletions

View File

@@ -52,13 +52,13 @@ For more details on how to import an Alfresco project into your Eclipse IDE, see
1. Open the Eclipse IDE and click on `Run Configurations` (top right).
![Alt text](../../docassets/images/sdk-debug-eclipse-create.png?raw=true "Eclipse remote debug create configuration")
![Alt text](../../docassets/images/sdk-debug-eclipse-create.png "Eclipse remote debug create configuration")
2. Click on the green plus sign (top left) and select `Remote Java Application` to add a new configuration for a remote app.
3. Enter a descriptive name for your configuration, for example, `Sample project ACS debug`.
![Alt text](../../docassets/images/sdk-debug-eclipse-config.png?raw=true "Eclipse remote debug configuration detail")
![Alt text](../../docassets/images/sdk-debug-eclipse-config.png "Eclipse remote debug configuration detail")
4. Click Browse then locate the platform project JAR if you want to debug ACS or the share project JAR if you want to debug share.
@@ -72,7 +72,7 @@ You will be taken back to the project source code.
7. Click on the bug icon and select the new configuration to run it.
![Alt text](../../docassets/images/sdk-debug-eclipse-launch.png?raw=true "Eclipse remote debug configuration launch")
![Alt text](../../docassets/images/sdk-debug-eclipse-launch.png "Eclipse remote debug configuration launch")
The IDE connects the source code to the deployed one at the docker container. Once the code is linked, you can open a browser and start using your
application. In our case, we are going to test the behaviour of debugging by running the sample webscript.
@@ -81,7 +81,7 @@ application. In our case, we are going to test the behaviour of debugging by run
This is a sample webscript generated in every project created using SDK 4.0 and the platform artifact.
![Alt text](../../docassets/images/sdk-hellofromjava.png?raw=true "Hello World webscript original result")
![Alt text](../../docassets/images/sdk-hellofromjava.png "Hello World webscript original result")
Now let's find the `HelloWorldWebScript.java` file in the `src/main/java/.../platformsample` folder of your project. If you're using an All-In-One project,
the folder is located in the platform sub-project.
@@ -94,7 +94,7 @@ model.put(“fromJava”,”HelloFromJava”);
10. Refresh the browser. Eclipse will intercept the execution at the breakpoint:
![Alt text](../../docassets/images/sdk-debug-eclipse-breakpoint.png?raw=true "Eclipse remote debug stopped at breakpoint")
![Alt text](../../docassets/images/sdk-debug-eclipse-breakpoint.png "Eclipse remote debug stopped at breakpoint")
From here the management is the same as for a regular Java application using your preferred IDE. Please note that the whole Alfresco source code is available
at debug time, thanks to the local maven repository.

View File

@@ -52,13 +52,13 @@ For more details on how to import an Alfresco project into your IntelliJ IDEA ID
1. Open the IntelliJ IDEA IDE and click on `Add/Edit Configurations` (top right).
![Alt text](../../docassets/images/sdk-debug-intellij-create.png?raw=true "IntelliJ remote debug create configuration")
![Alt text](../../docassets/images/sdk-debug-intellij-create.png "IntelliJ remote debug create configuration")
2. Click on the plus icon (top left) and select `Remote` to add a new configuration for a remote app.
3. Enter a descriptive name for your configuration, for example, `Sample project ACS debug`.
![Alt text](../../docassets/images/sdk-debug-intellij-config.png?raw=true "IntelliJ remote debug configuration detail")
![Alt text](../../docassets/images/sdk-debug-intellij-config.png "IntelliJ remote debug configuration detail")
4. Check that your settings match the screenshot. This is a sample to debug ACS. If you want to debug share or you have configured custom ports for remote
debugging you'll need to modify that configuration. If you're working with _Docker Toolbox_ instead of _Docker Desktop_ the host to access the container won't
@@ -70,7 +70,7 @@ You will be taken back to the project source code.
6. Click on the `Edit Configurations` dropdown box and select the new configuration to run it.
![Alt text](../../docassets/images/sdk-debug-intellij-launch.png?raw=true "IntelliJ remote debug configuration launch")
![Alt text](../../docassets/images/sdk-debug-intellij-launch.png "IntelliJ remote debug configuration launch")
The IDE connects the source code with the deployed one at the docker container. Once the code is linked, you can open a browser and start using your
application. In our case, we are going to test the behaviour of debugging by running the sample webscript.
@@ -79,7 +79,7 @@ application. In our case, we are going to test the behaviour of debugging by run
This is a sample webscript generated in every project created using SDK 4.0 and the platform artifact.
![Alt text](../../docassets/images/sdk-hellofromjava.png?raw=true "Hello World webscript original result")
![Alt text](../../docassets/images/sdk-hellofromjava.png "Hello World webscript original result")
Now let's find the `HelloWorldWebScript.java` file in the `src/main/java/.../platformsample` folder of your project. If you're using an All-In-One project,
the folder is located in the platform sub-project.
@@ -92,7 +92,7 @@ model.put(“fromJava”,”HelloFromJava”);
9. Refresh the browser. IntelliJ IDEA will intercept the execution at the breakpoint:
![Alt text](../../docassets/images/sdk-debug-intellij-breakpoint.png?raw=true "IntelliJ remote debug stopped at breakpoint")
![Alt text](../../docassets/images/sdk-debug-intellij-breakpoint.png "IntelliJ remote debug stopped at breakpoint")
From here the management is the same as for a regular Java application using your preferred IDE. Please note that the whole Alfresco source code is available
at debug time, thanks to the local maven repository.

View File

@@ -252,7 +252,7 @@ You'll recognize HotSwapAgent is working when you see similar log messages:
This is a sample webscript generated in every project created using SDK 4.0 and the platform artifact.
![Alt text](../../docassets/images/sdk-hellofromjava.png?raw=true "Hello World webscript original result")
![Alt text](../../docassets/images/sdk-hellofromjava.png "Hello World webscript original result")
3. Locate `HelloWorldWebScript.java` in the `src/main/java/.../platformsample` folder of your project (If you are using an All-In-One project, the folder is
located in the platform sub-project).
@@ -280,6 +280,6 @@ A number of log messages appear in the Alfresco project terminal, for example:
6. Refresh the browser to see the updated message:
![alt text](../../docassets/images/sdk-hellofromme.png?raw=true "Hello World webscript modified result")
![alt text](../../docassets/images/sdk-hellofromme.png "Hello World webscript modified result")
By changing the code and compiling it again, the changes have been dynamically received from Alfresco Content Services.

View File

@@ -35,16 +35,16 @@ _Note that a license is required. In this step you will be able to request a tri
5. Select `Help > JRebel > Configuration > Remote servers` to add a new remote server.
6. Give a descriptive name to the new server and set the `Server URL` as `http://localhost:8080/alfresco`.
![Alt text](../../docassets/images/sdk-jrebel-eclipse-server.png?raw=true "Eclipse JRebel remote server configuration")
![Alt text](../../docassets/images/sdk-jrebel-eclipse-server.png "Eclipse JRebel remote server configuration")
7. Select the checkbox to enable the server synchronisation and the checkbox to `Synchronize on build`.
![Alt text](../../docassets/images/sdk-jrebel-eclipse-servers.png?raw=true "Eclipse JRebel remote servers synchronization")
![Alt text](../../docassets/images/sdk-jrebel-eclipse-servers.png "Eclipse JRebel remote servers synchronization")
8. Select `Help > JRebel > Configuration > Projects` and select the checkbox to enable JRebel and the remote server support for required projects (the complete
project in case of the Platform Jar archetype or the `PROJECT_ARTIFACT_ID-platform-jar` and `integration-tests` modules in case of the All-In-One archetype).
![Alt text](../../docassets/images/sdk-jrebel-eclipse-projects.png?raw=true "Eclipse JRebel projects configuration")
![Alt text](../../docassets/images/sdk-jrebel-eclipse-projects.png "Eclipse JRebel projects configuration")
## Installing JRebel using IntelliJ IDEA
@@ -58,16 +58,16 @@ _Note that a license is required. In this step you will be able to request a tri
5. Select `Preferences > JRebel > Remote Servers` to add a new remote server.
6. Give a descriptive name to the new server and set the `Server URL` as `http://localhost:8080/alfresco.
![Alt text](../../docassets/images/sdk-jrebel-intellij-server.png?raw=true "Eclipse JRebel remote server configuration")
![Alt text](../../docassets/images/sdk-jrebel-intellij-server.png "Eclipse JRebel remote server configuration")
7. Select the checkbox to enable the server synchronisation and the checkbox to `Synchronize on build`.
![Alt text](../../docassets/images/sdk-jrebel-intellij-servers.png?raw=true "Eclipse JRebel remote server configuration")
![Alt text](../../docassets/images/sdk-jrebel-intellij-servers.png "Eclipse JRebel remote server configuration")
8. Open the JRebel Panel and select the checkbox to enable JRebel and the remote server support for required projects (the complete project in case of the
Platform Jar archetype or the `PROJECT_ARTIFACT_ID-platform-jar` and `integration-tests` modules in case of the All-In-One archetype).
![Alt text](../../docassets/images/sdk-jrebel-intellij-projects.png?raw=true "Eclipse JRebel projects configuration")
![Alt text](../../docassets/images/sdk-jrebel-intellij-projects.png "Eclipse JRebel projects configuration")
## Configuring JRebel in the project
@@ -142,7 +142,7 @@ You'll recognize JRebel is working when you see similar log messages:
This is a sample webscript generated in every project created using SDK 4.0 and the platform artifact.
![Alt text](../../docassets/images/sdk-hellofromjava.png?raw=true "Hello World webscript original result")
![Alt text](../../docassets/images/sdk-hellofromjava.png "Hello World webscript original result")
3. Locate `HelloWorldWebScript.java` in the `src/main/java/.../platformsample` folder of your project (If you are using an All-In-One project, the folder is
located in the platform sub-project).
@@ -165,6 +165,6 @@ A number of log messages appear in the Alfresco project terminal, for example:
6. Refresh the browser to see the updated message:
![alt text](../../docassets/images/sdk-hellofromme.png?raw=true "Hello World webscript modified result")
![alt text](../../docassets/images/sdk-hellofromme.png "Hello World webscript modified result")
By changing the code and compiling it again, the changes have been dynamically received from Alfresco Content Services.

View File

@@ -78,11 +78,11 @@ the `build_start` or the `start` goal of the `run` script.
4. Right click and select `Run As ...`, then click `JUnit Test`.
![Alt text](../../docassets/images/sdk-it-eclipse-run.png?raw=true "Eclipse integration tests run")
![Alt text](../../docassets/images/sdk-it-eclipse-run.png "Eclipse integration tests run")
Once the tests have completed (typically, after a few seconds), the results are presented.
![Alt text](../../docassets/images/sdk-it-eclipse-results.png?raw=true "Eclipse integration test execution results")
![Alt text](../../docassets/images/sdk-it-eclipse-results.png "Eclipse integration test execution results")
When using an IDE, the source code related to the integration tests is the one deployed directly on the platform side. This means that an update in the code
for the Java classes will be included when you run the integration tests _if and only if_ they are deployed in the platform. To avoid stopping/starting
@@ -104,11 +104,11 @@ the `build_start` or the `start` goal of the `run` script.
4. Right click and select `Run Tests`.
![Alt text](../../docassets/images/sdk-it-intellij-run.png?raw=true "IntelliJ IDEA integration tests run")
![Alt text](../../docassets/images/sdk-it-intellij-run.png "IntelliJ IDEA integration tests run")
Once the tests have completed (typically, after a few seconds), the results are presented.
![Alt text](../../docassets/images/sdk-it-intellij-results.png?raw=true "IntelliJ IDEA integration test execution results")
![Alt text](../../docassets/images/sdk-it-intellij-results.png "IntelliJ IDEA integration test execution results")
When using an IDE, the source code related to the integration tests is the one deployed directly on the platform side. This means that an update in the code
for the Java classes will be included when you run the integration tests _if and only if_ they are deployed in the platform. To avoid stopping/starting

View File

@@ -29,14 +29,14 @@ required dependencies, this task will finish relatively quickly. Otherwise, be p
Once the import is complete, a warning message may be displayed.
![Alt text](../docassets/images/sdk-dev-env-eclipse-warning.png?raw=true "Eclipse maven project import warning")
![Alt text](../docassets/images/sdk-dev-env-eclipse-warning.png "Eclipse maven project import warning")
4. Click `Resolve All Later` to complete the import task.
5. Check the Markers tab in the bottom panel, where you may see some Maven problems. Expand the list and right click on a item with an error, then select
`Quick Fix` and mark as shown.
![Alt text](../docassets/images/sdk-dev-env-eclipse-quickfix.png?raw=true "Eclipse maven project import quick fix")
![Alt text](../docassets/images/sdk-dev-env-eclipse-quickfix.png "Eclipse maven project import quick fix")
6. Click `Finish` to confirm the fix.

View File

@@ -17,11 +17,11 @@ easy steps.
1. Starting from IntelliJ IDEA, select `File > Open` from the main menu to open the Alfresco project. Alternatively, select `Import Project` if you're running
IntelliJ IDEA for the first time in your development environment.
![Alt text](../docassets/images/sdk-dev-env-intellij-import.png?raw=true "IntelliJ maven project import")
![Alt text](../docassets/images/sdk-dev-env-intellij-import.png "IntelliJ maven project import")
2. After the project is imported, you will see a window similar to the following:
![Alt text](../docassets/images/sdk-dev-env-intellij-finish.png?raw=true "IntelliJ maven project imported")
![Alt text](../docassets/images/sdk-dev-env-intellij-finish.png "IntelliJ maven project imported")
Once this is done, the project is successfully imported in IntelliJ IDEA.