Skip to content

Commit 90b1f12

Browse files
Add /tutorial/ng1 and /ng2 index pages
1 parent 0c58953 commit 90b1f12

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

_pages/tutorials.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: "Tutorials"
33
excerpt: "Learn to use UI-Router"
44
layout: "single"
5-
permalink: "/tutorials"
5+
permalink: "/tutorials/"
66
---
77

8+
89
We have tutorials for the following frameworks:
910

1011
<div class="about_frameworks">

_tutorial_ng1/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "UI-Router for Angular 1 - Tutorials"
3+
sitemap: true
4+
permalink: /tutorial/ng1/
5+
---
6+
7+
[Get started](helloworld)

_tutorial_ng2/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "UI-Router for Angular 2 - Tutorials"
3+
sitemap: true
4+
permalink: /tutorial/ng2/
5+
---
6+
7+
[Get started](helloworld)

0 commit comments

Comments
 (0)