Browse Source

Improvement for the overview usage

pull/20569/head
Halil İbrahim Kalkan 2 years ago
parent
commit
340f082b84
  1. 4
      docs/en/framework/api-development/overview.md
  2. 4
      docs/en/framework/api-development/standard-apis/overview.md
  3. 2
      docs/en/framework/architecture/best-practices/application-layer-overview.md
  4. 2
      docs/en/framework/architecture/best-practices/data-access-overview.md
  5. 2
      docs/en/framework/architecture/best-practices/domain-layer-overview.md
  6. 2
      docs/en/framework/fundamentals/overview.md
  7. 4
      docs/en/framework/infrastructure/overview.md
  8. 2
      docs/en/framework/ui/overview.md
  9. 2
      docs/en/release-info/overview.md
  10. 2
      docs/en/tools.md
  11. 4
      docs/en/tutorials/overview.md

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

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

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

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

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

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

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

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

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

2
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.
* [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.

4
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.
Loading…
Cancel
Save