This repository was archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path_data.json
More file actions
87 lines (76 loc) · 2.31 KB
/
_data.json
File metadata and controls
87 lines (76 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"index": {
"icon": "home",
"title": "Angular Docs",
"subtitle": "TypeScript",
"menuTitle": "Docs Home",
"banner": "Welcome to <b>Angular in TypeScript</b>! The current Angular 2 release is <b>2.0.0</b>. Please consult the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'> Change Log</a> about recent enhancements, fixes, and breaking changes."
},
"cli-quickstart": {
"icon": "query-builder",
"title": "CLI Quickstart",
"subtitle": "TypeScript",
"description": "Use the CLI tool to build apps quickly in Angular 2",
"hide": true
},
"quickstart": {
"icon": "query-builder",
"subtitle": "TypeScript",
"description": "Get up and running with Angular 2",
"banner": "This QuickStart guide demonstrates how to build and run a simple Angular 2 application in TypeScript."
},
"tutorial": {
"icon": "list",
"title": "Tutorial",
"subtitle": "TypeScript",
"banner": "Angular 2 is currently in Release Candidate."
},
"guide": {
"icon": "list",
"title": "Developer Guides",
"subtitle": "TypeScript",
"banner": "Angular 2 is currently in Release Candidate."
},
"cookbook": {
"icon": "list",
"title": "Cookbook",
"subtitle": "TypeScript",
"banner": "How to solve common implementation challenges."
},
"api/": {
"icon": "book",
"title": "API Preview",
"subtitle": "TypeScript",
"reference": true
},
"cheatsheet": {
"title": "Angular Cheat Sheet",
"subtitle": "TypeScript",
"intro": "A quick guide to Angular syntax. (Content is provisional and may change.)",
"reference": false
},
"glossary": {
"title": "Glosario",
"subtitle": "TypeScript",
"intro": "Breves definiciones de las palabras más importantes en el vocabulario de Angular 2",
"reference": false
},
"resources": {
"icon": "play-circle-fill",
"title": "Angular Resources",
"subtitle": "TypeScript",
"banner": "Angular 2 is currently in Release Candidate.",
"resources": true
},
"help": {
"icon": "chat",
"title": "Help & Support",
"subtitle": "From our team & community",
"resources": true
},
"styleguide": {
"title": "Docs Style Guide",
"subtitle": "TypeScript",
"intro": "Design & Layout Patterns For Documentation"
}
}