Skip to content

Commit d409c80

Browse files
authored
Merge pull request #63 from abap2UI5/claude/rename-misc-topic-4cAvO
Reorganize documentation sidebar navigation structure
2 parents 77a9432 + b0ef45b commit d409c80

2 files changed

Lines changed: 14 additions & 20 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export default defineConfig({
148148
text: "Share, Bookmark",
149149
link: "/development/navigation/share",
150150
},
151+
{ text: "URL Handling", link: "/development/specific/url" },
151152
],
152153
},
153154
{
@@ -161,15 +162,6 @@ export default defineConfig({
161162
},
162163
{ text: "Translation, i18n", link: "/development/translation" },
163164
{ text: "Popups, Popovers", link: "/development/popups" },
164-
{
165-
text: "RAP, EML",
166-
collapsed: true,
167-
items: [
168-
{ text: "CDS", link: "/development/specific/cds" },
169-
{ text: "EML", link: "/development/specific/eml" },
170-
{ text: "Draft Handling", link: "/development/specific/draft" },
171-
],
172-
},
173165
{
174166
text: "Browser Features",
175167
collapsed: true,
@@ -191,7 +183,6 @@ export default defineConfig({
191183
{ text: "XLSX", link: "/development/specific/xlsx" },
192184
],
193185
},
194-
{ text: "URL", link: "/development/specific/url" },
195186
{ text: "Timer", link: "/development/specific/timer" },
196187
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
197188
],
@@ -208,12 +199,22 @@ export default defineConfig({
208199
{ text: "CL_DEMO_OUTPUT", link: "/development/specific/demo_output" },
209200
],
210201
},
202+
{
203+
text: "RAP, EML",
204+
collapsed: true,
205+
items: [
206+
{ text: "CDS", link: "/development/specific/cds" },
207+
{ text: "EML", link: "/development/specific/eml" },
208+
{ text: "Draft Handling", link: "/development/specific/draft" },
209+
],
210+
},
211211
{
212212
text: "Misc Topics",
213213
collapsed: true,
214214
items: [
215215
{ text: "Locks", link: "/development/specific/locks" },
216216
{ text: "Statefulness", link: "/development/specific/statefulness" },
217+
{ text: "Logout", link: "/configuration/logout" },
217218
],
218219
},
219220
],
@@ -228,7 +229,6 @@ export default defineConfig({
228229
{ text: "Security", link: "/configuration/security" },
229230
{ text: "Authorization", link: "/configuration/authorization" },
230231
{ text: "Performance", link: "/configuration/performance" },
231-
{ text: "Logout", link: "/configuration/logout" },
232232
{ text: "UI5 Versions", link: "/configuration/ui5_versions" },
233233
{ text: "Productive Usage", link: "/configuration/productive_usage" },
234234
{ text: "Debugging", link: "/configuration/troubleshooting" },
@@ -256,14 +256,8 @@ export default defineConfig({
256256
{ text: "Renaming", link: "/advanced/renaming" },
257257
{ text: "Builder", link: "/advanced/builds" },
258258
{ text: "Local", link: "/advanced/local" },
259-
{
260-
text: "RFC Connector",
261-
link: "/advanced/rfc",
262-
collapsed: true,
263-
items: [
264-
{ text: "HTTP Connector", link: "/advanced/http" },
265-
],
266-
},
259+
{ text: "RFC Connector", link: "/advanced/rfc" },
260+
{ text: "HTTP Connector", link: "/advanced/http" },
267261
{ text: "Fiori Elements Integration", link: "/advanced/fiori" },
268262
{
269263
text: "Extensibility",

docs/development/specific/url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
outline: [2, 4]
33
---
4-
# URL
4+
# URL Handling
55

66
Working with URLs is common — reading parameters from the current URL, opening links in new tabs, or managing browser history.
77

0 commit comments

Comments
 (0)