Skip to content

Commit aa8de25

Browse files
committed
docs: add ABAP Cloud, BTP group; promote Installation
Move the Installation page to the top of the Configuration sidebar as an independent entry. Replace the former Installation parent group with a new 'ABAP Cloud, BTP' group containing S/4 Public Cloud, BTP ABAP Env, Build Work Zone, and Mobile Start. Add stub pages for BTP ABAP Env and Mobile Start.
1 parent ecd23e4 commit aa8de25

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export default defineConfig({
185185
link: "/configuration/setup",
186186
collapsed: true,
187187
items: [
188+
{ text: "Installation", link: "/configuration/installation" },
188189
{ text: "General", link: "/configuration/setup" },
189190
{ text: "Security", link: "/configuration/security" },
190191
{ text: "Authorization", link: "/configuration/authorization" },
@@ -195,14 +196,15 @@ export default defineConfig({
195196
{ text: "Debugging", link: "/configuration/troubleshooting" },
196197
{ text: "Fiori Launchpad", link: "/configuration/launchpad" },
197198
{
198-
text: "Installation",
199-
link: "/configuration/installation",
199+
text: "ABAP Cloud, BTP",
200200
items: [
201201
{
202202
text: "S/4 Public Cloud",
203203
link: "/configuration/s4_public_cloud",
204204
},
205-
{ text: "BTP Work Zone", link: "/configuration/btp" },
205+
{ text: "BTP ABAP Env", link: "/configuration/btp_abap_env" },
206+
{ text: "Build Work Zone", link: "/configuration/btp" },
207+
{ text: "Mobile Start", link: "/configuration/mobile_start" },
206208
],
207209
},
208210
],

docs/configuration/btp_abap_env.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
outline: [2, 4]
3+
---
4+
# BTP ABAP Environment
5+
6+
The setup in `BTP ABAP Environment` matches `S/4 Public Cloud`. Follow the [S/4 Public Cloud](/configuration/s4_public_cloud) guide.

docs/configuration/mobile_start.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
outline: [2, 4]
3+
---
4+
# Mobile Start
5+
6+
Embed your abap2UI5 apps into SAP Mobile Start. See [**Setup SAP Mobile Start**](https://www.linkedin.com/pulse/abap2ui5-integration-sap-business-technology-platform-33-setup-uzure/) for details.

0 commit comments

Comments
 (0)