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 04bd81b commit d576719Copy full SHA for d576719
docs/.vitepress/config.mjs
@@ -93,7 +93,7 @@ export default defineConfig({
93
// ]
94
// },
95
{
96
- text: 'Extended Features',
+ text: 'More Features',
97
collapsed: true,
98
items: [
99
{ text: 'BTP Workzone', link: '/features/' },
@@ -114,8 +114,9 @@ export default defineConfig({
114
}
115
],
116
socialLinks: [
117
+ { icon: 'linkedin', link: 'https://www.linkedin.com/company/abap2ui5/' },
118
{ icon: 'github', link: 'https://github.com/abap2UI5' },
- { icon: 'linkedin', link: 'https://www.linkedin.com/company/abap2ui5/' }
119
+
120
]
121
},
122
markdown: {
0 commit comments