Skip to content

Commit d2e8b46

Browse files
authored
update
1 parent b552885 commit d2e8b46

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ export default defineConfig({
166166
},
167167
{ text: 'test', collapsed : "true" , items: [
168168
{ text: '___', collapsed : "true" , items: [
169-
{ text: 'Key Concept', link: '/advanced/technical/concept' },
170169
{ text: 'Developer Experience', link: '/advanced/technical/dx' },
171170
{ text: 'Cloud Readiness', link: '/advanced/technical/cloud' },
172171
{ text: 'Technology', link: '/advanced/technical/overview', items: [
@@ -179,6 +178,14 @@ export default defineConfig({
179178
] , }, ],
180179
},
181180
]
181+
},
182+
{
183+
text: 'Configuration',
184+
// link: '/technical/setup',
185+
collapsed: true,
186+
items: [
187+
{ text: 'Key Concept', link: '/technical/concept' },
188+
]
182189
},
183190
{
184191
text: 'Resources',
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Key Concept: UI5 Over-the-Wire
22

3+
🚧 Under Construction 🚧
4+
35
This page explains the basic architecture behind abap2UI5. The core idea is based on a pattern called _HTML Over-the-Wire_, adapted for the SAP technology stack. It simplifies UI5 development by moving both UI rendering and application logic entirely to the ABAP backend.
46

57
#### What is HTML Over-the-Wire?

0 commit comments

Comments
 (0)