From 5b8adb347c52ec35059786ab77fd324f554848a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 1 Jul 2020 15:51:20 +0300 Subject: [PATCH] Add packages link. --- docs/en/Index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/Index.md b/docs/en/Index.md index 7dc2b56da0..8eeb7aeb72 100644 --- a/docs/en/Index.md +++ b/docs/en/Index.md @@ -1,6 +1,6 @@ # ABP Documentation -ABP is an **open source application framework** focused on ASP.NET Core based web application development, but also supports developing other types of applications. +ABP is an **open source application framework** focused on ASP.NET Core based web application development, but also supports developing other type of applications. Explore the left navigation menu to deep dive in the documentation. @@ -16,6 +16,10 @@ If you want to start from scratch (with an empty project) then manually install * [Console Application](Getting-Started-Console-Application.md) * [ASP.NET Core Web Application](Getting-Started-AspNetCore-Application.md) +## Packages + +ABP Framework is distributed as NuGet and NPM packages. See [this page](http://abp.io/packages) for the complete list of the packages. + ## Source Code ABP is hosted on GitHub. See [the source code](https://github.com/abpframework/abp).