11 Commits

Author SHA1 Message Date
Peter Bacon Darwin
e0f5261d3b api-templates: extract and render directive info distinct from classes
Closes #221
2015-11-03 14:18:49 +00:00
Peter Bacon Darwin
d404a7d2cf docs-package: don't initialize the readFilesProcessor
The current setup for angular.io does not use the `readFilesProcessor`
so the `docs-package` doesn't need to configure it.

(For example, all the guide docs are written in straight Jade and are not
processed by dgeni).

In fact the `angular.io-package` explicitly disables this processor.

Given this, setting the basePath for the `readFilesProcessor` in the
`angular.io-package` is not really a hack, since we do need it for the
`writeFilesProcessor`.
2015-11-03 12:33:34 +00:00
Simon Kuang
d9b51cea0c fix spelling errors under case sensitive environment like linux 2015-10-31 21:47:43 -07:00
Peter Bacon Darwin
3baf6c0561 refactor(checkUnbalancedTicks): split out convertBackticksToCodeBlocks to maintain cohesion
This improves upon changes made in 28a805733f6bd8b3a3394ea29c828c17b391c855
as part of #277
2015-10-17 19:11:53 -07:00
Jay Traband
09597710c7 fix for issue with check-deploy failing 2015-10-16 18:17:36 -07:00
Jay Traband
61c6b7d5af additional comments 2015-10-16 18:17:36 -07:00
Jay Traband
5d3471b8e1 Fix for issue with {{ }} sections inside of fenced backtics. 2015-10-16 18:17:35 -07:00
Alex Eagle
97ae3d0ca9 chore(docs): rename @private to @internal
This change corresponds to https://github.com/angular/angular/pull/4477
2015-10-05 03:28:42 -07:00
Jay Traband
6f6e83722e squashed commits for PR 222 from jtraband
- add warning when bad example tag is encountered.
- shredding for api docs + refactoring of gulpfile to clarify task names.
- added top level gulp tasks + error handling cleanup
- added test-api-builder gulp task
- added warning messages during build-shred-map processing
- mixin signature change
- updated styleguide ... continued.
- added @exampleTabs inlinetag support + refactoring shared services between @example and @exampleTabs
- added new inline tag @linkDevGuide + cleanup
- added angular source watch logic for serve-and-sync and source for examples changed from test -> examples + cleanup
- promisify del
- styleguide explanation of @example, @exampleTabs and @linkDevGuide
2015-09-23 14:04:58 -07:00
Jay Traband
834b65dca3 cleanup/comment api builder 2015-09-18 13:22:32 -07:00
Jay Traband
3d997d2994 Initial pass at moving api doc builder over to angular.io 2015-09-18 13:18:53 -07:00