Skip to content

Commit 2a42bce

Browse files
authored
Merge pull request #74 from abap2UI5/claude/rename-fiori-launchpad-eOmCs
Rename "Fiori Launchpad" sidebar entry to "Launchpad"
2 parents fb3a293 + 12aba4f commit 2a42bce

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,6 @@ export default defineConfig({
194194
{ text: "Built-In", link: "/development/popups/built_in" },
195195
],
196196
},
197-
{
198-
text: "Common Patterns",
199-
link: "/development/patterns/form",
200-
collapsed: true,
201-
items: [
202-
{ text: "Form", link: "/development/patterns/form" },
203-
{ text: "Master-Detail", link: "/development/patterns/master_detail" },
204-
{ text: "Filter, Search, Table", link: "/development/patterns/filter_table" },
205-
{ text: "IconTabBar", link: "/development/patterns/icon_tab_bar" },
206-
],
207-
},
208197
{
209198
text: "Browser Features",
210199
link: "/development/specific/barcodes",
@@ -233,6 +222,17 @@ export default defineConfig({
233222
},
234223
],
235224
},
225+
{
226+
text: "Common Patterns",
227+
link: "/development/patterns/form",
228+
collapsed: true,
229+
items: [
230+
{ text: "Form", link: "/development/patterns/form" },
231+
{ text: "Master-Detail", link: "/development/patterns/master_detail" },
232+
{ text: "Filter, Search, Table", link: "/development/patterns/filter_table" },
233+
{ text: "IconTabBar", link: "/development/patterns/icon_tab_bar" },
234+
],
235+
},
236236
{
237237
text: "RAP, EML",
238238
link: "/development/specific/eml",
@@ -261,8 +261,8 @@ export default defineConfig({
261261
{ text: "Statefulness", link: "/development/specific/statefulness" },
262262
{ text: "WebSocket", link: "/development/specific/websocket" },
263263
{ text: "Logout", link: "/configuration/logout" },
264-
{ text: "E-Mail", link: "/development/specific/email" },
265264
{ text: "Value Help", link: "/development/specific/value_help" },
265+
{ text: "E-Mail", link: "/development/specific/email" },
266266
{ text: "Demo Output", link: "/development/specific/demo_output" },
267267
],
268268
},
@@ -281,7 +281,7 @@ export default defineConfig({
281281
{ text: "UI5 Version", link: "/configuration/ui5_versions" },
282282
{ text: "Production Use", link: "/configuration/productive_usage" },
283283
{ text: "Debugging", link: "/configuration/troubleshooting" },
284-
{ text: "Fiori Launchpad", link: "/configuration/launchpad" },
284+
{ text: "Launchpad", link: "/configuration/launchpad" },
285285
{
286286
text: "ABAP Cloud, BTP",
287287
collapsed: true,

0 commit comments

Comments
 (0)