docs(devguide): missed a few things for draft 1 of dart example
This commit is contained in:
parent
21031a6d2e
commit
2cb5362ba7
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
www
|
||||
.DS_Store
|
||||
.idea
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
number = 1;
|
||||
ul
|
||||
for page, slug in public.docs[current.path[1]][current.path[2]].guide._data
|
||||
|
||||
if slug != '_listtype'
|
||||
url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + slug + ".html"
|
||||
num = number++
|
||||
|
||||
li.c8
|
||||
!= partial("../../../_includes/_hover-card", { number: num, name: page.title, url: url })
|
|
@ -1,6 +1,6 @@
|
|||
.l-main-section
|
||||
h2#section-install-or-plunker Install Angular or Use Plunker
|
||||
p There are five steps to create any Angular app:
|
||||
p There are four steps to create any Angular app:
|
||||
ol
|
||||
li Create an entry point HTML file where users will start
|
||||
li Load the Angular library at the top of the file
|
||||
|
|
|
@ -10,13 +10,14 @@ div.c4
|
|||
|
||||
|
||||
div.c4
|
||||
md-card
|
||||
md-card.card
|
||||
md-card-content
|
||||
h3.text-headline.text-uppercase <span class="icon-play-circle-outline"></span> Resources
|
||||
p.text-body Preview of v2.0
|
||||
h3.text-headline.text-uppercase <span class="icon-list"></span> Guide
|
||||
p.text-body Step by Step Guide
|
||||
|
||||
footer
|
||||
a(href="/docs/#{current.path[1]}/#{current.path[2]}/resources.html" class="button button-primary" md-button) View Resources
|
||||
a(href="/docs/#{current.path[1]}/#{current.path[2]}/guide.html" class="button button-primary" md-button) View Guide
|
||||
|
||||
|
||||
|
||||
div.c4
|
||||
|
|
Loading…
Reference in New Issue