docs(guide): fix sidenav to show correct devguide dart sections
This commit is contained in:
parent
f84b6f9eaa
commit
b8ed6bb766
|
@ -11,9 +11,9 @@
|
|||
"title": "5 Min Quickstart"
|
||||
},
|
||||
|
||||
"resources": {
|
||||
"icon": "play-circle-fill",
|
||||
"title": "Angular Resources",
|
||||
"guide": {
|
||||
"icon": "list",
|
||||
"title": "Step By Step Guide",
|
||||
"banner": "Angular 2 is currently in Alpha Preview. For AngularDart 1.X resources, visit <a href='https://angulardart.org/'>angulardart.org</a>."
|
||||
},
|
||||
|
||||
|
|
|
@ -19,17 +19,4 @@
|
|||
|
||||
"talking-to-components": {
|
||||
"title": "Talking to Components"
|
||||
},
|
||||
|
||||
"using-forms": {
|
||||
"title": "Using Forms"
|
||||
},
|
||||
|
||||
"transforming-data": {
|
||||
"title": "Transforming data (pipes)"
|
||||
},
|
||||
|
||||
"reusing-components": {
|
||||
"title": "Reusing Components"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue