Kapunahele Wong
f9ebaf1b90
docs(aio): remove links to top of documents ( #16971 )
2017-09-27 13:46:50 -07:00
George Kalpakas
5c99b01512
build(aio): run the upload server as a non-previleged user
...
closes #19352
Previously, the upload server (for PR previews) was run as root and
"downleveled" to a non-privileged user from inside the node script.
Now, with the latest version of `pm2` (which is used to run the upload server
scripts), we can get rid of that workaround and set the desired UID directly
through `pm2`.
2017-09-25 12:05:00 -07:00
George Kalpakas
992ba33a28
build(aio): upgrade all preview server dependencies
2017-09-25 12:04:51 -07:00
Pete Bacon Darwin
17e7c58981
build(aio): add metadata aliases for directives, components and pipes ( #19317 )
...
This change will enable people to link to the API docs via their selectors
or names, as used in a template.
Since the selectors can be quite complex we are not able to get 100%
accuracy.
Closes #16787
2017-09-25 12:04:41 -07:00
Pete Bacon Darwin
b8f15d2b77
build(aio): render class/interface "descendants" in API docs ( #19343 )
...
For classes, the tree of subclasses is rendered, recursively.
For interfaces, the descendants are separated into child interfaces, which
extend the interface, and classes, which implement the interface.
Closes #19306
2017-09-25 12:04:28 -07:00
Pete Bacon Darwin
5f9a10aab9
build(aio): ensure decorators with shared interface types are found ( #19361 )
...
Closes #19358
2017-09-25 12:03:31 -07:00
Peter Bacon Darwin
04bc5257a6
docs(aio): tidy up tooling documentation ( #18151 )
...
PR Close #18151
2017-09-21 11:27:01 -07:00
Jesus Rodriguez
5bca58e748
docs(aio): applying some feedback ( #18151 )
...
PR Close #18151
2017-09-21 11:27:01 -07:00
Jesus Rodriguez
526a67f8f4
docs(aio): add zipper documentation ( #18151 )
...
PR Close #18151
2017-09-21 11:27:00 -07:00
Jesus Rodriguez
53a27e07b1
docs(aio): complete the plunker-builder docs ( #18151 )
...
PR Close #18151
2017-09-21 11:27:00 -07:00
Jesus Rodriguez
ba0fb1e055
docs(aio): add boilerplate readme ( #18151 )
...
PR Close #18151
2017-09-21 11:27:00 -07:00
Peter Bacon Darwin
ed2c8aa6f8
docs(aio): high-level documentation of the transforms
folder ( #18151 )
...
PR Close #18151
2017-09-21 11:27:00 -07:00
Peter Bacon Darwin
9226760120
docs(aio): high-level documentation of AIO tooling ( #18151 )
...
PR Close #18151
2017-09-21 11:27:00 -07:00
Ward Bell
e7eb0b8b7c
docs: update README and author guide about doc build errors ( #19276 )
...
- tells reader about `yarn serve-and-sync`.
- directs reader to look to docs-style-guide if get doc build error.
- update docs-style-guide to warn about ignored code files.
PR Close #19276
2017-09-21 09:56:33 -07:00
George Kalpakas
e63cf3b89e
ci(aio): correctly serialize commit messages with "double-quotes" ( #19184 )
...
PR Close #19184
2017-09-20 17:05:31 -07:00
Peter Bacon Darwin
9624fda082
build(aio): improve error message for ignored example files ( #19265 )
...
Addresses https://github.com/angular/angular/pull/18707#issuecomment-330396771
PR Close #19265
2017-09-20 16:50:36 -07:00
Peter Bacon Darwin
e19b6a8f38
build(aio): remove commented out code ( #19265 )
...
PR Close #19265
2017-09-20 16:50:36 -07:00
Ward Bell
fe8550d278
docs: animations - replace iterator with simple code style ( #18965 )
...
Replaces iterator facade over the HeroService because webpack threw up.
Also this was an obscure distraction for readers with no obvious benefits.
PR Close #18965
2017-09-20 16:50:05 -07:00
Igor Minar
351331a81b
ci: update yarn to 1.0.2 ( #19270 )
...
PR Close #19270
2017-09-19 13:53:09 -07:00
Peter Bacon Darwin
9d93c859d7
build(aio): auto-link more code items
...
We now parse all code blocks, after they have been rendered by dgeni
and insert links to API docs that match "words" in the code.
2017-09-12 14:06:26 -04:00
Aravind
5baa069b16
docs(aio): fix typo
2017-09-12 14:06:14 -04:00
Peter Bacon Darwin
12b7d00747
fix(aio): relax search on titles further
...
This change will now match `ControlValueAccessor` for the query `accessor`.
Closes #18872
2017-09-12 14:06:02 -04:00
Peter Bacon Darwin
d777d79c61
build(aio): do not render annotations block for directives
2017-09-12 14:05:46 -04:00
Peter Bacon Darwin
062a772e48
build(aio): improve rendering of directive selectors
2017-09-12 14:05:41 -04:00
Peter Bacon Darwin
3618cc6d34
build(aio): do not render comments in decorators
...
Closes #18873
2017-09-12 14:05:35 -04:00
Ward Bell
9413ca8a2e
build(aio): update karma & systemjs config for HttpClient
...
While adding the references to the `HttpClient` packages it also crucially
adds ref to new “tslib” library required by `HttpClient`.
2017-09-12 13:46:12 -04:00
Ward Bell
edf423af3d
build(aio): update package.json for angular-in-mem-web-api 0.4.0
2017-09-08 18:25:20 -04:00
Peter Bacon Darwin
6c3f1f70ba
build(aio): render metadata members from decorator ancestors
2017-09-08 18:25:08 -04:00
Peter Bacon Darwin
8a8c4d37aa
build(aio): render ancestor members in directives
...
See `CheckBoxRequiredValidator` for an example.
2017-09-08 18:25:00 -04:00
Peter Bacon Darwin
c86e16db5f
feat(aio): include more API results in search
...
By adding a more relaxed search on the title
of docs, we are more likely to catch API docs.
The additional search terms match anything
with a word in the title that starts with the
characters of the first term in the search.
E.g. if the search is "ngCont guide" then
search for "ngCont guide titleWords:ngCont*"
2017-09-08 17:01:39 -04:00
Peter Bacon Darwin
c3907893c1
build(aio): don't show constructor detail if there is none
2017-09-08 17:01:39 -04:00
Peter Bacon Darwin
d61c6f996a
build(aio): support rendering of constructor overloads in API docs
...
Closes #18258
2017-09-08 17:01:39 -04:00
Sarun Intaralawan
bd04cd61f8
docs(aio): change Stack Overflow link
2017-09-08 16:29:17 -04:00
bmarkov
96dcfafe45
docs(aio): Updated jqwidgets resource desc and url
...
Updated the description and url of the jqwidgets item in the resources page
2017-09-07 16:07:52 -04:00
Sam Blowes
dd2d1be006
fix(aio): align footer background image repeat ( #19035 )
...
Refs #17465
PR Close #19035
2017-09-05 23:25:06 -05:00
Peter Bacon Darwin
5369de80d6
docs(aio): add changelog, as hidden, to navigation ( #19028 )
...
This ensures that the changelog page is formatted correctly.
Closes #17604
PR Close #19028
2017-09-05 23:25:06 -05:00
nirkaufman
552dbfc2f1
docs(aio): add Nir Kaufman to GDE resources ( #19012 )
...
PR Close #19012
2017-09-05 23:25:06 -05:00
Jules Kremer
9f16c2620c
docs(aio): updating about page for team changes ( #19003 )
...
PR Close #19003
2017-09-05 23:25:06 -05:00
Peter Bacon Darwin
9b256a9144
build(aio): render the extends
ancestors of classes in API docs ( #18927 )
...
PR Close #18927
2017-09-05 23:25:06 -05:00
Peter Bacon Darwin
0f1476be33
build(aio): ensure dgeni can load all angular Typescript modules ( #18927 )
...
PR Close #18927
2017-09-05 23:25:06 -05:00
Nosov Konstantin
769b2aada2
docs(aio): add new lib to Data Libraries ( #18656 )
...
add AngularCommerse, set of components to build e-commerce solutions with Angular + Firebase
PR Close #18656
2017-09-05 23:25:06 -05:00
Brandon Roberts
301236e1a5
docs(aio): Updated usage of Observables in router guide. Added section for advanced redirects ( #18197 )
...
PR Close #18197
2017-09-05 23:25:06 -05:00
Olivier Combe
641be64544
docs(aio): add info about --local
option in the readme ( #18824 )
...
PR Close #18824
2017-08-23 13:19:23 -05:00
FerhatE
bcf211bdb3
docs(aio): fix "Error handling" section in "HttpClient" ( #18821 )
...
Removed additional curly brackets to fix blocks. Also replaced tab with 2 spaces.
PR Close #18821
2017-08-23 13:19:15 -05:00
Peter Bacon Darwin
1f43713506
fix(aio): do not redirect API pages on archive and next deployments ( #18791 )
...
PR Close #18791
2017-08-21 18:34:55 -05:00
Zackary Chapple
325b9b4562
docs(aio): add ngAtlanta to the events page ( #18649 )
...
PR Close #18649
2017-08-21 18:34:25 -05:00
Chau (Joe) Nguyen
88abdbd50b
docs(aio): update resources to include NinjaCodeGen Angular CRUD generator ( #18518 )
...
PR Close #18518
2017-08-21 18:34:17 -05:00
Joe
77ebd2b020
docs(aio): fix card inconsistency ( #18726 )
...
PR Close #18726
2017-08-18 23:15:36 -05:00
Peter Bacon Darwin
3b571a4f3d
build(aio): do not auto-link code elements already inside a link ( #18776 )
...
Closes #18769
PR Close #18776
2017-08-18 13:38:43 -05:00
Tea
efee81eb57
docs(aio): typo in template-syntax guide ( #18765 )
...
PR Close #18765
2017-08-18 13:38:16 -05:00