Skip to content

Commit 4310e9b

Browse files
committed
Added TOC
1 parent 15f880e commit 4310e9b

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,23 @@ ASP.NET vNext is being actively developed by the ASP.NET team assigned to the Mi
88

99
The samples provided in this repo are designed to show some of the features of the new framework and to provide a starting point for further exploration. The NuGet.config file in the repo points to a MyGet feed (https://www.myget.org/F/aspnetmaster/) that has all the packages being developed. This feed is updated with each preview release. To try out the latest bits under development use the dev feed instead (https://www.myget.org/F/aspnetvnext).
1010

11+
## Contents
12+
13+
* [Minimum Requirements](#minimum-requirements)
14+
* [Getting Started](#getting-started)
15+
* [Samples](#samples)
16+
* [Documentation and Further Learning](#documentation-and-further-learning)
17+
* [Feedback](#feedback)
18+
1119
## Minimum Requirements
1220

1321
These are the current minimum requirements for the latest preview release. They do not necessarily represent what the final minimum requirements will be.
1422

15-
#### Windows
23+
### Windows
1624
* Windows 7 or Windows Server 2008 R2.
1725
* .NET 4.5.1 for hosting in IIS
1826

19-
#### OS X/Linux
27+
### OS X/Linux
2028
* Mono 3.4.1 or later (Note: On OS X use the Homebrew formula specified below to install the required version of Mono)
2129
* bash or zsh and curl
2230

@@ -62,7 +70,7 @@ Now that you have KVM setup you can install the latest version of the runtime by
6270

6371
This command will download the specified version of the K Runtime Environment (KRE), and put it on your user profile ready to use. You are now ready to start using ASP.NET vNext!
6472

65-
# Samples
73+
## Samples
6674

6775
The samples in this repo are basic starting points for you to experiment with.
6876

@@ -100,19 +108,19 @@ By default when running ASP.NET vNext applications on the Windows platform you a
100108

101109
## Documentation and Further Learning
102110

103-
#### [Community Standup](http://www.youtube.com/playlist?list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF)
111+
### [Community Standup](http://www.youtube.com/playlist?list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF)
104112
The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
105113

106114
If you have questions you can also jump online during the next standup and have them answered live.
107115

108-
#### [Wiki Documentation] (https://github.com/aspnet/Home/wiki)
116+
### [Wiki Documentation] (https://github.com/aspnet/Home/wiki)
109117
We have some useful documentation on the wiki of this Repo. This wiki is a central spot for docs from any part of the stack.
110118

111119
If you see errors, or want some extra content, then feel free to create an issue or send a pull request (see feedback section below).
112120

113-
#### [ASP.NET/vNext](http://www.asp.net/vnext)
121+
### [ASP.NET/vNext](http://www.asp.net/vnext)
114122
The vNext page on the ASP.NET site has links to some TechEd videos and articles with some good information about vNext.
115123

116-
# Feedback
124+
## Feedback
117125

118126
Check out the [contributing](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) page to see the best places to log issues and start discussions.

0 commit comments

Comments
 (0)