Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit de00e03

Browse files
kapunahelewongjuleskremer
authored andcommitted
docs(toh, guide, cookbook): add periods to banners (#3350)
1 parent 4f067ab commit de00e03

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

public/docs/ts/latest/_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"icon": "query-builder",
1212
"title": "Quickstart",
1313
"subtitle": "TypeScript",
14-
"banner": "A quick look at Angular basics"
14+
"banner": "A quick look at Angular basics."
1515
},
1616

1717
"cli-quickstart": {

public/docs/ts/latest/cookbook/_data.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"index": {
33
"title": "Cookbook",
44
"navTitle": "Overview",
5-
"intro": "A collection of recipes for common Angular application scenarios"
5+
"intro": "A collection of recipes for common Angular application scenarios."
66
},
77

88
"aot-compiler": {
99
"title": "Ahead-of-Time Compilation",
10-
"intro": "Learn how to use Ahead-of-time compilation"
10+
"intro": "Learn how to use Ahead-of-time compilation."
1111
},
1212

1313
"ajs-quick-reference": {
@@ -18,7 +18,7 @@
1818

1919
"component-communication": {
2020
"title": "Component Interaction",
21-
"intro": "Share information between different directives and components"
21+
"intro": "Share information between different directives and components."
2222
},
2323

2424
"component-relative-paths": {
@@ -28,22 +28,22 @@
2828

2929
"dependency-injection": {
3030
"title": "Dependency Injection",
31-
"intro": "Techniques for Dependency Injection"
31+
"intro": "Techniques for Dependency Injection."
3232
},
3333

3434
"dynamic-component-loader": {
3535
"title": "Dynamic Component Loader",
36-
"intro": "Load components dynamically"
36+
"intro": "Load components dynamically."
3737
},
3838

3939
"dynamic-form": {
4040
"title": "Dynamic Forms",
41-
"intro": "Render dynamic forms with FormGroup"
41+
"intro": "Render dynamic forms with FormGroup."
4242
},
4343

4444
"form-validation": {
4545
"title": "Form Validation",
46-
"intro": "Validate user's form entries"
46+
"intro": "Validate user's form entries."
4747
},
4848

4949
"i18n": {
@@ -63,11 +63,11 @@
6363

6464
"ts-to-js": {
6565
"title": "TypeScript to JavaScript",
66-
"intro": "Convert Angular TypeScript examples into ES6 and ES5 JavaScript"
66+
"intro": "Convert Angular TypeScript examples into ES6 and ES5 JavaScript."
6767
},
6868

6969
"visual-studio-2015": {
7070
"title": "Visual Studio 2015 QuickStart",
71-
"intro": "Use Visual Studio 2015 with the QuickStart files"
71+
"intro": "Use Visual Studio 2015 with the QuickStart files."
7272
}
7373
}

public/docs/ts/latest/guide/_data.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"index": {
33
"title": "Documentation Overview",
44
"navTitle": "Overview",
5-
"intro": "How to read and use this documentation",
5+
"intro": "How to read and use this documentation.",
66
"nextable": true,
77
"basics": true
88
},
99

1010
"setup": {
1111
"title": "Setup for local development",
1212
"navTitle": "Setup",
13-
"intro": "Install the Angular QuickStart seed for faster, more efficient development on your machine",
13+
"intro": "Install the Angular QuickStart seed for faster, more efficient development on your machine.",
1414
"nextable": true,
1515
"hideNextPage": true,
1616
"basics": true
@@ -19,7 +19,7 @@
1919
"learning-angular": {
2020
"title": "Learning Angular",
2121
"navTitle": "Learning Angular",
22-
"intro": "A suggested path through the documentation for Angular newcomers",
22+
"intro": "A suggested path through the documentation for Angular newcomers.",
2323
"nextable": true,
2424
"hideNextPage": true,
2525
"basics": true
@@ -28,7 +28,7 @@
2828
"architecture": {
2929
"title": "Architecture Overview",
3030
"navTitle": "Architecture",
31-
"intro": "The basic building blocks of Angular applications",
31+
"intro": "The basic building blocks of Angular applications.",
3232
"nextable": true,
3333
"basics": true
3434
},
@@ -91,7 +91,7 @@
9191

9292
"glossary": {
9393
"title": "Glossary",
94-
"intro": "Brief definitions of the most important words in the Angular vocabulary",
94+
"intro": "Brief definitions of the most important words in the Angular vocabulary.",
9595
"basics": true
9696
},
9797

@@ -154,7 +154,7 @@
154154

155155
"npm-packages": {
156156
"title": "Npm Packages",
157-
"intro": "Recommended npm packages, and how to specify package dependencies"
157+
"intro": "Recommended npm packages, and how to specify package dependencies."
158158
},
159159

160160
"pipes": {
@@ -169,12 +169,12 @@
169169

170170
"security": {
171171
"title": "Security",
172-
"intro": "Developing for content security in Angular applications"
172+
"intro": "Developing for content security in Angular applications."
173173
},
174174

175175
"setup-systemjs-anatomy": {
176176
"title": "Setup Anatomy",
177-
"intro": "Inside the local development environment for SystemJS"
177+
"intro": "Inside the local development environment for SystemJS."
178178
},
179179

180180
"structural-directives": {
@@ -189,7 +189,7 @@
189189

190190
"typescript-configuration": {
191191
"title": "TypeScript Configuration",
192-
"intro": "TypeScript configuration for Angular developers"
192+
"intro": "TypeScript configuration for Angular developers."
193193
},
194194

195195
"upgrade": {
@@ -199,6 +199,6 @@
199199

200200
"webpack": {
201201
"title": "Webpack: an introduction",
202-
"intro": "Create Angular applications with a Webpack based tooling"
202+
"intro": "Create Angular applications with a Webpack based tooling."
203203
}
204204
}

public/docs/ts/latest/tutorial/_data.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
},
88
"toh-pt1": {
99
"title": "The Hero Editor",
10-
"intro": "We build a simple hero editor",
10+
"intro": "We build a simple hero editor.",
1111
"nextable": true
1212
},
1313
"toh-pt2": {
1414
"title": "Master/Detail",
15-
"intro": "We build a master/detail page with a list of heroes",
15+
"intro": "We build a master/detail page with a list of heroes.",
1616
"nextable": true
1717
},
1818
"toh-pt3": {
1919
"title": "Multiple Components",
20-
"intro": "We refactor the master/detail view into separate components",
20+
"intro": "We refactor the master/detail view into separate components.",
2121
"nextable": true
2222
},
2323
"toh-pt4": {
2424
"title": "Services",
25-
"intro": "We create a reusable service to manage our hero data calls",
25+
"intro": "We create a reusable service to manage our hero data calls.",
2626
"nextable": true
2727
},
2828
"toh-pt5": {
2929
"title": "Routing",
30-
"intro": "We add the Angular Router and learn to navigate among the views",
30+
"intro": "We add the Angular Router and learn to navigate among the views.",
3131
"nextable": true
3232
},
3333
"toh-pt6": {
3434
"title": "HTTP",
3535
"subtitle": "Getting and saving data",
36-
"intro": "We convert our service and components to use Angular's HTTP service",
36+
"intro": "We convert our service and components to use Angular's HTTP service.",
3737
"nextable": true
3838
}
3939
}

0 commit comments

Comments
 (0)