Browse Source

update doc title

pull/21016/head
Fahri Gedik 1 year ago
parent
commit
5240d7ecc2
  1. 2
      docs/en/Community-Articles/2020-08-18-Using-DevExtreme-Components-With-The-ABP-Framework/Using-DevExtreme-Components-With-The-ABP-Framework.md
  2. 2
      docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/POST.md
  3. 2
      docs/en/Community-Articles/2021-01-20-How-to-Integrate-the-MatBlazor-Blazor-Component/POST.md
  4. 2
      docs/en/Community-Articles/2021-04-22-How-to-Integrate-the-Syncfusion-Blazor-Component/POST.md
  5. 2
      docs/en/Community-Articles/2023-02-22-Streamline-Localization-In-Your-ABP-Project/POST.md
  6. 2
      docs/en/Community-Articles/2023-03-20- IdentityUser-Relationships/Post.md
  7. 2
      docs/en/framework/api-development/index.md
  8. 2
      docs/en/framework/api-development/standard-apis/index.md
  9. 2
      docs/en/framework/architecture/best-practices/application-layer-overview.md
  10. 2
      docs/en/framework/architecture/best-practices/data-access-overview.md
  11. 2
      docs/en/framework/architecture/best-practices/domain-layer-overview.md
  12. 2
      docs/en/framework/architecture/domain-driven-design/application-layer.md
  13. 2
      docs/en/framework/architecture/domain-driven-design/domain-layer.md
  14. 2
      docs/en/framework/fundamentals/index.md
  15. 2
      docs/en/framework/infrastructure/index.md
  16. 2
      docs/en/framework/ui/index.md
  17. 2
      docs/en/modules/openiddict.md
  18. 2
      docs/en/release-info/index.md
  19. 2
      docs/en/tools.md
  20. 2
      docs/en/tutorials/index.md

2
docs/en/Community-Articles/2020-08-18-Using-DevExtreme-Components-With-The-ABP-Framework/Using-DevExtreme-Components-With-The-ABP-Framework.md

@ -1,4 +1,4 @@
## Using DevExtreme Components With the ABP Framework
# Using DevExtreme Components With the ABP Framework
Hi, in this step by step article, I will show you how to integrate [DevExtreme](https://js.devexpress.com/) components into ABP Framework-based applications.

2
docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/POST.md

@ -1,4 +1,4 @@
## Using DevExpress Blazor UI Components With the ABP Framework
# Using DevExpress Blazor UI Components With the ABP Framework
Hi, in this step by step article, I will show you how to integrate [DevExpress](https://demos.devexpress.com/blazor/) blazor UI components into ABP Framework-based applications.

2
docs/en/Community-Articles/2021-01-20-How-to-Integrate-the-MatBlazor-Blazor-Component/POST.md

@ -1,4 +1,4 @@
## Using MatBlazor UI Components With the ABP Framework
# Using MatBlazor UI Components With the ABP Framework
Hi, in this step by step article, I will show you how to integrate [MatBlazor](https://www.matblazor.com/), a blazor UI components into ABP Framework-based applications.

2
docs/en/Community-Articles/2021-04-22-How-to-Integrate-the-Syncfusion-Blazor-Component/POST.md

@ -1,4 +1,4 @@
## Integrating SyncFusion UI with ABP Framework Blazor UI
# Integrating SyncFusion UI with ABP Framework Blazor UI
Hi, in this step by step article, I will show you how to integrate [Syncfusion](https://www.syncfusion.com/blazor-components), a blazor UI components into ABP Framework-based applications.

2
docs/en/Community-Articles/2023-02-22-Streamline-Localization-In-Your-ABP-Project/POST.md

@ -1,4 +1,4 @@
## Streamline Localization in Your ABP Project
# Streamline Localization in Your ABP Project
Making localization changes to an ABP project can be a daunting task, especially if you're dealing with multiple languages and translations. During development, it's easy to overlook some changes and that leads to inconsistencies across different languages. Fortunately, I have developed a tool that can help streamline the localization process and ensure consistency across different languages.

2
docs/en/Community-Articles/2023-03-20- IdentityUser-Relationships/Post.md

@ -1,4 +1,4 @@
## Introduction
# Introduction
In this article, I will talk about the relationships of IdentityUser in every web application that can be created with the ABP framework. When you read this article, you will learn how to extend the user entity in the applications you develop using the ABP framework with a primitive type, extending the user by associating the user with another entity (User-many-to-one-X).

2
docs/en/framework/api-development/index.md

@ -1,4 +1,4 @@
## API Development
# API Development
The following documents explain the concepts, infrastructure and integrations to build HTTP APIs with ABP:

2
docs/en/framework/api-development/standard-apis/index.md

@ -1,4 +1,4 @@
## Standard HTTP API Endpoints
# Standard HTTP API 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:

2
docs/en/framework/architecture/best-practices/application-layer-overview.md

@ -1,4 +1,4 @@
## Best Practices: Application Layer
# Best Practices: Application Layer
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:

2
docs/en/framework/architecture/best-practices/data-access-overview.md

@ -1,4 +1,4 @@
## Best Practices: Data Access
# Best Practices: Data Access
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:

2
docs/en/framework/architecture/best-practices/domain-layer-overview.md

@ -1,4 +1,4 @@
## Best Practices: Domain Layer
# Best Practices: Domain Layer
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:

2
docs/en/framework/architecture/domain-driven-design/application-layer.md

@ -1,4 +1,4 @@
## Domain Driven Design: Application Layer
# Domain Driven Design: Application Layer
Application Layer mediates between the Presentation and Domain Layers. Orchestrates business objects to perform specific application tasks and implements use cases as the application logic. Here, is the list of the building blocks of the Application Layer:

2
docs/en/framework/architecture/domain-driven-design/domain-layer.md

@ -1,4 +1,4 @@
## Domain Driven Design: Domain Layer
# Domain Driven Design: Domain Layer
Domain Layer contains business objects and the core (domain) business rules of the application and it's the heart of the application. Here, is the list of building blocks of the Domain Layer:

2
docs/en/framework/fundamentals/index.md

@ -1,4 +1,4 @@
## ABP Fundamentals: Overview
# ABP Fundamentals: Overview
The following documents explains the fundamental building blocks to create ABP solutions:

2
docs/en/framework/infrastructure/index.md

@ -1,4 +1,4 @@
## ABP Infrastructure
# ABP Infrastructure
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:

2
docs/en/framework/ui/index.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/modules/openiddict.md

@ -1,4 +1,4 @@
## ABP OpenIddict Module
# ABP OpenIddict Module
OpenIddict module provides an integration with the [OpenIddict](https://github.com/openiddict/openiddict-core) which provides advanced authentication features like single sign-on, single log-out, and API access control. This module persists applications, scopes, and other OpenIddict-related objects to the database.

2
docs/en/release-info/index.md

@ -1,4 +1,4 @@
## Release Information
# Release Information
* [Release Notes](./release-notes.md)
* [Migration Guides](./migration-guides/index.md)

2
docs/en/tools.md

@ -1,4 +1,4 @@
## Tools
# Tools
ABP provides a comprehensive set of tools designed to enhance the development experience and improve productivity:

2
docs/en/tutorials/index.md

@ -1,4 +1,4 @@
## ABP Tutorials
# ABP Tutorials
The following guides explains how to build ABP based applications:

Loading…
Cancel
Save