Browse Source

Remove Getting-Started-Console-Application and basic console sample reference.

pull/5022/head
Halil İbrahim Kalkan 6 years ago
parent
commit
1f51d9fbe5
  1. 3
      docs/en/Getting-Started-Console-Application.md
  2. 5
      docs/en/Samples/Index.md
  3. 2
      docs/en/Startup-Templates/Console.md
  4. 19
      docs/en/docs-nav.json

3
docs/en/Getting-Started-Console-Application.md

@ -1,3 +0,0 @@
# Getting Started ABP With Console Application
ABP provided console application startup template. See [Console Application Startup Template](../en/Startup-Templates/Console.md) document for more information.

5
docs/en/Samples/Index.md

@ -58,7 +58,4 @@ While there is no Razor Pages & MongoDB combination, you can check both document
* [Customize the SignIn Manager](../How-To/Customize-SignIn-Manager.md)
* **Empty ASP.NET Core Application**: The most basic ASP.NET Core application with the ABP Framework installed.
* [Source code](https://github.com/abpframework/abp-samples/tree/master/BasicAspNetCoreApplication)
* [Documentation](../Getting-Started-AspNetCore-Application.md)
* **Empty Console Application**: The most basic console application with the ABP Framework installed.
* [Source code](https://github.com/abpframework/abp-samples/tree/master/BasicConsoleApplication)
* [Documentation](../Getting-Started-Console-Application.md)
* [Documentation](../Getting-Started-AspNetCore-Application.md)

2
docs/en/Startup-Templates/Console.md

@ -24,4 +24,4 @@ After you use the above command to create a solution, you will have a solution l
![basic-console-application-solution](../images/basic-console-application-solution.png)
* `HelloWorldService` is a sample service that implements the `ITransientDependency` interface. It will be automatically registered to the [dependency injection](../Dependency-Injection.md) system.
* `HelloWorldService` is a sample service that implements the `ITransientDependency` interface to register this service to the [dependency injection](../Dependency-Injection.md) system.

19
docs/en/docs-nav.json

@ -4,21 +4,16 @@
"text": "Getting Started",
"items": [
{
"text": "From Startup Templates",
"text": "Web Application",
"path": "Getting-Started.md"
},
{
"text": "From Empty Projects",
"items": [
{
"text": "With ASP.NET Core Web Application",
"path": "Getting-Started-AspNetCore-Application.md"
},
{
"text": "With Console Application",
"path": "Getting-Started-Console-Application.md"
}
]
"text": "Console Application",
"path": "Startup-Templates/Console.md"
},
{
"text": "Empty Web Project",
"path": "Getting-Started-AspNetCore-Application.md"
}
]
},

Loading…
Cancel
Save