Skip to content

Commit 8ac0821

Browse files
committed
Rename "Experimental Features" to "Experimental" and move to bottom
Renames the Advanced Topics sidebar entry and moves it after Extensibility so it appears at the bottom of the section.
1 parent d76a3c6 commit 8ac0821

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -250,17 +250,6 @@ 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",
266255
items: [
@@ -276,6 +265,17 @@ export default defineConfig({
276265
},
277266
],
278267
},
268+
{
269+
text: "Experimental",
270+
collapsed: true,
271+
items: [
272+
{ text: "Drag & Drop", link: "/development/specific/drag" },
273+
{
274+
text: "Smart Controls",
275+
link: "/development/specific/smart_controls",
276+
},
277+
],
278+
},
279279
],
280280
},
281281
{

0 commit comments

Comments
 (0)