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.
2 parents 8154e24 + 119a27e commit c406690Copy full SHA for c406690
docs/.vitepress/config.mjs
@@ -152,7 +152,8 @@ export default defineConfig({
152
{ text: 'Extensibility', collapsed : "false" , items: [
153
{ text: 'Custom JS', link: '/advanced/extensibility/custom_js' },
154
{ text: 'Frontend', link: '/advanced/extensibility/frontend' },
155
- { text: 'Custom Control', link: '/advanced/extensibility/custom_control' }
+ { text: 'Custom Control', link: '/advanced/extensibility/custom_control' },
156
+ { text: 'User Exits', link: '/advanced/extensibility/user_exits' }
157
] },
158
{ text: 'Tools', collapsed : "false" , items: [
159
{ text: 'abapGit', link: '/advanced/tools/abapgit' },
0 commit comments