28d464c2e6
docs()
2015-12-14 15:06:06 -05:00
3ac29d1d11
docs(demos/api): fix iframe toggle
2015-12-07 15:03:16 -06:00
0aaf464b76
docs(djeni): fixing side menu and api demo iframe
2015-12-04 17:38:42 -06:00
5587d2bdb8
docs(dgeni): correct custom tag syntax for dgeni template
2015-12-04 14:55:04 -06:00
28bb668d43
docs(api): add links to component sections
2015-12-04 13:55:43 -06:00
0b3e0e7c65
docs(dgeni): setting API demo URL to be part of the meta data to be handled by jekyll
2015-12-04 13:27:09 -06:00
83bf7632f2
docs(actionSheet): add detail options
2015-12-04 13:14:18 -05:00
d1d40ba7ba
docs(api): @see tag
2015-12-04 11:54:22 -06:00
c681b6fb5e
set default root level docs to be nightly
2015-12-03 17:34:33 -06:00
63fa941e11
docs(): template refactor
2015-12-03 17:46:57 -05:00
2e99da4928
docs(api): remove exported/defined in block
2015-12-03 16:40:03 -06:00
1c66e2c9f7
docs: remove empty conditional
2015-12-03 16:02:56 -06:00
a074dae4e6
docs(api): add option to add types to @property
2015-12-03 15:59:18 -06:00
b6c5ef8ca8
docs: add demo template block to api
2015-12-03 11:32:45 -06:00
0d5efe6658
docs(): add usage tag
...
Closes #685
2015-12-03 11:38:59 -05:00
6af6e07c14
docs(api): remove sections from menu that are entirely private
2015-12-01 21:36:13 -06:00
262b883211
docs(button): button attribute docs
2015-12-01 21:36:13 -06:00
9022812526
docs(dgeni): ## Members
isn't being parsed by markdown, just use HTML
2015-11-30 14:37:10 -06:00
7f0c53313d
docs(dgeni): indicate that nightly v2 docs are for v2
2015-11-30 14:25:54 -06:00
86aa23c0ba
refactor(searchbar): renamed all selectors, variables, and components from search-bar to searchbar
...
references #419
2015-11-02 21:07:45 -05:00
c19fcd5bed
chore(navbar): rename nav-bar files to navbar
2015-11-02 16:52:52 -06:00
4c53a4b554
chore(): rename IonicConfig to Config
2015-10-16 11:53:11 -05:00
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
47f9722c33
fix(docs): don't render private class members
2015-10-02 11:33:59 -05:00
4ad0b9638d
docs(generation): navigation tweaks for automatic documentation
2015-10-01 13:46:44 -05:00
f8cbd275c4
docs generation for new docs site
2015-10-01 11:14:56 -05:00
a592bf3459
fix(docs): remove duplicate doc description
2015-09-23 10:50:04 -05:00
f1fee583d0
chore(docs): remove unnecessary templates
2015-09-23 10:42:33 -05:00
4c014ec855
chore(docs): Aside -> Menu in api menu template
2015-09-18 10:30:16 -05:00
7149403884
chore(docs): ActionMenu -> ActionSheet in docs menu template
2015-09-18 10:17:17 -05:00
afb6812952
chore(docs): add page ids for doc templates
2015-09-15 13:38:09 -05:00
c04307d91a
chore(docs): update paths for doc menu refactor
2015-09-15 13:37:48 -05:00
e70776b592
fix(docs): fix improve and view source links in docs
2015-09-10 14:39:44 -05:00
3720a09500
v2 docs
2015-09-08 13:50:01 -05:00
45d579681a
fix modal and popup doc links
2015-09-08 10:51:18 -05:00
7b09e70284
RadioDerp
2015-09-04 17:32:05 -05:00
d7192bb4f4
remove doc template comment
2015-09-04 16:58:20 -05:00
cc9f1e7149
v2 api docs menu
2015-09-04 16:48:40 -05:00
a63e18edcd
more v2 api menu
2015-09-04 15:55:56 -05:00
c5824a7862
v2 api menu wip
2015-09-04 15:49:49 -05:00
8097e25cf6
api doc formatting
2015-09-04 11:19:00 -05:00
c32eedde76
have v2 doc template match v1 doc format
2015-09-03 21:19:19 -05:00
b09c1b5877
api menu wip
2015-09-03 16:10:36 -05:00
6d1eee6ced
add version info to docs
2015-09-03 14:18:41 -05:00
8f457ba3a9
change doc template tags to avoid jekyll and angular conflicts
2015-09-03 09:39:50 -05:00
1027d2bacc
add api menu templates
2015-09-01 15:52:08 -05:00
d0c9f1404e
generate api index page
2015-09-01 15:07:11 -05:00
786d371edc
have doc paths use version
2015-09-01 11:50:26 -05:00
91bb745e50
docs wip
2015-08-28 11:16:57 -07:00
a59469eae6
docs wip
2015-08-27 12:39:26 -07:00