Skip to content

Commit 8bb05ac

Browse files
committed
Move Translation, Messages above Browser Interaction in cookbook menu
1 parent 40c752e commit 8bb05ac

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,16 @@ export default defineConfig({
176176
{ text: "Built-In", link: "/cookbook/popup_popover/built_in" },
177177
],
178178
},
179+
{
180+
text: "Translation, Messages",
181+
link: "/cookbook/translation_messages/message",
182+
collapsed: true,
183+
items: [
184+
{ text: "Message", link: "/cookbook/translation_messages/message" },
185+
{ text: "Logging", link: "/cookbook/translation_messages/logging" },
186+
{ text: "Translation, i18n", link: "/cookbook/translation_messages/translation_i18n" },
187+
],
188+
},
179189
{
180190
text: "Browser Interaction",
181191
link: "/cookbook/browser_interaction/title",
@@ -189,16 +199,6 @@ export default defineConfig({
189199
{ text: "URL Handling", link: "/cookbook/browser_interaction/url_handling" },
190200
],
191201
},
192-
{
193-
text: "Translation, Messages",
194-
link: "/cookbook/translation_messages/message",
195-
collapsed: true,
196-
items: [
197-
{ text: "Message", link: "/cookbook/translation_messages/message" },
198-
{ text: "Logging", link: "/cookbook/translation_messages/logging" },
199-
{ text: "Translation, i18n", link: "/cookbook/translation_messages/translation_i18n" },
200-
],
201-
},
202202
{
203203
text: "EML, CDS, SQL",
204204
link: "/cookbook/eml_cds_sql/rap",

0 commit comments

Comments
 (0)