diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png new file mode 100644 index 0000000000..a9c83bf2b9 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser-mvc.png b/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser-mvc.png deleted file mode 100644 index a42a39b648..0000000000 Binary files a/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser-mvc.png and /dev/null differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png b/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png new file mode 100644 index 0000000000..58da13c141 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-02.md b/docs/en/tutorials/book-store-with-abp-suite/part-02.md index 60350def94..092edca636 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-02.md +++ b/docs/en/tutorials/book-store-with-abp-suite/part-02.md @@ -115,22 +115,14 @@ It will take some time to complete the process. After the process is completed, {{ else if UI === "Angular" }} ![](./images/book-store-studio-run-app-angular.png) {{ else if UI === "MAUIBlazor" "}} -//TODO: maui blazor screenshot! +![](./images/book-store-studio-run-app-mauiblazor.png) {{ else }} -//TODO: Blazor screenshot! +![](./images/book-store-studio-run-app-blazor.png) {{ end }} After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser. You can see the Books page in the following figure with a single record: -{{ if UI === "Angular" }} -//TODO: angular screenshot! -{{ else if UI === "MVC" }} -![](./images/suite-book-pages-browser-mvc.png) -{{ else if UI === "MAUIBlazor" "}} -//TODO: maui blazor screenshot! -{{ else }} -//TODO: Blazor screenshot! -{{ end }} +![](./images/suite-book-pages-browser.png) On this page, you can create a new book, update an existing book, delete a book, export all records (or the filtered records) to excel, filter the records by using the advanced filter section, bulk delete multiple records and so on. diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-03.md b/docs/en/tutorials/book-store-with-abp-suite/part-03.md index cbc87085a7..ff9b2d0ac9 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-03.md +++ b/docs/en/tutorials/book-store-with-abp-suite/part-03.md @@ -69,9 +69,9 @@ ABP Suite will generate the necessary code for you. It will take some time to co {{ else if UI === "Angular" }} ![](./images/book-store-studio-run-app-angular.png) {{ else if UI === "MAUIBlazor" "}} -//TODO: maui blazor screenshot! +![](./images/book-store-studio-run-app-mauiblazor.png) {{ else }} -//TODO: Blazor screenshot! +![](./images/book-store-studio-run-app-blazor.png) {{ end }} After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser and try to add a new author: diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-04.md b/docs/en/tutorials/book-store-with-abp-suite/part-04.md index a525ef3d8e..de376f6c56 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-04.md +++ b/docs/en/tutorials/book-store-with-abp-suite/part-04.md @@ -64,7 +64,7 @@ It will take some time to complete the process. After the process is completed, {{ else if UI === "Angular" }} ![](./images/book-store-studio-run-app-angular.png) {{ else if UI === "MAUIBlazor" "}} -//TODO: maui blazor screenshot! +![](./images/book-store-studio-run-app-mauiblazor.png) {{ else }} ![](./images/book-store-studio-run-app-blazor.png) {{ end }}