Skip to content

Commit b326135

Browse files
committed
Move Jump into the Code section to Hello World
1 parent 38a4b29 commit b326135

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/get_started/hello_world.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ ENDCLASS.
141141
```
142142
That's all you need. Set a breakpoint to watch the communication and data updates in action, then try changing the view, events, and data flow.
143143

144+
### Jump into the Code
145+
Press `Ctrl+F12` in any running app to open the source code, view, and model side by side:
146+
![Source code viewer opened with Ctrl+F12 showing code, view, and model](/get_started/image-2.png)
147+
144148
::: tip **ABAP Language Versions**
145149
While the HTTP handler has to distinguish between Standard ABAP and ABAP for Cloud, the apps themselves are independent. You're free to choose whether to build your apps with ABAP Cloud compatibility.
146150
:::

docs/get_started/samples.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ With 250+ samples, the [samples repository](https://github.com/abap2UI5/samples)
99
Try samples for tables, lists, trees, and other UI5 controls. Copy and paste snippets to speed up development:
1010
![Sample apps overview showing tables, lists, trees, and other UI5 controls](/get_started/image-1.png)
1111

12-
### Jump into the Code
13-
Press `Ctrl+F12` to open the source code, view, and model for each sample:
14-
![Source code viewer opened with Ctrl+F12 showing code, view, and model](/get_started/image-2.png)
15-
1612
_No system at hand? Run the samples directly [in your browser](https://abap2ui5.github.io/web-abap2ui5-samples/)._
1713

1814
::: tip **Contribution**

0 commit comments

Comments
 (0)