X Tutup
Skip to content

Commit bd4ffab

Browse files
docs(bike-shed-migration): change tutorial doctype and add @step tag
1 parent c7e815f commit bd4ffab

File tree

15 files changed

+43
-30
lines changed

15 files changed

+43
-30
lines changed

docs/content/tutorial/index.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: Index
1+
@ngdoc tutorial
2+
@name Index
3+
@step -1
34
@description
45

56
A great way to get introduced to AngularJS is to work through this tutorial, which walks you through

docs/content/tutorial/step_00.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 0 - Bootstrapping
1+
@ngdoc tutorial
2+
@name 0 - Bootstrapping
3+
@step 0
34
@description
45

56
<ul doc-tutorial-nav="0"></ul>

docs/content/tutorial/step_01.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 1 - Static Template
1+
@ngdoc tutorial
2+
@name 1 - Static Template
3+
@step 1
34
@description
45

56
<ul doc-tutorial-nav="1"></ul>

docs/content/tutorial/step_02.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 2 - Angular Templates
1+
@ngdoc tutorial
2+
@name 2 - Angular Templates
3+
@step 2
34
@description
45

56
<ul doc-tutorial-nav="2"></ul>

docs/content/tutorial/step_03.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 3 - Filtering Repeaters
1+
@ngdoc tutorial
2+
@name 3 - Filtering Repeaters
3+
@step 3
34
@description
45

56
<ul doc-tutorial-nav="3"></ul>

docs/content/tutorial/step_04.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 4 - Two-way Data Binding
1+
@ngdoc tutorial
2+
@name 4 - Two-way Data Binding
3+
@step 4
34
@description
45

56
<ul doc-tutorial-nav="4"></ul>

docs/content/tutorial/step_05.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 5 - XHRs & Dependency Injection
1+
@ngdoc tutorial
2+
@name 5 - XHRs & Dependency Injection
3+
@step 5
34
@description
45

56
<ul doc-tutorial-nav="5"></ul>

docs/content/tutorial/step_06.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 6 - Templating Links & Images
1+
@ngdoc tutorial
2+
@name 6 - Templating Links & Images
3+
@step 6
34
@description
45

56
<ul doc-tutorial-nav="6"></ul>

docs/content/tutorial/step_07.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 7 - Routing & Multiple Views
1+
@ngdoc tutorial
2+
@name 7 - Routing & Multiple Views
3+
@step 7
34
@description
45

56
<ul doc-tutorial-nav="7"></ul>

docs/content/tutorial/step_08.ngdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 8 - More Templating
1+
@ngdoc tutorial
2+
@name 8 - More Templating
3+
@step 8
34
@description
45

56
<ul doc-tutorial-nav="8"></ul>

0 commit comments

Comments
 (0)
X Tutup