Browse Source

Add packages link.

pull/4568/head
Halil İbrahim Kalkan 6 years ago
parent
commit
5b8adb347c
  1. 6
      docs/en/Index.md

6
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).

Loading…
Cancel
Save