Skip to content

Commit

Permalink
update fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Feb 13, 2025
1 parent 8a14c12 commit b1a1c0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,13 @@ export default defineConfig({
{ text: 'Geolocation, Maps', link: '/development/specific/geolocation' },
]
},
{ text: 'Addons', collapsed : true , items: [
{ text: 'Addons, Apps', collapsed : true , items: [
{ text: 'Layouts, Variants', link: '/development/addons/layout' },
{ text: 'JS Libraries', link: '/development/addons/ext_js' },
{ text: 'UI Extensions', link: '/development/addons/popup' },
{ text: 'SE16', link: '/development/addons/popup' },
{ text: 'table-content-loader', link: '/development/addons/popup' },
{ text: 'abap-sql-console', link: '/development/addons/popup' },
]
},
]
Expand Down
2 changes: 1 addition & 1 deletion docs/development/specific/barcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ ENDCLASS.
For a sample with sounds in action, check out `z2ui5_cl_demo_app_304.clas`.

#### Display Barcodes
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).
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).
2 changes: 1 addition & 1 deletion docs/development/specific/xlsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ ENDCLASS.
:::

#### UI5 Control
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.
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.
2 changes: 1 addition & 1 deletion docs/get_started/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Want to level up your development skills? Explore advanced guides and best pract
Preparing abap2UI5 for production? Follow the configuration guides to ensure a smooth, optimized setup for your system. Begin [here.](/configuration/setup)

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

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

0 comments on commit b1a1c0a

Please sign in to comment.