Drew Rygh
b6c5ef8ca8
docs: add demo template block to api
2015-12-03 11:32:45 -06:00
mhartington
0d5efe6658
docs(): add usage tag
...
Closes #685
2015-12-03 11:38:59 -05:00
Drew Rygh
262b883211
docs(button): button attribute docs
2015-12-01 21:36:13 -06:00
perry
9022812526
docs(dgeni): ## Members isn't being parsed by markdown, just use HTML
2015-11-30 14:37:10 -06:00
Tim Lancina
551d1998f3
Add directive info to directive docs
...
Directive doc objects have a directiveInfo property that has two
properties: doc.directiveInfo.type and doc.directiveInfo.properties.
type: 'Component' or 'Directive'
properties: array of objects in the format { name, values }, where name
is either 'selector', 'inputs', or 'outputs' and values is an array of
strings.
Ex: {
type: 'Component',
properties: [
{
name: 'selector',
values: ['button', '[button]']
},
{
name: 'inputs',
values: ['icon', 'color']
}
]
}
2015-10-09 20:50:06 -05:00
Tim Lancina
47f9722c33
fix(docs): don't render private class members
2015-10-02 11:33:59 -05:00
perry
4ad0b9638d
docs(generation): navigation tweaks for automatic documentation
2015-10-01 13:46:44 -05:00
perry
f8cbd275c4
docs generation for new docs site
2015-10-01 11:14:56 -05:00
Tim Lancina
a592bf3459
fix(docs): remove duplicate doc description
2015-09-23 10:50:04 -05:00
Tim Lancina
f1fee583d0
chore(docs): remove unnecessary templates
2015-09-23 10:42:33 -05:00
Tim Lancina
afb6812952
chore(docs): add page ids for doc templates
2015-09-15 13:38:09 -05:00
Tim Lancina
e70776b592
fix(docs): fix improve and view source links in docs
2015-09-10 14:39:44 -05:00
Tim Lancina
45d579681a
fix modal and popup doc links
2015-09-08 10:51:18 -05:00
Tim Lancina
d7192bb4f4
remove doc template comment
2015-09-04 16:58:20 -05:00
Tim Lancina
8097e25cf6
api doc formatting
2015-09-04 11:19:00 -05:00
Tim Lancina
c32eedde76
have v2 doc template match v1 doc format
2015-09-03 21:19:19 -05:00
Tim Lancina
8f457ba3a9
change doc template tags to avoid jekyll and angular conflicts
2015-09-03 09:39:50 -05:00
Tim Lancina
1027d2bacc
add api menu templates
2015-09-01 15:52:08 -05:00
Tim Lancina
91bb745e50
docs wip
2015-08-28 11:16:57 -07:00
Tim Lancina
e92ee2f10d
docs in socks
2015-07-29 18:00:09 -05:00