We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9631de commit 885bf93Copy full SHA for 885bf93
2 files changed
docs/.vitepress/config.mjs
@@ -186,6 +186,7 @@ export default defineConfig({
186
{ text: "Security", link: "/configuration/security" },
187
{ text: "Authorization", link: "/configuration/authorization" },
188
{ text: "Performance", link: "/configuration/performance" },
189
+ { text: "Logout", link: "/configuration/logout" },
190
{ text: "UI5 Versions", link: "/configuration/ui5_versions" },
191
{ text: "Productive Usage", link: "/configuration/productive_usage" },
192
{ text: "Troubleshooting", link: "/configuration/troubleshooting" },
@@ -215,7 +216,6 @@ export default defineConfig({
215
216
text: "Statefulness, Locks",
217
link: "/advanced/stateful",
218
},
- { text: "Logout", link: "/advanced/logout" },
219
{ text: "Local", link: "/advanced/local" },
220
{ text: "RFC Connector", link: "/advanced/rfc" },
221
{ text: "Fiori Elements Integration", link: "/advanced/fiori" },
docs/advanced/logout.md docs/configuration/logout.mddocs/advanced/logout.md renamed to docs/configuration/logout.md
0 commit comments