We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55b0e6 commit fedb0b7Copy full SHA for fedb0b7
docs/.vitepress/config.mjs
@@ -104,6 +104,7 @@ export default defineConfig({
104
{ text: 'Specifics', collapsed : "false" , items: [
105
{ text: 'Barcode Scanning', link: '/development/barcodes' },
106
{ text: 'File Handling', link: '/development/files', },
107
+ { text: 'XLSX', link: '/development/xlsx', },
108
{ text: 'Native Device Capabilities', link: '/development/ndc' },
109
]
110
},
@@ -132,8 +133,7 @@ export default defineConfig({
132
133
text: 'Addons', link: '/addons/addons', collapsed: true, items: [
134
{ text: 'RTTI', link: '/addons/srtti' },
135
{ text: 'Layouts, Variants', link: '/addons/layout' },
- // { text: 'Logging, BAL', link: '/addons/logging' },
136
- // { text: 'XLSX', link: '/addons/xlsx' },
+ { text: 'Logging, BAL', link: '/addons/logging' },
137
{ text: 'JS Libraries', link: '/addons/ext_js' },
138
{ text: 'More Popups', link: '/addons/popup' },
139
{ text: 'Apps, Community', link: '/addons/apps' },
docs/addons/xlsx.md docs/development/xlsx.mddocs/addons/xlsx.md renamed to docs/development/xlsx.md
0 commit comments