61 Commits

Author SHA1 Message Date
396f891f33 chore(docs): updating dgeni typescript package 2017-03-14 14:50:31 -05:00
b581aad77f docs(sass): style property as code 2016-08-04 15:33:11 -05:00
5d7a5e09f4 docs(sass): prefix sass variables with $ 2016-08-04 15:06:25 -05:00
d5da8ab0e2 docs(sass): add sass processor 2016-08-04 10:26:21 -05:00
4479a019a7 chore(CI): v2 -> master 2016-06-24 12:15:58 -05:00
efa0c7b8f7 docs(): update API template
Ref https://github.com/driftyco/ionic-site/issues/607
2016-06-13 17:09:19 -04:00
e16932f29a chore(dgeni): add advanced section to docs. 2016-05-26 11:06:45 -05:00
92683ebdf9 chore(CI): update src paths 2016-05-19 14:42:10 -05:00
20feed0cc8 chore(dgeni): allow markdown in the return description 2016-04-19 15:04:07 -05:00
1c755dcb34 chore(dgeni): differentiate properties v methods. Closes driftyco/ionic-site#498 2016-04-18 17:36:48 -05:00
c4eed03630 chore(dgeni): make returns object macro a table instead of a list 2016-04-13 13:20:00 -05:00
497825329e docs(dgeni): a better formatting fix for methods that return objects. Rel ionic-site#540 2016-04-12 19:13:28 -05:00
dec9f76105 docs(dgeni): add commas between related docs. Closes ionic-site#538 2016-04-12 16:25:23 -05:00
9613881236 chore(dgeni): debugging fix this doc link rel to TS 1.8 path bug 2016-04-01 13:18:08 -05:00
50d2d0875b chore(dgeni): TS 1.8 dgeni tweak and CI perf improvements 2016-04-01 13:07:18 -05:00
36a47568a9 chore(dgeni): TS 1.8 patch cont. 2016-03-11 17:30:45 -06:00
6ec68e207c chore(dgeni): add anchor links to individual methods 2016-03-11 16:01:28 -06:00
908ef9e4c4 chore(dgeni): docs links tweak 2016-03-11 15:32:38 -06:00
559ecd6912 chore(dgeni): add anchor links to docs 2016-03-11 10:33:55 -06:00
74c8d6a2a9 formatting output events 2016-02-11 11:48:04 -06:00
4b1943f034 chore(dgeni): fix output template
Template for @Outputs were still rengering since they were checking for
@Inputs.
2016-02-10 13:06:14 -05:00
19ecc7a3af chore(dgeni): setting inputs and outputs detection in dgeni 2016-02-10 10:13:48 -05:00
ae5cfcc3ce chore(dgeni): updating dgeni and adding static methods to docgen Closes driftyco/ionic-site#409 2016-02-08 15:47:51 -06:00
eccac3aa57 chore(docs): remove description header from API docs Fixes driftyco/ionic-site#390 2016-02-03 12:00:09 -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
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
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
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
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
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