Skip to content

Commit b0ef45b

Browse files
committed
docs: move Logout page under Misc Topics
1 parent e0224cc commit b0ef45b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export default defineConfig({
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" },

0 commit comments

Comments
 (0)