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 9a57a20 commit ef31ffbCopy full SHA for ef31ffb
docs/.vitepress/config.mjs
@@ -118,9 +118,10 @@ export default defineConfig({
118
},
119
{
120
text: 'Addons', link: '/addons/addons', collapsed: true, items: [
121
- { text: 'Runtime Typed Data', link: '/addons/srtti' },
+ { text: 'S-RTTI', link: '/addons/srtti' },
122
{ text: 'Layouts, Variants', link: '/addons/layout' },
123
{ text: 'Popups', link: '/addons/popup' },
124
+ { text: 'Logging, BAL', link: '/addons/logging' },
125
{ text: 'Launchpad KPIs', link: '/addons/kpi' },
126
{ text: 'Remote App Calls', link: '/addons/rfc' },
127
{ text: 'JS Libraries', link: '/addons/ext_js' },
0 commit comments