Skip to content

Commit 6d93c30

Browse files
authored
update
1 parent 8787762 commit 6d93c30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default defineConfig({
103103
{ text: 'Troubleshooting', link: '/development/troubleshooting' },
104104
{ text: 'Specifics', collapsed : "false" , items: [
105105
{ text: 'Barcode Scanning', link: '/development/barcodes' },
106-
{ text: 'Upload, Download Files', link: '/development/files', },
106+
{ text: 'File Handling', link: '/development/files', },
107107
{ text: 'Native Device Capabilities', link: '/development/ndc' },
108108
]
109109
},

docs/development/files.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-
# Upload, Download Files
4+
# File Handling
55

66
File handling with abap2UI5 is achieved through base64 data exchange using two-way binding.
77

0 commit comments

Comments
 (0)