Skip to content

Commit 46b15f6

Browse files
authored
update local version
1 parent 4dcd92a commit 46b15f6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/.vitepress/config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export default defineConfig({
145145
{ text: 'Downporting', link: '/advanced/downporting' },
146146
{ text: 'Renaming', link: '/advanced/renaming' },
147147
{ text: 'Builder', link: '/advanced/builds' },
148+
{ text: 'Local', link: '/advanced/local' },
148149
{ text: 'Extensibility', collapsed : "false" , items: [
149150
{ text: 'Custom JS', link: '/advanced/extensibility/custom_js' },
150151
{ text: 'Frontend', link: '/advanced/extensibility/frontend' },

docs/advanced/local.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Local
2+
3+
abap2UI5-local is a special build of abap2UI5 which combines all artifacts into a single http handler. You just need to create an additional database table and can run abap2UI% independed form the rest of the system or any other abap2UI5 installation.
4+
5+
Find all information in the repository: <br>
6+
https://github.com/abap2UI5/abap2UI5-local

0 commit comments

Comments
 (0)