From 58192ce9c460d162afe47340fdbc3489f57599d8 Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 6 Jan 2025 13:32:35 +0300 Subject: [PATCH] Add missing MAUIBlazor parameter to the tutorial overview --- docs/en/tutorials/book-store/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/book-store/index.md b/docs/en/tutorials/book-store/index.md index c3161d2331..178aa75214 100644 --- a/docs/en/tutorials/book-store/index.md +++ b/docs/en/tutorials/book-store/index.md @@ -2,7 +2,7 @@ ````json //[doc-params] { - "UI": ["MVC","Blazor","BlazorServer","NG"], + "UI": ["MVC","Blazor","BlazorServer","NG", "MAUIBlazor"], "DB": ["EF","Mongo"] } ````