Revise the index page. Add packages link to the nav menu.

pull/4700/head
Halil İbrahim Kalkan 6 years ago
parent 2778e023a4
commit 750f81bd97

@ -344,6 +344,6 @@ If you don't plan to develop a mobile application with React Native, you can saf
See the "[Getting Started with the React Native](Getting-Started-React-Native.md)" document to learn how to configure and run the React Native application.
## See Also
## Next
* [Web Application Development Tutorial](Tutorials/Part-1.md)

@ -1,28 +1,18 @@
# ABP Documentation
ABP is an **open source application framework** focused on ASP.NET Core based web application development, but also supports developing other type of applications.
ABP is an **open source application framework** focused on **ASP.NET Core** based **web application development**. It also supports developing other type of applications.
Explore the left navigation menu to deep dive in the documentation.
Explore the navigation menu to deep dive in the documentation.
## Getting Started
Easiest way to start a new project with ABP is to use the startup templates:
The easiest way to start a new web application with the ABP Framework is to use the [getting started](Getting-Started.md) tutorial.
* [ASP.NET Core MVC (Razor Pages) UI Startup Template](Getting-Started.md?UI=MVC&DB=EF&Tiered=No)
* [Angular UI Startup Template](Getting-Started.md?UI=NG&DB=EF&Tiered=No)
If you want to start from scratch (with an empty project) then manually install the ABP Framework and use the following tutorials:
* [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.
Then you can continue with the [web application development tutorial](Tutorials/Part-1.md).
## Source Code
ABP is hosted on GitHub. See [the source code](https://github.com/abpframework/abp).
ABP is hosted on GitHub. See [the source code](https://github.com/abpframework).
## Want to Contribute?

@ -626,6 +626,10 @@
{
"text": "API Documentation",
"path": "{ApiDocumentationUrl}"
},
{
"text": "Official Packages",
"path": "https://abp.io/packages"
}
]
}

Loading…
Cancel
Save