Skip to content

Commit 585f74c

Browse files
committed
docs(cookbook): remove Controller sidebar group and its sub-pages
1 parent 0b97b53 commit 585f74c

6 files changed

Lines changed: 1 addition & 109 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,6 @@ export default defineConfig({
117117
link: "/development/controller/life_cycle",
118118
collapsed: true,
119119
items: [
120-
{
121-
text: "Controller",
122-
link: "/development/controller/init",
123-
collapsed: true,
124-
items: [
125-
{ text: "Init", link: "/development/controller/init" },
126-
{ text: "Event", link: "/development/controller/event" },
127-
{ text: "Navigated", link: "/development/controller/navigated" },
128-
],
129-
},
130120
{
131121
text: "View",
132122
link: "/development/view/overview",

docs/development/controller/controller.md

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

docs/development/controller/event.md

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

docs/development/controller/init.md

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

docs/development/controller/navigated.md

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

docs/get_started/next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ outline: [2, 4]
66
With abap2UI5 up and running, here are a few directions to take.
77

88
#### Development
9-
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](/development/controller/controller).
9+
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](/development/controller/life_cycle).
1010

1111
#### Configuration
1212
Getting ready for production? The configuration guides walk through security, performance tuning, Launchpad integration, and more. Start with the [Configuration guide](/configuration/setup).

0 commit comments

Comments
 (0)