Skip to content

Commit 941c212

Browse files
authored
update
1 parent 9cf0dc5 commit 941c212

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default defineConfig({
3838
{ text: 'Getting Started', link: '/get_started/about' },
3939
{ text: 'Development', link: '/development/general' },
4040
{ text: 'Configuration', link: '/configuration/setup' },
41+
{ text: 'Addons', link: '/addons/addons' },
4142
{ text: 'Advanced', link: '/advanced/advanced' },
4243
{ text: 'Resources', link: '/resources/resources' },
4344
]

docs/configuration/productive_usage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ You can transport abap2UI5 to production just like any other ABAP development. T
1313
3. Test the "Hello World" app to ensure that abap2UI5 works correctly.
1414
4. Afterward, continue by transporting your custom apps.
1515

16-
1716
#### Stable Version
1817
The project will be continuously further developed. Therefore, there is no specific "stable" version. However, adjustments to the public APIs will be kept to a minimum to avoid frequent refactoring of apps. You can use the [releases](https://github.com/abap2ui5/abap2ui5/releases/) instead of pulling the main branch and update from time to time to reduce the effort needed for refactoring.
1918

0 commit comments

Comments
 (0)