Skip to content

Commit a04b85a

Browse files
committed
docs: add js parts to readme
1 parent 62484cb commit a04b85a

40 files changed

+462
-122
lines changed

README.md

Lines changed: 74 additions & 37 deletions
Large diffs are not rendered by default.

steps/01/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can download the solution for this step here: [📥 Download step 1](https:/
3030
You can download the solution for this step here: [📥 Download step 1](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-01-js.zip).
3131

3232
</details>
33-
33+
***
3434

3535
### webapp \(New\)
3636

steps/02/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can download the solution for this step here: [📥 Download step 2](https:/
2929
You can download the solution for this step here: [📥 Download step 2](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-02-js.zip).
3030

3131
</details>
32-
32+
***
3333

3434
### UI5 Tooling
3535

steps/03/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ You can download the solution for this step here: [📥 Download step 3](https:/
2828
You can download the solution for this step here: [📥 Download step 3](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-03-js.zip).
2929

3030
</details>
31+
***
3132

3233
<details class="ts-only">
3334

steps/04/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can download the solution for this step here: [📥 Download step 4](https:/
3131
You can download the solution for this step here: [📥 Download step 4](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-04-js.zip).
3232

3333
</details>
34-
34+
***
3535

3636
### webapp/view/App.view.xml \(New\)
3737

steps/05/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can download the solution for this step here: [📥 Download step 5](https:/
3030
You can download the solution for this step here: [📥 download step 5](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-05-js.zip).
3131

3232
</details>
33-
33+
***
3434

3535
### webapp/controller/App.controller.?s \(New\)
3636
First of all, we need a conroller for our app view that defines how the view should react to user inputs, such as a button press event.

steps/06/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can download the solution for this step here: [📥 Download step 6](https:/
2929
You can download the solution for this step here: [📥 Download step 6](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-06-js.zip).
3030

3131
</details>
32-
32+
***
3333

3434
### webapp/controller/App.controller.?s
3535

steps/07/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can download the solution for this step here: [📥 Download step 7](https:/
3131
You can download the solution for this step here: [📥 Download step 7](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-07-js.zip).
3232

3333
</details>
34-
34+
***
3535

3636
### webapp/controller/App.controller.?s
3737

steps/08/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can download the solution for this step here: [📥 Download step 8](https:/
3030
You can download the solution for this step here: [📥 Download step 8](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-08-js.zip).
3131

3232
</details>
33-
33+
***
3434

3535
### webapp/i18n/i18n.properties \(New\)
3636

steps/09/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can download the solution for this step here: [📥 Download step 9](https:/
3939
You can download the solution for this step here: [📥 Download step 9](https://sap-samples.github.io/ui5-typescript-walkthrough/ui5-typescript-walkthrough-step-09-js.zip).
4040

4141
</details>
42-
42+
***
4343

4444
### webapp/Component.?s \(New\)
4545

0 commit comments

Comments
 (0)