From 340f082b84af31eda4eb29000d27051d495245ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 20 Aug 2024 11:48:18 +0300 Subject: [PATCH] Improvement for the overview usage --- docs/en/framework/api-development/overview.md | 4 ++-- docs/en/framework/api-development/standard-apis/overview.md | 4 ++-- .../architecture/best-practices/application-layer-overview.md | 2 +- .../architecture/best-practices/data-access-overview.md | 2 +- .../architecture/best-practices/domain-layer-overview.md | 2 +- docs/en/framework/fundamentals/overview.md | 2 +- docs/en/framework/infrastructure/overview.md | 4 ++-- docs/en/framework/ui/overview.md | 2 +- docs/en/release-info/overview.md | 2 +- docs/en/tools.md | 2 +- docs/en/tutorials/overview.md | 4 ++-- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/en/framework/api-development/overview.md b/docs/en/framework/api-development/overview.md index 9d7e215896..4b2105486d 100644 --- a/docs/en/framework/api-development/overview.md +++ b/docs/en/framework/api-development/overview.md @@ -1,6 +1,6 @@ -## API Development: Overview +## API Development -ABP provides a set of features and integrations to third-party libraries to easily develop APIs. Here, is the list of documents that you can refer to while developing APIs: +The following documents explain the concepts, infrastructure and integrations to build HTTP APIs with ABP: * [ABP Endpoints](./standard-apis/overview.md) * [API Versioning](./versioning.md) diff --git a/docs/en/framework/api-development/standard-apis/overview.md b/docs/en/framework/api-development/standard-apis/overview.md index 7dc0666bdd..3dd4a284f5 100644 --- a/docs/en/framework/api-development/standard-apis/overview.md +++ b/docs/en/framework/api-development/standard-apis/overview.md @@ -1,6 +1,6 @@ -## ABP Endpoints +## Standard HTTP API Endpoints -ABP provides pre-built and standart endpoints that contains some useful information about the application/service, such as localization entries and settings. Here, is the list of some pre-built endpoints: +ABP provides some pre-built and standard endpoints that contains useful information about the application or service, such as localization entries and settings. Here, is the list of the pre-built endpoints: * [Application Configuration](./configuration.md) * [Application Localization](./localization.md) \ No newline at end of file diff --git a/docs/en/framework/architecture/best-practices/application-layer-overview.md b/docs/en/framework/architecture/best-practices/application-layer-overview.md index b7650d6699..10afeeb9ca 100644 --- a/docs/en/framework/architecture/best-practices/application-layer-overview.md +++ b/docs/en/framework/architecture/best-practices/application-layer-overview.md @@ -1,6 +1,6 @@ ## Best Practices: Application Layer -ABP suggests some best-practices that you can use while implementing the Application Layer by following Domain Driven Design principles: +The following documents suggest some best-practices that you can use while implementing the application layer of your solution by following the Domain Driven Design principles: * [Application Services](./application-services.md) * [Data Transfer Objects](./data-transfer-objects.md) \ No newline at end of file diff --git a/docs/en/framework/architecture/best-practices/data-access-overview.md b/docs/en/framework/architecture/best-practices/data-access-overview.md index 3c0aa1a9c7..1369a21e32 100644 --- a/docs/en/framework/architecture/best-practices/data-access-overview.md +++ b/docs/en/framework/architecture/best-practices/data-access-overview.md @@ -1,6 +1,6 @@ ## Best Practices: Data Access -ABP suggests some best-practices that you can use while implementing the Infrastructure Layer (integrations) by following Domain Driven Design principles: +The following documents suggest some best-practices that you can use while implementing the database integration layer of your solution by following Domain Driven Design principles: * [Entity Framework Core](./entity-framework-core-integration.md) * [MongoDB](./mongodb-integration.md) \ No newline at end of file diff --git a/docs/en/framework/architecture/best-practices/domain-layer-overview.md b/docs/en/framework/architecture/best-practices/domain-layer-overview.md index 995d545cb5..b20ae1b208 100644 --- a/docs/en/framework/architecture/best-practices/domain-layer-overview.md +++ b/docs/en/framework/architecture/best-practices/domain-layer-overview.md @@ -1,6 +1,6 @@ ## Best Practices: Domain Layer -ABP suggests some best-practices that you can use while implementing the Domain Layer by following Domain Driven Design principles: +The following documents suggest some best-practices that you can use while implementing the domain layer of your solution by following the Domain Driven Design principles: * [Entities](./entities.md) * [Repositories](./repositories.md) diff --git a/docs/en/framework/fundamentals/overview.md b/docs/en/framework/fundamentals/overview.md index b09e8c5d5a..7ce2c59f7b 100644 --- a/docs/en/framework/fundamentals/overview.md +++ b/docs/en/framework/fundamentals/overview.md @@ -1,6 +1,6 @@ ## ABP Fundamentals: Overview -ABP provides fundamental documents that explain to you the core building-blocks of ABP & .NET applications. Here, is the full list of the fundamental documents: +The following documents explains the fundamental building blocks to create ABP solutions: * [Application Startup](./application-startup.md) * [Authorization](./authorization.md) diff --git a/docs/en/framework/infrastructure/overview.md b/docs/en/framework/infrastructure/overview.md index df52f222db..f9524216c3 100644 --- a/docs/en/framework/infrastructure/overview.md +++ b/docs/en/framework/infrastructure/overview.md @@ -1,6 +1,6 @@ -## ABP Infrastructure: Overview +## ABP Infrastructure -ABP provides a complete infrastructure for creating software solutions with modern architectures based on .NET platform: +ABP provides a complete infrastructure for creating real world software solutions with modern architectures based on the .NET platform. Each of the following documents explains an infrastructure feature: * [Audit Logging](./audit-logging.md) * [Background Jobs](./background-jobs/index.md) diff --git a/docs/en/framework/ui/overview.md b/docs/en/framework/ui/overview.md index 8ae4cd5b0e..760a2616b0 100644 --- a/docs/en/framework/ui/overview.md +++ b/docs/en/framework/ui/overview.md @@ -1,4 +1,4 @@ -## ABP: UI Options +## ABP UI Options ABP provides several options for building the user interface (UI) in your applications. Here are some of the officially supported UI options you can use with ABP: diff --git a/docs/en/release-info/overview.md b/docs/en/release-info/overview.md index 3a2d4704d6..eb6a4ef602 100644 --- a/docs/en/release-info/overview.md +++ b/docs/en/release-info/overview.md @@ -1,4 +1,4 @@ -## Release Information: Overview +## Release Information * [Release Notes](./release-notes.md) * [Migration Guides](./migration-guides/index.md) diff --git a/docs/en/tools.md b/docs/en/tools.md index aa7d048d95..356db9f639 100644 --- a/docs/en/tools.md +++ b/docs/en/tools.md @@ -4,4 +4,4 @@ ABP provides a comprehensive set of tools designed to enhance the development ex * [ABP CLI](./cli/index.md): Command line tool to perform some common operations for ABP based solutions. * [ABP Suite](./suite/index.md): A complementary tool that allows you to build web pages in a matter of minutes. -* [ABP Studio](./studio/index.md): **Cross-platform** desktop application for ABP and .NET developers. Aims to provide a comfortable development environment for you by automating things, providing insights about your solution, making develop, run, browse, monitor, trace and deploy your solutions much easier. \ No newline at end of file +* [ABP Studio](./studio/index.md): A cross-platform desktop application for ABP and .NET developers. Aims to provide a comfortable development environment for you by automating things, providing insights about your solution, making develop, run, browse, monitor, trace and deploy your solutions much easier. \ No newline at end of file diff --git a/docs/en/tutorials/overview.md b/docs/en/tutorials/overview.md index 357649f5b3..aac3abfaed 100644 --- a/docs/en/tutorials/overview.md +++ b/docs/en/tutorials/overview.md @@ -1,6 +1,6 @@ -## ABP Tutorials: Overview +## ABP Tutorials -This document provides an overview of essential tutorials that will help you get started with ABP platform: +The following guides explains how to build ABP based applications: * [TODO Application](todo/index.md): This is a single-part, quick-start tutorial to build a simple application with ABP. Start with this tutorial if you want to quickly understand how ABP works. * [Book Store Application](book-store/overview.md): This is a multi-part, complete tutorial to build a bookstore application with ABP. Start with this tutorial if you want to create a layered solution with ABP and apply DDD best practices. \ No newline at end of file