Skip to content

Commit

Permalink
Merge pull request #21859 from abpframework/update-docs
Browse files Browse the repository at this point in the history
Remove eshoponabp live demo link from docs
  • Loading branch information
enisn authored Jan 8, 2025
2 parents 35c3060 + fd6ab68 commit 4eb3b98
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/en/Blog-Posts/2022-07-26 v6_0_Preview/POST.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ The following improvements have been made on [eShopOnAbp project](https://github

* Some improvements have been made on the Admin Application for Order Management for Angular UI. See [#110](https://github.com/abpframework/eShopOnAbp/pull/110).
* `SignalR` error on Kubernetes & Docker Compose has been fixed. See [#113](https://github.com/abpframework/eShopOnAbp/pull/113).
* eShopOnAbp project has been deployed to Azure Kubernetes Service. See [#114](https://github.com/abpframework/eShopOnAbp/pull/114). The live demo can be seen from [eshoponabp.com](https://eshoponabp.com/).
* Configurations have been made for some services on the `docker-compose.yml` file. See [#112](https://github.com/abpframework/eShopOnAbp/pull/112).
* Gateway Redirect Loop problem on Kubernetes has been fixed. See [the commit](https://github.com/abpframework/eShopOnAbp/commit/6413ef15c91cd8a5309050b63bb4dbca23587607).

Expand Down
7 changes: 5 additions & 2 deletions docs/en/Blog-Posts/2023-04-03-What-is-ABP-Framework/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,12 @@ ASP.NET modularity, ASP.NET modular development, ASP.NET localization, ASP.NET m

## Microservice Example: eShopOnAbp

[eShopOnAbp](https://www.eshoponabp.com/) is a microservice example built on top ABP. It is a sample net application, similar to the Microsoft's [eShopOnContainer](https://github.com/dotnet-architecture/eShopOnContainers) project. It is a reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications with PostgreSQL and MongoDB databases. For more information, check out https://github.com/abpframework/eShopOnAbp.

[eShopOnAbp](https://github.com/abpframework/eShopOnAbp) is a microservice example built on top ABP. It is a sample net application, similar to the Microsoft's [eShopOnContainer](https://github.com/dotnet-architecture/eShopOnContainers) project. It is a reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications with PostgreSQL and MongoDB databases. For more information, check out https://github.com/abpframework/eShopOnAbp.

> ⚠️ **Important Notice**
> This project, "eshoponabp," is outdated. It served as a reference project for microservice architecture using the ABP Framework, but we now recommend using the [ABP Microservice Solution Template](https://abp.io/docs/latest/solution-templates/microservice) for new projects.
>
> The new template offers a modernized and officially supported starting point for building microservices with ABP. Please consider transitioning to the new template for the latest features and improvements.
## Conclusion

Expand Down
5 changes: 5 additions & 0 deletions docs/en/samples/eshop-on-abp/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# eShopOnAbp

> ⚠️ **Important Notice**
> This project, "eshoponabp," is outdated. It served as a reference project for microservice architecture using the ABP Framework, but we now recommend using the [ABP Microservice Solution Template](https://abp.io/docs/latest/solution-templates/microservice) for new projects.
>
> The new template offers a modernized and officially supported starting point for building microservices with ABP. Please consider transitioning to the new template for the latest features and improvements.
This document is in progress. Please see the source code for now: https://github.com/abpframework/eShopOnAbp
4 changes: 3 additions & 1 deletion docs/en/samples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ A reference application built with ABP. It implements the Domain Driven Design w

Reference microservice solution built with ABP and .NET.

* [Live demo](https://www.eshoponabp.com/)
* [Source code](https://github.com/abpframework/eShopOnAbp)

> ⚠️ **Important Notice**
> This project, "eShopOnAbp," is outdated. It served as a reference project for microservice architecture using the ABP Framework, but we now recommend using the [ABP Microservice Solution Template](https://abp.io/docs/latest/solution-templates/microservice) for new projects.
## CMS Kit Demo

A minimal example website built with the [CMS Kit module](../modules/cms-kit/index.md).
Expand Down

0 comments on commit 4eb3b98

Please sign in to comment.