Skip to content

Commit

Permalink
Added intermediate landing pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Oct 26, 2018
1 parent 9206a4e commit 3daa775
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/en/Developing-Step-By-Step.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Step by Step Development

In this document, we will create a sample **phonebook application**
based on ASP.NET Zero step by step. After all steps, we will have a
multi-tenant, localized, authorized, configurable, testable...
appliaction.

## Project Types

- [ASP.NET Core & Angular](Developing-Step-By-Step-Angular.md)
- [ASP.NET Core & jQuery](Developing-Step-By-Step-Core.md)
- [ASP.NET MVC 5.x & jQuery](Developing-Step-By-Step-MPA.md)
- [ASP.NET MVC 5.x & AngularJS 1.x](Developing-Step-By-Step-Mvc-Angularjs.md)
- [Mobile (Xamarin)](Developing-Step-By-Step-Xamarin.md)
18 changes: 18 additions & 0 deletions docs/en/Development-Guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Development Guide

In [Getting Started](Getting-Started.md) document, a new sample
project is created named "**Acme.PhoneBook**". This document is a
complete guide while developing your project.

## Project Types

- [ASP.NET Core & jQuery](Development-Guide-Core.md)
- [ASP.NET Core & Angular](Development-Guide-Angular.md)
- [ASP.NET MVC 5.x & jQuery](Development-Guide-Mvc-Angularjs.md)
- [ASP.NET MVC 5.x & AngularJS 1.x](Development-Guide-Mvc-Angularjs.md)
- [Mobile (Xamarin)](Development-Guide-Xamarin.md)

## Power Tools

- [RAD Tool](Development-Guide-Rad-Tool.md)
- [RAD Tool for Mac/Linux](Development-Guide-Rad-Tool-Mac-Linux.md)
14 changes: 14 additions & 0 deletions docs/en/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Getting Started

This document is aimed to create and run an ASP.NET Zero based project.
It's assumed that you already [purchased](/Prices) and created your
ASP.NET Zero account.

## Project Types

- [ASP.NET Core & jQuery](Getting-Started-Core.md)
- [ASP.NET Core & Angular](Getting-Started-Angular.md)
- [ASP.NET MVC 5.x & jQuery](Getting-Started-Mvc-Angularjs.md)
- [ASP.NET MVC 5.x & AngularJS 1.x](Getting-Started-Mvc-Angularjs.md)

- [ASP.NET Core & Angular on MacOSX](Getting-Started-MacOSX.md)

0 comments on commit 3daa775

Please sign in to comment.