We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800b6d6 commit 66f6dafCopy full SHA for 66f6daf
docs/.vitepress/config.mjs
@@ -147,8 +147,8 @@ export default defineConfig({
147
{ text: 'Builds', link: '/advanced/builds' },
148
{ text: 'Extensibility', collapsed : "false" , items: [
149
{ text: 'Custom JS', link: '/advanced/extensibility/custom_js' },
150
- { text: 'Custom Control', link: '/advanced/extensibility/custom_control' },
151
{ text: 'Frontend', link: '/advanced/extensibility/frontend' },
+ { text: 'Custom Control', link: '/advanced/extensibility/custom_control' }
152
] },
153
{ text: 'Tools', collapsed : "false" , items: [
154
{ text: 'abapGit', link: '/advanced/tools/abapgit' },
0 commit comments