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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

docs/content/guide/e2e-testing.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@workInProgress
21
@ngdoc overview
32
@name E2E Testing
3+
@sortOrder 420
44
@description
55

66
# E2E Testing

docs/content/guide/expression.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Expressions
3+
@sortOrder 270
34
@description
45

56
# Angular Expressions

docs/content/guide/filter.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Filters
3+
@sortOrder 280
34
@description
45

56
A filter formats the value of an expression for display to the user. They can be used in view templates,

docs/content/guide/forms.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Forms
3+
@sortOrder 290
34
@description
45

56
Controls (`input`, `select`, `textarea`) are ways for a user to enter data.

docs/content/guide/i18n.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name i18n and l10n
3+
@sortOrder 520
34
@description
45

56
# i18n and l10n

docs/content/guide/ie.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Internet Explorer Compatibility
3+
@sortOrder 530
34
@description
45

56
# Internet Explorer Compatibility

docs/content/guide/introduction.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Introduction
3+
@sortOrder 100
34
@description
45

56

docs/content/guide/migration.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Migrating from Previous Versions
3+
@sortOrder 550
34
@description
45

56
Minor version releases in AngularJS introduce several breaking changes that may require changes to your

docs/content/guide/module.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Modules
3+
@sortOrder 320
34
@description
45

56
# What is a Module?

docs/content/guide/production.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Running in Production
3+
@sortOrder 540
34
@description
45

56
# Running an AngularJS App in Production

docs/content/guide/providers.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Providers
3+
@sortOrder 340
34
@description
45

56
# Providers

docs/content/guide/scope.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Scopes
3+
@sortOrder 240
34
@description
45

56
# What are Scopes?

docs/content/guide/services.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Services
3+
@sortOrder 230
34
@description
45

56
# Services

docs/content/guide/templates.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Templates
3+
@sortOrder 260
34
@description
45

56
In Angular, templates are written with HTML that contains Angular-specific elements and attributes.

docs/content/guide/unit-testing.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ngdoc overview
22
@name Unit Testing
3+
@sortOrder 410
34
@description
45

56
JavaScript is a dynamically typed language which comes with great power of expression, but it also

0 commit comments

Comments
 (0)