From 750f81bd97fb6c0306424c592b904793417200cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 8 Jul 2020 21:19:49 +0300 Subject: [PATCH] Revise the index page. Add packages link to the nav menu. --- docs/en/Getting-Started.md | 2 +- docs/en/Index.md | 20 +++++--------------- docs/en/docs-nav.json | 4 ++++ 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/docs/en/Getting-Started.md b/docs/en/Getting-Started.md index 5f3d79d94a..4a597181d0 100644 --- a/docs/en/Getting-Started.md +++ b/docs/en/Getting-Started.md @@ -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) \ No newline at end of file diff --git a/docs/en/Index.md b/docs/en/Index.md index 8eeb7aeb72..5fe44625ad 100644 --- a/docs/en/Index.md +++ b/docs/en/Index.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? diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 239f071619..a6ab09dfee 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -626,6 +626,10 @@ { "text": "API Documentation", "path": "{ApiDocumentationUrl}" + }, + { + "text": "Official Packages", + "path": "https://abp.io/packages" } ] }