Skip to content

Commit e0def8b

Browse files
committed
docs: add RAP, EML group in Cookbook
Move CDS, EML and Draft Handling out of Specifics into a new RAP, EML group.
1 parent 20193f9 commit e0def8b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@ export default defineConfig({
146146
{ text: "Messages, Errors", link: "/development/messages" },
147147
{ text: "Translation, i18n", link: "/development/translation" },
148148
{ text: "Popups, Popovers", link: "/development/popups" },
149+
{
150+
text: "RAP, EML",
151+
collapsed: true,
152+
items: [
153+
{ text: "CDS, EML", link: "/development/specific/cds" },
154+
{ text: "Draft Handling", link: "/development/specific/draft" },
155+
],
156+
},
149157
{
150158
text: "Specifics",
151159
collapsed: true,
@@ -158,8 +166,6 @@ export default defineConfig({
158166
{ text: "XLSX", link: "/development/specific/xlsx" },
159167
{ text: "Logging", link: "/development/specific/logging" },
160168
{ text: "Camera", link: "/development/specific/camera" },
161-
{ text: "CDS, EML", link: "/development/specific/cds" },
162-
{ text: "Draft Handling", link: "/development/specific/draft" },
163169
{ text: "Locks", link: "/development/specific/locks" },
164170
{ text: "Statefulness", link: "/development/specific/statefulness" },
165171
{ text: "Timer", link: "/development/specific/timer" },

0 commit comments

Comments
 (0)