1a09b237ec
build(aio): simplify the primary overload's anchor
...
The primary link to a member should simply be its name, and not require
the parameter list.
(cherry picked from commit ffda3e41e0
)
2017-07-13 12:42:44 -07:00
b61c19a86e
build(aio): fix matchUpDirectiveDecorators processor
2017-07-11 11:45:10 +01:00
f6ebb40fbc
build(aio): fix mergeDecoratorDocs processor
2017-07-11 11:45:10 +01:00
aa39449ce4
build(aio): fix mergeDecoratorDocs processor
2017-07-11 11:45:09 +01:00
d1434e82df
build(aio): fix matchUpDirectiveDecorators processor
2017-07-11 11:45:08 +01:00
6a0d5b5825
build(aio): fix test description
2017-07-11 11:45:08 +01:00
5e4c41fcdf
build(aio): refactor filterMemberDocs to be more general
...
Now it also filters function-overloads, hence the name change.
2017-07-11 11:45:08 +01:00
48772f189f
refactor: fix typos ( #18000 )
2017-07-07 17:23:15 -07:00
a9d9aa18a0
build(aio): automatically link code blocks to API docs
2017-05-15 10:56:38 +01:00
4dabec6a48
build(aio): compute search title for certain API docs
2017-05-04 13:45:04 +01:00
978376a46e
build(aio): doc.searchTitle
can override name in search results
2017-05-04 13:45:04 +01:00
3f1d7f7a76
build(aio): add the api folder to the list of template folders
2017-05-03 13:30:11 -07:00
de25cfc0cb
build(aio): move autolink-headings to post-processing ( #16336 )
...
The autolinking is now done on the `renderedContent` which means it also
captures and autolinks headings that were generated outside of markdown.
PR Close #16336
2017-04-27 23:42:04 -05:00
9a4c8d543d
build(aio): fix rendering of Decorator API docs
...
The templates were a bit out and we were not merging the
correct properties.
Added some docs and tests for the processor.
Related to #16208
2017-04-25 07:35:34 +01:00
f5aaa55f21
build(aio): ignore the VERSION constant correctly
...
We were filtering this document from the docs list but
not removing it from the module export lists.
We can actually filter it out much easier at the TypeScript
parsing point, which means we do not need the
`filterIgnoredDocs` processor any more.
Closes #16287
2017-04-25 07:33:50 +01:00
ff0f53c915
build(aio): include missing packages in the docs
...
These packages were not included in the configuration of the doc-gen, so
were not being rendered.
2017-04-25 06:56:41 +01:00
3cad5da5a4
build(aio): refactor dgeni packages
...
This is to tidy up the `author-packagse`, which currently duplicates a
lot of the configuration in the main packages. We need to
DRY this up so that we don't fall foul of a change in one being missed in
the other.
2017-04-23 22:50:33 +01:00