Skip to content

Commit 3ed7ba8

Browse files
committed
docs: rename Troubleshooting page to Debugging
Update both the page heading and sidebar entry under Configuration. URL/filename kept as troubleshooting to preserve existing links.
1 parent 089d8b3 commit 3ed7ba8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default defineConfig({
192192
{ text: "Logout", link: "/configuration/logout" },
193193
{ text: "UI5 Versions", link: "/configuration/ui5_versions" },
194194
{ text: "Productive Usage", link: "/configuration/productive_usage" },
195-
{ text: "Troubleshooting", link: "/configuration/troubleshooting" },
195+
{ text: "Debugging", link: "/configuration/troubleshooting" },
196196
{
197197
text: "Installation",
198198
link: "/configuration/installation",

docs/configuration/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
outline: [2, 4]
33
---
4-
# Troubleshooting
4+
# Debugging
55
Since all logic runs in ABAP, you can debug everything in the ABAP environment. Set an external breakpoint, because HTTP calls abap2UI5 apps externally.
66

77
### Backend

0 commit comments

Comments
 (0)