Skip to content

Commit 09f6bf0

Browse files
committed
docs: split View page content into a Definition sub-page
1 parent 9ee9ed9 commit 09f6bf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ export default defineConfig({
120120
{ text: "Controller", link: "/development/general" },
121121
{
122122
text: "View",
123-
link: "/development/view",
124123
collapsed: true,
125124
items: [
125+
{ text: "Definition", link: "/development/view/definition" },
126126
{ text: "Expression Binding", link: "/development/model/expression_binding" },
127127
{ text: "Formatter", link: "/development/specific/formatter" },
128128
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
outline: [2, 4]
33
---
4-
# View
4+
# Definition
55

66
In abap2UI5, UI5 renders the UI from an XML view that you build in ABAP. A simple example with raw XML:
77

0 commit comments

Comments
 (0)