File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 38
38
{{ site.name }}
39
39
</ a >
40
40
< ul class ="nav-site ">
41
- < li > < a href ="/docs "{% if page.sectionid == 'docs ' %} class ="active "{% endif %} > Docs</ a > </ li >
42
- < li > < a href ="/download "> Download</ a > </ li >
41
+ < li > < a href ="/docs "{% if page.sectionid == 'docs ' and page.id ! = 'tutorial ' and page.id ! = 'download ' %} class ="active "{% endif %} > Docs</ a > </ li >
42
+ < li > < a href ="/getting-started/tutorial.html "{% if page.id == 'tutorial ' %} class ="active "{% endif %} > Tutorial</ a > </ li >
43
+ < li > < a href ="/getting-started/download.html "{% if page.id == 'download ' %} class ="active "{% endif %} > Download</ a > </ li >
43
44
< li > < a href ="http://github.com/reactjs/React.NET "> GitHub</ a >
44
45
</ ul >
45
46
</ div >
Original file line number Diff line number Diff line change 1
1
---
2
+ id : download
2
3
layout : docs
3
4
title : Downloading and Installing
4
5
---
Original file line number Diff line number Diff line change 1
1
---
2
+ id : tutorial
2
3
title : Tutorial
3
4
layout : docs
4
5
---
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ id: home
18
18
[React](http://facebook.github.io/react/) and
19
19
[JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) from C# and
20
20
other .NET languages, focusing specifically on ASP.NET MVC (although it
21
- also works in other environments). It assumes you already know the basics
22
- of React and its usage. If not, check out the
23
- [ React tutorial](http://facebook.github.io/react/docs/tutorial.html) first.
21
+ also works in other environments). Take a look at
22
+ [the tutorial](/getting-started/tutorial.html) to see how easy it is to
23
+ get started with React and ReactJS.NET!
24
24
</p>
25
25
<div id="examples">
26
26
<div class="example">
@@ -109,7 +109,8 @@ bundles.Add(new JsxBundle("~/bundles/main").Include(
109
109
<hr class =" home-divider " />
110
110
<section class =" home-bottom-section " >
111
111
<div class="buttons-unit">
112
- <a href="/download" class="button">Get Started</a>
112
+ <a href="/getting-started/download.html" class="button">Get Started</a>
113
+ <a href="/getting-started/tutorial.html" class="button">Tutorial</a>
113
114
</div>
114
115
</section >
115
116
</section >
You can’t perform that action at this time.
0 commit comments