diff --git a/docs/en/studio/images/solution-runner/csharp-application-context-menu-build.png b/docs/en/studio/images/solution-runner/csharp-application-context-menu-build.png index 7f20236e84..f046bfc5a6 100644 Binary files a/docs/en/studio/images/solution-runner/csharp-application-context-menu-build.png and b/docs/en/studio/images/solution-runner/csharp-application-context-menu-build.png differ diff --git a/docs/en/studio/images/solution-runner/csharp-application-context-menu-monitor.png b/docs/en/studio/images/solution-runner/csharp-application-context-menu-monitor.png index fc6692c866..4517bd9188 100644 Binary files a/docs/en/studio/images/solution-runner/csharp-application-context-menu-monitor.png and b/docs/en/studio/images/solution-runner/csharp-application-context-menu-monitor.png differ diff --git a/docs/en/studio/images/solution-runner/csharp-application-context-menu.png b/docs/en/studio/images/solution-runner/csharp-application-context-menu.png index 885512b940..08b79c0787 100644 Binary files a/docs/en/studio/images/solution-runner/csharp-application-context-menu.png and b/docs/en/studio/images/solution-runner/csharp-application-context-menu.png differ diff --git a/docs/en/studio/images/solution-runner/docker-container-example-add-dialog.png b/docs/en/studio/images/solution-runner/docker-container-example-add-dialog.png index 3320b70d03..020e5261be 100644 Binary files a/docs/en/studio/images/solution-runner/docker-container-example-add-dialog.png and b/docs/en/studio/images/solution-runner/docker-container-example-add-dialog.png differ diff --git a/docs/en/studio/images/solution-runner/docker-container-example-add.png b/docs/en/studio/images/solution-runner/docker-container-example-add.png index d9afede07c..ba405f3982 100644 Binary files a/docs/en/studio/images/solution-runner/docker-container-example-add.png and b/docs/en/studio/images/solution-runner/docker-container-example-add.png differ diff --git a/docs/en/studio/images/solution-runner/docker-container-example-rabbitmq.png b/docs/en/studio/images/solution-runner/docker-container-example-rabbitmq.png index 71a362e5f1..d4aa7791a7 100644 Binary files a/docs/en/studio/images/solution-runner/docker-container-example-rabbitmq.png and b/docs/en/studio/images/solution-runner/docker-container-example-rabbitmq.png differ diff --git a/docs/en/studio/images/solution-runner/docker-container-properties.png b/docs/en/studio/images/solution-runner/docker-container-properties.png index 75459db02b..6f34fe660e 100644 Binary files a/docs/en/studio/images/solution-runner/docker-container-properties.png and b/docs/en/studio/images/solution-runner/docker-container-properties.png differ diff --git a/docs/en/studio/images/solution-runner/docker-container-stack.png b/docs/en/studio/images/solution-runner/docker-container-stack.png index e9c079b5f3..f5e40fafce 100644 Binary files a/docs/en/studio/images/solution-runner/docker-container-stack.png and b/docs/en/studio/images/solution-runner/docker-container-stack.png differ diff --git a/docs/en/studio/images/solution-runner/docker-container-warning.png b/docs/en/studio/images/solution-runner/docker-container-warning.png index 04eae58b86..abb00242e2 100644 Binary files a/docs/en/studio/images/solution-runner/docker-container-warning.png and b/docs/en/studio/images/solution-runner/docker-container-warning.png differ diff --git a/docs/en/studio/images/solution-runner/folder-context-menu.png b/docs/en/studio/images/solution-runner/folder-context-menu.png index 44677da97d..47f56995f0 100644 Binary files a/docs/en/studio/images/solution-runner/folder-context-menu.png and b/docs/en/studio/images/solution-runner/folder-context-menu.png differ diff --git a/docs/en/studio/images/solution-runner/profile-root-context-menu.png b/docs/en/studio/images/solution-runner/profile-root-context-menu.png index 5615789a0f..355869511c 100644 Binary files a/docs/en/studio/images/solution-runner/profile-root-context-menu.png and b/docs/en/studio/images/solution-runner/profile-root-context-menu.png differ diff --git a/docs/en/studio/images/solution-runner/solution-runner.png b/docs/en/studio/images/solution-runner/solution-runner.png index 53a1a11e75..5a8b123d6d 100644 Binary files a/docs/en/studio/images/solution-runner/solution-runner.png and b/docs/en/studio/images/solution-runner/solution-runner.png differ diff --git a/docs/en/tutorials/microservice/images/abp-studio-solution-runner-play-all.png b/docs/en/tutorials/microservice/images/abp-studio-solution-runner-play-all.png index 96f8f614c8..4372a48c70 100644 Binary files a/docs/en/tutorials/microservice/images/abp-studio-solution-runner-play-all.png and b/docs/en/tutorials/microservice/images/abp-studio-solution-runner-play-all.png differ diff --git a/docs/en/tutorials/todo/images/todo-ui-initial-v2.png b/docs/en/tutorials/todo/images/todo-ui-initial-v2.png new file mode 100644 index 0000000000..f3f4f4e401 Binary files /dev/null and b/docs/en/tutorials/todo/images/todo-ui-initial-v2.png differ diff --git a/docs/en/tutorials/todo/images/todo-ui-initial.png b/docs/en/tutorials/todo/images/todo-ui-initial.png deleted file mode 100644 index 780fafa15f..0000000000 Binary files a/docs/en/tutorials/todo/images/todo-ui-initial.png and /dev/null differ diff --git a/docs/en/tutorials/todo/layered/index.md b/docs/en/tutorials/todo/layered/index.md index 86a480ad42..a1d1defc90 100644 --- a/docs/en/tutorials/todo/layered/index.md +++ b/docs/en/tutorials/todo/layered/index.md @@ -159,7 +159,7 @@ This command takes time, but eventually runs and opens the application in your d {{end}} -![todo-ui-initial](../images/todo-ui-initial.png) +![todo-ui-initial](../images/todo-ui-initial-v2.png) You can click on the *Login* button, use `admin` as the username and `1q2w3E*` as the password to login to the application. diff --git a/docs/en/tutorials/todo/single-layer/index.md b/docs/en/tutorials/todo/single-layer/index.md index 6ce5bec5b0..a09d638cfa 100644 --- a/docs/en/tutorials/todo/single-layer/index.md +++ b/docs/en/tutorials/todo/single-layer/index.md @@ -152,7 +152,7 @@ This command takes time, but eventually runs and opens the application in your d {{end}} -![todo-ui-initial](../images/todo-ui-initial.png) +![todo-ui-initial](../images/todo-ui-initial-v2.png) You can click on the *Login* button and use `admin` as the username and `1q2w3E*` as the password to login to the application. @@ -173,7 +173,7 @@ public class TodoItem : BasicAggregateRoot } ```` -`BasicAggregateRoot` is the simplest base class to create root entities, and `Guid` is the primary key (`Id`) of the entity here. +`BasicAggregateRoot` is the simplest base class to create root [entities](../../../framework/architecture/domain-driven-design/entities.md), and `Guid` is the primary key (`Id`) of the entity here. ## Database Integration @@ -223,7 +223,7 @@ dotnet ef migrations add Added_TodoItem This will add a new migration class to the project. You should see the new migration in the `Migrations` folder: -![todo-efcore-migration](todo-efcore-migration-single-layer.png) +![todo-efcore-migration](todo-efcore-migration-single-layer-v2.png) Then, you can apply changes to the database using the following command, in the same command-line terminal: @@ -836,7 +836,7 @@ Now, you can run the application again to see the result. ## Conclusion -In this tutorial, we've built a very simple application to warm up with the ABP. +In this tutorial, we've built a very simple application to warm up with the ABP. Check the [Web Application Development Tutorial](../../book-store/part-01.md) to see a real-life web application development in a layered architecture using the [Layered Application Startup Template](../../../solution-templates/layered-web-application). ## Source Code @@ -844,4 +844,4 @@ You can find the source code of the completed application [here](https://github. ## See Also -* Check the [Web Application Development Tutorial](../../book-store/part-01.md) to see a real-life web application development in a layered architecture using the [Layered Application Startup Template](../../../solution-templates/layered-web-application). +* [Web Application Development Tutorial](../../book-store/part-01.md) diff --git a/docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer-v2.png b/docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer-v2.png new file mode 100644 index 0000000000..a8d2d55c4a Binary files /dev/null and b/docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer-v2.png differ diff --git a/docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer.png b/docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer.png deleted file mode 100644 index fe067e9817..0000000000 Binary files a/docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer.png and /dev/null differ diff --git a/docs/en/ui-themes/lepton-x/images/account-layout-background-style.png b/docs/en/ui-themes/lepton-x/images/account-layout-background-style.png index 5b2f32661d..c8391da4d3 100644 Binary files a/docs/en/ui-themes/lepton-x/images/account-layout-background-style.png and b/docs/en/ui-themes/lepton-x/images/account-layout-background-style.png differ