Skip to content

Commit 4f94772

Browse files
committed
Move Fuzzy Search under Utilities in cookbook menu
1 parent 4387648 commit 4f94772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export default defineConfig({
209209
{ text: "Draft Handling", link: "/cookbook/eml_cds_sql/draft_handling" },
210210
{ text: "CDS", link: "/cookbook/eml_cds_sql/cds" },
211211
{ text: "ABAP SQL", link: "/cookbook/eml_cds_sql/abap_sql" },
212-
{ text: "Fuzzy Search", link: "/cookbook/eml_cds_sql/fuzzy_search" },
213212
],
214213
},
215214
{
@@ -255,6 +254,7 @@ export default defineConfig({
255254
{ text: "Value Help", link: "/cookbook/expert_more/value_help" },
256255
{ text: "Demo Output", link: "/cookbook/expert_more/demo_output" },
257256
{ text: "E-Mail", link: "/cookbook/expert_more/email" },
257+
{ text: "Fuzzy Search", link: "/cookbook/eml_cds_sql/fuzzy_search" },
258258
],
259259
},
260260
],

0 commit comments

Comments
 (0)