Commit Graph

75 Commits

Author SHA1 Message Date
perry
c681b6fb5e set default root level docs to be nightly 2015-12-03 17:34:33 -06:00
mhartington
63fa941e11 docs(): template refactor 2015-12-03 17:46:57 -05:00
Drew Rygh
2e99da4928 docs(api): remove exported/defined in block 2015-12-03 16:40:03 -06:00
Drew Rygh
1c66e2c9f7 docs: remove empty conditional 2015-12-03 16:02:56 -06:00
Drew Rygh
a074dae4e6 docs(api): add option to add types to @property 2015-12-03 15:59:18 -06:00
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
411966a491 docs(api): add @demo tag 2015-12-03 10:17:14 -06:00
Drew Rygh
160cc70332 docs(api): do not generate files for private classes
Closes #684
2015-12-02 13:32:59 -06:00
Drew Rygh
6af6e07c14 docs(api): remove sections from menu that are entirely private 2015-12-01 21:36:13 -06:00
Drew Rygh
262b883211 docs(button): button attribute docs 2015-12-01 21:36:13 -06:00
Drew Rygh
711e28c77d chore(docs): add dump filter for debugging templates 2015-12-01 21:36:12 -06:00
perry
9022812526 docs(dgeni): ## Members isn't being parsed by markdown, just use HTML 2015-11-30 14:37:10 -06:00
perry
7f0c53313d docs(dgeni): indicate that nightly v2 docs are for v2 2015-11-30 14:25:54 -06:00
perry
d3f4aa4842 docs(CI): remove demos from CI tasks 2015-11-30 13:30:29 -06:00
Drew Rygh
9986fc87f2 chore(demos): simplify demo build steps 2015-11-24 15:23:14 -06:00
Drew Rygh
2034c667a4 chore(docs): make copy.web-animations a dependency of docs task 2015-11-24 10:43:13 -06:00
Drew Rygh
fe34a4224e chore(docs): gulp docs shouldn't update ionic bundle 2015-11-23 18:19:53 -06:00
Drew Rygh
023fd1753e chore(docs): run gulp src on each build 2015-11-23 16:53:43 -06:00
Ionitron
6d45974324 chore(CI): Initial Circle CI test 2015-11-18 15:25:59 -06:00
Brandy Carney
86aa23c0ba refactor(searchbar): renamed all selectors, variables, and components from search-bar to searchbar
references #419
2015-11-02 21:07:45 -05:00
Adam Bradley
c19fcd5bed chore(navbar): rename nav-bar files to navbar 2015-11-02 16:52:52 -06:00
Brandy Carney
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
Adam Bradley
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
Tim Lancina
5f283cc045 fix(docs): don't filter out api index page 2015-10-09 20:50:06 -05: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
a339ba1732 Upgrade typescript to 1.6.2
Closes #232.
2015-10-09 12:10:50 -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
Brandy Carney
6a6b361f67 docs(): changing the sass variable path to be relative in order to link to it
Don’t add the variable if it doesn’t contain the !default flag, and
remove the !default flag and semicolon from the value. References #122
2015-09-21 18:35:53 -04:00
Brandy Carney
6d402a9428 Moving gulp task down in file, adding default values and support for multi-line values
Fixing issue with html encoding and splitting on all colons. This fixes
the svg default value. References #122
2015-09-21 16:53:48 -04:00
Brandy Carney
703a3678e6 Changing Sass Variables gulp task
Pushing to array again. References #122
2015-09-18 17:44:48 -04:00
Tim Lancina
4c014ec855 chore(docs): Aside -> Menu in api menu template 2015-09-18 10:30:16 -05:00
Tim Lancina
7149403884 chore(docs): ActionMenu -> ActionSheet in docs menu template 2015-09-18 10:17:17 -05:00
Brandy Carney
252a5ee747 Updating sass variables task to include affected files by the sass variable 2015-09-17 14:20:23 -04:00
Brandy Carney
5bcc9b0436 Adding gulp task docs.sass-variables for compiling sass variables 2015-09-17 14:20:23 -04:00
Tim Lancina
afb6812952 chore(docs): add page ids for doc templates 2015-09-15 13:38:09 -05:00
Tim Lancina
c04307d91a chore(docs): update paths for doc menu refactor 2015-09-15 13:37:48 -05:00
Tim Lancina
12d7e82b94 chore(docs): docs search index gulp task 2015-09-11 16:25:55 -05:00
Tim Lancina
58a8bb020f chore(docs): move docs gulp tasks to own module 2015-09-11 14:46:20 -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
3720a09500 v2 docs 2015-09-08 13:50:01 -05:00
Tim Lancina
e875fe500f fix api doc template params 2015-09-08 10:51:57 -05:00
Tim Lancina
45d579681a fix modal and popup doc links 2015-09-08 10:51:18 -05:00
Tim Lancina
7b09e70284 RadioDerp 2015-09-04 17:32:05 -05:00
Tim Lancina
d7192bb4f4 remove doc template comment 2015-09-04 16:58:20 -05:00
Tim Lancina
cc9f1e7149 v2 api docs menu 2015-09-04 16:48:40 -05:00