Skip to content

Commit 91f153e

Browse files
committed
Polish sidebar labels, fix empty parent links, normalize collapsed state
1 parent 17f4ca6 commit 91f153e

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineConfig({
6060
text: "Guide",
6161
items: [
6262
{ text: "Introduction", link: "/get_started/about" },
63-
{ text: "Cookbook", link: "/development/controller/controller" },
63+
{ text: "Cookbook", link: "/development/controller/life_cycle" },
6464
{ text: "Configuration", link: "/configuration/setup" },
6565
{ text: "Advanced Topic", link: "/advanced/downporting" },
6666
{ text: "Technical Insight", link: "/technical/concept" },
@@ -114,12 +114,12 @@ export default defineConfig({
114114
},
115115
{
116116
text: "Cookbook",
117-
link: "/development/controller/controller",
117+
link: "/development/controller/life_cycle",
118118
collapsed: true,
119119
items: [
120120
{
121121
text: "Controller",
122-
link: "/development/controller/controller",
122+
link: "/development/controller/life_cycle",
123123
collapsed: true,
124124
items: [
125125
{ text: "Life Cycle", link: "/development/controller/life_cycle" },
@@ -159,10 +159,10 @@ export default defineConfig({
159159
},
160160
{
161161
text: "Navigation",
162-
link: "/development/navigation/navigation",
162+
link: "/development/navigation/inner_cross_app",
163163
collapsed: true,
164164
items: [
165-
{ text: "Inner/Cross App", link: "/development/navigation/inner_cross_app" },
165+
{ text: "Inner, Cross App", link: "/development/navigation/inner_cross_app" },
166166
{ text: "App State", link: "/development/navigation/app_state" },
167167
{
168168
text: "Share, Bookmark",
@@ -236,7 +236,7 @@ export default defineConfig({
236236
text: "More",
237237
collapsed: true,
238238
items: [
239-
{ text: "CL_DEMO_OUTPUT", link: "/development/specific/demo_output" },
239+
{ text: "Demo Output", link: "/development/specific/demo_output" },
240240
],
241241
},
242242
],
@@ -254,7 +254,7 @@ export default defineConfig({
254254
{ text: "Authorization", link: "/configuration/authorization" },
255255
{ text: "Performance", link: "/configuration/performance" },
256256
{ text: "UI5 Version", link: "/configuration/ui5_versions" },
257-
{ text: "Productive Usage", link: "/configuration/productive_usage" },
257+
{ text: "Production Use", link: "/configuration/productive_usage" },
258258
{ text: "Debugging", link: "/configuration/troubleshooting" },
259259
{ text: "Fiori Launchpad", link: "/configuration/launchpad" },
260260
{
@@ -265,7 +265,7 @@ export default defineConfig({
265265
text: "S/4 Public Cloud",
266266
link: "/configuration/s4_public_cloud",
267267
},
268-
{ text: "BTP ABAP Env", link: "/configuration/btp_abap_env" },
268+
{ text: "BTP ABAP Environment", link: "/configuration/btp_abap_env" },
269269
{ text: "Build Work Zone", link: "/configuration/btp" },
270270
{ text: "Mobile Start", link: "/configuration/mobile_start" },
271271
],
@@ -279,8 +279,8 @@ export default defineConfig({
279279
items: [
280280
{ text: "Downporting", link: "/advanced/downporting" },
281281
{ text: "Renaming", link: "/advanced/renaming" },
282-
{ text: "Builder", link: "/advanced/builds" },
283-
{ text: "Local", link: "/advanced/local" },
282+
{ text: "Build Process", link: "/advanced/builds" },
283+
{ text: "Local Setup", link: "/advanced/local" },
284284
{ text: "RFC Connector", link: "/advanced/rfc" },
285285
{ text: "HTTP Connector", link: "/advanced/http" },
286286
{ text: "Fiori Elements Integration", link: "/advanced/fiori" },
@@ -293,7 +293,7 @@ export default defineConfig({
293293
text: "User Exit",
294294
link: "/advanced/extensibility/user_exits",
295295
},
296-
{ text: "Custom JS", link: "/advanced/extensibility/custom_js" },
296+
{ text: "Custom JavaScript", link: "/advanced/extensibility/custom_js" },
297297
{ text: "Frontend", link: "/advanced/extensibility/frontend" },
298298
{
299299
text: "Custom Control",
@@ -326,14 +326,15 @@ export default defineConfig({
326326
{
327327
text: "Technology",
328328
link: "/technical/technology/overview",
329+
collapsed: true,
329330
items: [
330331
{ text: "RAP", link: "/technical/technology/rap" },
331332
{ text: "UI5 Freestyle", link: "/technical/technology/ui5" },
332333
],
333334
},
334335
{
335336
text: "Tool",
336-
collapsed: false,
337+
collapsed: true,
337338
items: [
338339
{ text: "abapGit", link: "/technical/tools/abapgit" },
339340
{ text: "ajson", link: "/technical/tools/ajson" },

0 commit comments

Comments
 (0)