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

Commit b01a03c

Browse files
docs(guide): add sortOrder to each page
Finally we can control the order of the guide pages
1 parent 43e0dc2 commit b01a03c

25 files changed

+25
-1
lines changed

docs/content/guide/$location.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Using $location
3+
@sortOrder 500
34
@description
45

56
# What does it do?

docs/content/guide/animations.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Animations
3+
@sortOrder 310
34
@description
45

56

docs/content/guide/bootstrap.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Bootstrap
3+
@sortOrder 350
34
@description
45

56
# Bootstrap

docs/content/guide/compiler.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name HTML Compiler
3+
@sortOrder 330
34
@description
45

56
<div class="alert alert-warning">

docs/content/guide/concepts.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Conceptual Overview
3+
@sortOrder 200
34
@description
45

56
# Conceptual Overview

docs/content/guide/controller.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Controllers
3+
@sortOrder 220
34
@description
45

56
# Understanding Controllers

docs/content/guide/css-styling.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Working With CSS
3+
@sortOrder 510
34
@description
45

56

docs/content/guide/databinding.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Data Binding
3+
@sortOrder 210
34
@description
45

56
Data-binding in Angular apps is the automatic synchronization of data between the model and view

docs/content/guide/di.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Dependency Injection
3+
@sortOrder 250
34
@description
45

56
# Dependency Injection

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Directives
3+
@sortOrder 300
34
@description
45

56
# Creating Custom Directives

0 commit comments

Comments
 (0)