Skip to content

Commit b1a1c0a

Browse files
authored
update fix links
1 parent 8a14c12 commit b1a1c0a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

docs/.vitepress/config.mjs

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,13 @@ export default defineConfig({
120120
{ text: 'Geolocation, Maps', link: '/development/specific/geolocation' },
121121
]
122122
},
123-
{ text: 'Addons', collapsed : true , items: [
123+
{ text: 'Addons, Apps', collapsed : true , items: [
124124
{ text: 'Layouts, Variants', link: '/development/addons/layout' },
125125
{ text: 'JS Libraries', link: '/development/addons/ext_js' },
126126
{ text: 'UI Extensions', link: '/development/addons/popup' },
127+
{ text: 'SE16', link: '/development/addons/popup' },
128+
{ text: 'table-content-loader', link: '/development/addons/popup' },
129+
{ text: 'abap-sql-console', link: '/development/addons/popup' },
127130
]
128131
},
129132
]

docs/development/specific/barcodes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ ENDCLASS.
151151
For a sample with sounds in action, check out `z2ui5_cl_demo_app_304.clas`.
152152

153153
#### Display Barcodes
154-
If you also need to display barcodes, you can use tools like bwip-js, which is available as part of the js-libraries addon. More details can be found [here](/addons/ext_js).
154+
If you also need to display barcodes, you can use tools like bwip-js, which is available as part of the js-libraries addon. More details can be found [here](/development/addons/ext_js).

docs/development/specific/xlsx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,4 @@ ENDCLASS.
270270
:::
271271

272272
#### UI5 Control
273-
If you want to export the data directly at the frontend, SAP offers the sap.ui.export.Spreadsheet control to export table content. With some additional logic, this control is also usable with abap2UI5. Check out the UI-Extension add-on for a running sample [here.](/addons/popup) However, the programming effort might be higher compared to the file-based approach shown above.
273+
If you want to export the data directly at the frontend, SAP offers the sap.ui.export.Spreadsheet control to export table content. With some additional logic, this control is also usable with abap2UI5. Check out the UI-Extension add-on for a running sample [here.](/development/addons/popup) However, the programming effort might be higher compared to the file-based approach shown above.

docs/get_started/next.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Want to level up your development skills? Explore advanced guides and best pract
99
Preparing abap2UI5 for production? Follow the configuration guides to ensure a smooth, optimized setup for your system. Begin [here.](/configuration/setup)
1010

1111
#### Addons
12-
Enhance your abap2UI5 applications with additional features and functionalities by installing new add-ons. Discover more [here.](/addons/addons)
12+
Enhance your abap2UI5 applications with additional features and functionalities by installing new add-ons. Discover more [here.](/development/addons/layout)
1313

1414
#### More
1515
Jumpstart your projects by exploring ready-to-use apps, use cases and other companies using abap2UI5. Find them [here.](/resources/who_uses)

0 commit comments

Comments
 (0)