Skip to content

Commit e88b763

Browse files
committed
Rename Frontend Info to Info and move to top of Device Capabilities
1 parent 771389e commit e88b763

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,10 @@ export default defineConfig({
171171
},
172172
{
173173
text: "Device Capabilities",
174-
link: "/development/specific/barcodes",
174+
link: "/development/specific/info",
175175
collapsed: true,
176176
items: [
177+
{ text: "Info", link: "/development/specific/info" },
177178
{
178179
text: "Barcode Scanning",
179180
link: "/development/specific/barcodes",
@@ -184,7 +185,6 @@ export default defineConfig({
184185
link: "/development/specific/geolocation",
185186
},
186187
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
187-
{ text: "Frontend Info", link: "/development/specific/frontend_info" },
188188
{
189189
text: "Upload, Download",
190190
link: "/development/specific/files",

docs/development/specific/frontend_info.md renamed to docs/development/specific/info.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-
# Frontend Info
4+
# Info
55

66
abap2UI5 offers a custom control for reading all frontend information from the user's device — UI5 version and theme, browser, operating system, system type, screen dimensions, and device class (phone, tablet, desktop). This is handy whenever your ABAP logic needs to adapt to the runtime environment.
77

0 commit comments

Comments
 (0)