Skip to content

Commit d76a3c6

Browse files
authored
Merge pull request #65 from abap2UI5/claude/reorganize-menu-structure-PV8rQ
docs: reorganize sidebar — move CL_DEMO_OUTPUT, rename sections, collapse ABAP Cloud BTP
2 parents fe3ee33 + 93290e9 commit d76a3c6

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export default defineConfig({
158158
{ text: "Messages", link: "/development/messages/messages" },
159159
{ text: "Errors", link: "/development/messages/errors" },
160160
{ text: "Logging", link: "/development/messages/logging" },
161+
{ text: "CL_DEMO_OUTPUT", link: "/development/specific/demo_output" },
161162
],
162163
},
163164
{ text: "Translation, i18n", link: "/development/translation" },
@@ -187,18 +188,6 @@ export default defineConfig({
187188
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
188189
],
189190
},
190-
{
191-
text: "Advanced Controls",
192-
collapsed: true,
193-
items: [
194-
{ text: "Drag & Drop", link: "/development/specific/drag" },
195-
{
196-
text: "Smart Controls",
197-
link: "/development/specific/smart_controls",
198-
},
199-
{ text: "CL_DEMO_OUTPUT", link: "/development/specific/demo_output" },
200-
],
201-
},
202191
{
203192
text: "RAP, EML",
204193
collapsed: true,
@@ -209,7 +198,7 @@ export default defineConfig({
209198
],
210199
},
211200
{
212-
text: "Misc Topics",
201+
text: "Expert Topics",
213202
collapsed: true,
214203
items: [
215204
{ text: "Locks", link: "/development/specific/locks" },
@@ -235,6 +224,7 @@ export default defineConfig({
235224
{ text: "Fiori Launchpad", link: "/configuration/launchpad" },
236225
{
237226
text: "ABAP Cloud, BTP",
227+
collapsed: true,
238228
items: [
239229
{
240230
text: "S/4 Public Cloud",
@@ -260,6 +250,17 @@ export default defineConfig({
260250
{ text: "HTTP Connector", link: "/advanced/http" },
261251
{ text: "Fiori Elements Integration", link: "/advanced/fiori" },
262252
{ text: "UI5 Legacy-Free", link: "/advanced/legacy_free" },
253+
{
254+
text: "Experimental Features",
255+
collapsed: true,
256+
items: [
257+
{ text: "Drag & Drop", link: "/development/specific/drag" },
258+
{
259+
text: "Smart Controls",
260+
link: "/development/specific/smart_controls",
261+
},
262+
],
263+
},
263264
{
264265
text: "Extensibility",
265266
items: [

0 commit comments

Comments
 (0)