chore(dart): add/cleanup example hosting config files (#1605)

This commit is contained in:
Patrice Chalin 2016-06-08 08:02:57 -07:00 committed by Kathy Walrath
parent fb49cbe33f
commit 7db6684886
16 changed files with 54 additions and 14 deletions

View File

@ -1,4 +1,4 @@
{
"name": "Architecture overview",
"docHref": "https://angular.io/docs/dart/latest/guide/architecture.html"
"title": "Architecture Overview",
"docPart": "guide"
}

View File

@ -0,0 +1,4 @@
{
"title": "Attribute Directives",
"docPart": "guide"
}

View File

@ -1,4 +1,4 @@
{
"name": "Dependency injection",
"docHref": "https://angular.io/docs/dart/latest/guide/dependency-injection.html"
"title": "Dependency Injection",
"docPart": "guide"
}

View File

@ -1,4 +1,4 @@
{
"name": "Displaying data",
"docHref": "https://angular.io/docs/dart/latest/guide/displaying-data.html"
"title": "Displaying Data",
"docPart": "guide"
}

View File

@ -1,4 +1,4 @@
{
"name": "Forms",
"docHref": "https://angular.io/docs/dart/latest/guide/forms.html"
"title": "Forms",
"docPart": "guide"
}

View File

@ -0,0 +1,4 @@
{
"title": "Hierarchical Dependency Injection",
"docPart": "guide"
}

View File

@ -0,0 +1,4 @@
{
"title": "Pipes",
"docPart": "guide"
}

View File

@ -0,0 +1,3 @@
{
"title": "QuickStart"
}

View File

@ -1,4 +1,4 @@
{
"name": "HTTP client (server communication)",
"docHref": "https://angular.io/docs/dart/latest/guide/server-communication.html"
"title": "HTTP Client (Server Communication)",
"docPart": "guide"
}

View File

@ -1,4 +1,4 @@
{
"name": "Template Syntax",
"docHref": "https://angular.io/docs/ts/latest/guide/template-syntax.html"
"title": "Template Syntax",
"docPart": "guide"
}

View File

@ -0,0 +1,5 @@
{
"title": "Tour of Heroes: The Hero Editor",
"docPart": "tutorial",
"docHref": "toh-pt1.html"
}

View File

@ -0,0 +1,5 @@
{
"title": "Tour of Heroes: Master/Detail",
"docPart": "tutorial",
"docHref": "toh-pt2.html"
}

View File

@ -0,0 +1,5 @@
{
"title": "Tour of Heroes: Multiple Components",
"docPart": "tutorial",
"docHref": "toh-pt3.html"
}

View File

@ -0,0 +1,5 @@
{
"title": "Tour of Heroes: Services",
"docPart": "tutorial",
"docHref": "toh-pt4.html"
}

View File

@ -0,0 +1,5 @@
{
"title": "Tour of Heroes: Routing",
"docPart": "tutorial",
"docHref": "toh-pt5.html"
}

View File

@ -1,4 +1,4 @@
{
"name": "User input",
"docHref": "https://angular.io/docs/dart/latest/guide/user-input.html"
"title": "User Input",
"docPart": "guide"
}