Skip to content

Commit c796612

Browse files
authored
Merge pull request #66 from abap2UI5/claude/rename-variable-e-lMTpj
Reorganize documentation sidebar: rename and reorder experimental features section
2 parents d76a3c6 + 15caaac commit c796612

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -250,19 +250,9 @@ export default defineConfig({
250250
{ text: "HTTP Connector", link: "/advanced/http" },
251251
{ text: "Fiori Elements Integration", link: "/advanced/fiori" },
252252
{ 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-
},
264253
{
265254
text: "Extensibility",
255+
collapsed: true,
266256
items: [
267257
{
268258
text: "User Exits",
@@ -276,6 +266,17 @@ export default defineConfig({
276266
},
277267
],
278268
},
269+
{
270+
text: "Experimental",
271+
collapsed: true,
272+
items: [
273+
{ text: "Drag & Drop", link: "/development/specific/drag" },
274+
{
275+
text: "Smart Controls",
276+
link: "/development/specific/smart_controls",
277+
},
278+
],
279+
},
279280
],
280281
},
281282
{

0 commit comments

Comments
 (0)