Skip to content

Commit bae764d

Browse files
committed
Move CL_DEMO_OUTPUT under new More submenu in Expert Topic
1 parent 1f030b9 commit bae764d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ export default defineConfig({
167167
{ text: "Message", link: "/development/messages/messages" },
168168
{ text: "Error", link: "/development/messages/errors" },
169169
{ text: "Logging", link: "/development/messages/logging" },
170-
{ text: "CL_DEMO_OUTPUT", link: "/development/specific/demo_output" },
171170
],
172171
},
173172
{ text: "Translation, i18n", link: "/development/translation" },
@@ -222,6 +221,13 @@ export default defineConfig({
222221
{ text: "Lock", link: "/development/specific/locks" },
223222
{ text: "Statefulness", link: "/development/specific/statefulness" },
224223
{ text: "Logout", link: "/configuration/logout" },
224+
{
225+
text: "More",
226+
collapsed: true,
227+
items: [
228+
{ text: "CL_DEMO_OUTPUT", link: "/development/specific/demo_output" },
229+
],
230+
},
225231
],
226232
},
227233
],

0 commit comments

Comments
 (0)