Skip to content

Commit 6f9f86e

Browse files
authored
Merge pull request #58 from abap2UI5/claude/rename-troubleshooting-page-DS1b0
Rename "Troubleshooting" to "Debugging" in documentation
2 parents 089d8b3 + 3ed7ba8 commit 6f9f86e

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)