Skip to content

Commit bcfa6d5

Browse files
committed
Move Debugging from Configuration to new Troubleshooting group under Beyond Basics
1 parent 1a6deb9 commit bcfa6d5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,13 @@ export default defineConfig({
270270
{ text: "Fuzzy Search", link: "/cookbook/eml_cds_sql/fuzzy_search" },
271271
],
272272
},
273+
{
274+
text: "Troubleshooting",
275+
collapsed: true,
276+
items: [
277+
{ text: "Debugging", link: "/configuration/troubleshooting" },
278+
],
279+
},
273280
{
274281
text: "Obsolete",
275282
collapsed: true,
@@ -295,7 +302,6 @@ export default defineConfig({
295302
{ text: "Performance", link: "/configuration/performance" },
296303
{ text: "UI5 Version", link: "/configuration/ui5_versions" },
297304
{ text: "Production Use", link: "/configuration/productive_usage" },
298-
{ text: "Debugging", link: "/configuration/troubleshooting" },
299305
{ text: "Launchpad", link: "/configuration/launchpad" },
300306
{
301307
text: "ABAP Cloud, BTP",

0 commit comments

Comments
 (0)