Skip to content

Commit c406690

Browse files
authored
Merge pull request #25 from christianguenter2/user_exit
make user exits visible
2 parents 8154e24 + 119a27e commit c406690

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ export default defineConfig({
152152
{ text: 'Extensibility', collapsed : "false" , items: [
153153
{ text: 'Custom JS', link: '/advanced/extensibility/custom_js' },
154154
{ text: 'Frontend', link: '/advanced/extensibility/frontend' },
155-
{ text: 'Custom Control', link: '/advanced/extensibility/custom_control' }
155+
{ text: 'Custom Control', link: '/advanced/extensibility/custom_control' },
156+
{ text: 'User Exits', link: '/advanced/extensibility/user_exits' }
156157
] },
157158
{ text: 'Tools', collapsed : "false" , items: [
158159
{ text: 'abapGit', link: '/advanced/tools/abapgit' },

0 commit comments

Comments
 (0)