Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bd4ffab

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

15 files changed

+43
-30
lines changed

docs/content/tutorial/index.ngdoc

+3-2
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

+3-2
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

+3-2
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

+3-2
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

+3-2
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

+3-2
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

+3-2
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

+3-2
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

+3-2
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

+3-2
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>

docs/content/tutorial/step_09.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@ngdoc overview
2-
@name Tutorial: 9 - Filters
1+
@ngdoc tutorial
2+
@name 9 - Filters
33
@description
44

55
<ul doc-tutorial-nav="9"></ul>

docs/content/tutorial/step_10.ngdoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 10 - Event Handlers
1+
@ngdoc tutorial
2+
@name 10 - Event Handlers
3+
@step 10
34
@description
45

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

docs/content/tutorial/step_11.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@ngdoc overview
2-
@name Tutorial: 11 - REST and Custom Services
1+
@ngdoc tutorial
2+
@name 11 - REST and Custom Services
33
@description
44

55
<ul doc-tutorial-nav="11"></ul>

docs/content/tutorial/step_12.ngdoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: 12 - Applying Animations
1+
@ngdoc tutorial
2+
@name 12 - Applying Animations
3+
@step 12
34
@description
45

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

docs/content/tutorial/the_end.ngdoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@ngdoc overview
2-
@name Tutorial: The End
1+
@ngdoc tutorial
2+
@name The End
3+
@step 99
34
@description
45

56
Our application is now complete. Feel free to experiment with the code further, and jump back to

0 commit comments

Comments
 (0)