Browse Source

Update suite tutorial screenshots 2

pull/21887/head
EngincanV 1 year ago
parent
commit
076cf0d5fc
  1. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png
  2. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser-mvc.png
  3. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png
  4. 14
      docs/en/tutorials/book-store-with-abp-suite/part-02.md
  5. 4
      docs/en/tutorials/book-store-with-abp-suite/part-03.md
  6. 2
      docs/en/tutorials/book-store-with-abp-suite/part-04.md

BIN
docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser-mvc.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

14
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.

4
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:

2
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 }}

Loading…
Cancel
Save