Skip to content

Commit f2e3bc7

Browse files
committed
Move Sample App content to What's Next and remove the standalone page
1 parent b326135 commit f2e3bc7

5 files changed

Lines changed: 13 additions & 19 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export default defineConfig({
107107
{ text: "Introduction", link: "/get_started/about" },
108108
{ text: "Quickstart", link: "/get_started/quickstart" },
109109
{ text: "Hello World", link: "/get_started/hello_world" },
110-
{ text: "Sample App", link: "/get_started/samples" },
111110
{ text: "Use Cases", link: "/get_started/use_cases" },
112111
{ text: `What's Next?`, link: "/get_started/next" },
113112
],

docs/cookbook/view/definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can use any UI5 control from the [UI5 SDK](https://sapui5.hana.ondemand.com)
3737

3838
Tips for working with views:
3939
- Use code completion on `Z2UI5_CL_XML_VIEW` to find controls and properties
40-
- See the [samples repository](/get_started/samples) for ready-made XML examples to copy and adapt
40+
- See the [samples repository](/get_started/next#sample-apps) for ready-made XML examples to copy and adapt
4141

4242
::: warning Respect the UI5 Control Aggregation Rules
4343
`Z2UI5_CL_XML_VIEW` is intentionally permissive — its fluent API lets you nest **any** control inside **any** other control. UI5 itself is not. Every UI5 control defines specific aggregations (e.g. `sap.m.Page` has `content`, `headerContent`, `footer`) and each aggregation accepts only certain child control types (often a particular interface or base class).

docs/get_started/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Since launching in 2023, abap2UI5 has grown from a small side project into a com
2727

2828
*See the [Getting Started Guide](/get_started/quickstart) for step-by-step setup*
2929

30-
*See [Sample Apps](/get_started/samples) to watch abap2UI5 in action*
30+
*See [Sample Apps](/get_started/next#sample-apps) to watch abap2UI5 in action*
3131

3232
### Why abap2UI5?
3333

docs/get_started/next.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ outline: [2, 4]
55

66
With abap2UI5 up and running, here are a few directions to take.
77

8+
#### Sample Apps
9+
With 250+ samples, the [samples repository](https://github.com/abap2UI5/samples) is the fastest way to learn abap2UI5. Try samples for tables, lists, trees, and other UI5 controls — copy and paste snippets to speed up development:
10+
11+
![Sample apps overview showing tables, lists, trees, and other UI5 controls](/get_started/image-1.png)
12+
13+
_No system at hand? Run the samples directly [in your browser](https://abap2ui5.github.io/web-abap2ui5-samples/)._
14+
15+
::: tip **Contribution**
16+
The samples evolve all the time. Have a sample to share? Open a PR so others can learn from it.
17+
:::
18+
819
#### Development
920
Learn how to build views, handle events, share data, and work with tables. The development guide covers what you need for everyday work. Start with the [Development guide](/cookbook/event_navigation/life_cycle).
1021

docs/get_started/samples.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)