eccac3aa57
chore(docs): remove description header from API docs Fixes driftyco/ionic-site#390
2016-02-03 12:00:09 -06:00
b0f40efa20
chore(CI): compile API demos after ionic-site clone and before ionic-site commit
2016-02-01 18:10:01 -06:00
f786067b42
chore(demos): changing the order so api demos run before docs (so they're committed to ionic-site)
2016-02-01 17:59:04 -06:00
494d0da4ce
chore(docs): jekyll no longer allows filters in meta data. slugify title to get page ID in nunjucks instead
2016-01-29 10:27:07 -06:00
0ecd311778
moving docs.index task to ionic-site repo
2016-01-22 13:59:49 -06:00
92c67b4174
chore(search): automatically compile docs search index
2016-01-20 14:42:37 -06:00
73b9014271
chore(docs): generate unique v2 docs search index
2016-01-20 13:41:04 -06:00
3e5a36a15f
docs(): update improve links
2016-01-13 17:48:22 -08:00
5e8450df06
docs(api): clean up return and params formatiing
...
Closes #827
2015-12-29 19:29:12 -06:00
c98eea8919
docs: use more accurate class name
2015-12-29 15:44:20 -06:00
4d2a32a4ab
docs: fix improve this doc link positioning
2015-12-29 15:18:01 -06:00
b2fd889914
refactor(label): move label to its own folder and move mode specific styles for label to new files
...
closes #712
2015-12-17 16:20:10 -05:00
210f60165a
docs(api): force side menu of api docs to have capitalize class
2015-12-14 14:11:28 -06:00
28d464c2e6
docs()
2015-12-14 15:06:06 -05:00
315d4f235a
docs(sass): tweaking sass var json automation
2015-12-10 10:51:45 -06:00
46f1fa4238
docs(sass): automatically update sass vars json
2015-12-10 10:47:26 -06:00
49694f2662
chore(sass-variables): updated gulp task that generates Sass variables to place it in a tmp directory
...
references #281
2015-12-09 16:59:59 -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
411966a491
docs(api): add @demo tag
2015-12-03 10:17:14 -06:00
160cc70332
docs(api): do not generate files for private classes
...
Closes #684
2015-12-02 13:32:59 -06: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
711e28c77d
chore(docs): add dump filter for debugging templates
2015-12-01 21:36:12 -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
d3f4aa4842
docs(CI): remove demos from CI tasks
2015-11-30 13:30:29 -06:00
9986fc87f2
chore(demos): simplify demo build steps
2015-11-24 15:23:14 -06:00
2034c667a4
chore(docs): make copy.web-animations a dependency of docs task
2015-11-24 10:43:13 -06:00
fe34a4224e
chore(docs): gulp docs shouldn't update ionic bundle
2015-11-23 18:19:53 -06:00
023fd1753e
chore(docs): run gulp src on each build
2015-11-23 16:53:43 -06:00
6d45974324
chore(CI): Initial Circle CI test
2015-11-18 15:25:59 -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
36f0cf9506
docs(theming): updated the gulp task that generates the sass variables file to show the right output folder
...
references #281
2015-10-26 16:49:42 -04:00
4c53a4b554
chore(): rename IonicConfig to Config
2015-10-16 11:53:11 -05:00
5f283cc045
fix(docs): don't filter out api index page
2015-10-09 20:50:06 -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