Skip to content

Commit dfa45f8

Browse files
committed
docs: reorder Cookbook sidebar groups (Locks/Browser/Advanced/RAP)
1 parent 9c81667 commit dfa45f8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,11 @@ export default defineConfig({
162162
{ text: "Translation, i18n", link: "/development/translation" },
163163
{ text: "Popups, Popovers", link: "/development/popups" },
164164
{
165-
text: "RAP, EML",
165+
text: "Locks, Statefulness",
166166
collapsed: true,
167167
items: [
168-
{ text: "CDS", link: "/development/specific/cds" },
169-
{ text: "EML", link: "/development/specific/eml" },
170-
{ text: "Draft Handling", link: "/development/specific/draft" },
168+
{ text: "Locks", link: "/development/specific/locks" },
169+
{ text: "Statefulness", link: "/development/specific/statefulness" },
171170
],
172171
},
173172
{
@@ -209,11 +208,12 @@ export default defineConfig({
209208
],
210209
},
211210
{
212-
text: "Locks, Statefulness",
211+
text: "RAP, EML",
213212
collapsed: true,
214213
items: [
215-
{ text: "Locks", link: "/development/specific/locks" },
216-
{ text: "Statefulness", link: "/development/specific/statefulness" },
214+
{ text: "CDS", link: "/development/specific/cds" },
215+
{ text: "EML", link: "/development/specific/eml" },
216+
{ text: "Draft Handling", link: "/development/specific/draft" },
217217
],
218218
},
219219
],

0 commit comments

Comments
 (0)