George Kalpakas
00562ed935
fix(docs-infra): center the "Contribute" page ( #40944 )
...
This commit improves the layout of the "Contribute" page by centering
the content (similar to other marketing pages).
Before: ![contribute layout before][1]
After: ![contribute layout after][2]
This change has been extracted from #36045 .
[1]: https://user-images.githubusercontent.com/8604205/108595056-5b545f00-7386-11eb-97b6-c3606dbfb5fa.png
[2]: https://user-images.githubusercontent.com/8604205/108595060-5becf580-7386-11eb-91fa-b2877f2a4691.png
Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com>
PR Close #40944
2021-02-26 15:39:29 -08:00
George Kalpakas
2af8099fbc
fix(docs-infra): use up-to-date URLs in "Contribute" links (and replace deprecated `md-button`) ( #40944 )
...
This commit replaces some outdated URLs in "Contribute" links (on the
"Contribute" page):
- `github.com/angular/material2` --> `github.com/angular/components`
- `github.com/angular/angularfire2` --> `github.com/angular/angularfire`
It also replaces the deprecated `md-button` attribute with `mat-button`.
PR Close #40944
2021-02-26 15:39:29 -08:00
Theoklitos Bampouris
fb82558d78
docs: Change lexical in security guide ( #41016 )
...
Change `onerror` attribute reference to `script` element reference
PR Close #41016
2021-02-26 15:14:57 -08:00
cexbrayat
91cdc11aa0
fix(common): allow number or boolean as http params ( #40663 )
...
This change fixes an incompatibility between the old `@angular/http` package
and its successor (`@angular/common/http`) by re-introducing the types that were supported before.
It now allows to use number and boolean directly as HTTP params, instead of having to convert it to string first.
Before:
this.http.get('/api/config', { params: { page: `${page}` } });
After:
this.http.get('/api/config', { params: { page }});
`HttpParams` has also been updated to have most of its methods accept number or boolean values.
Fixes #23856
BREAKING CHANGE:
The methods of the `HttpParams` class now accept `string | number | boolean`
instead of `string` for the value of a parameter.
If you extended this class in your application,
you'll have to update the signatures of your methods to reflect these changes.
PR Close #40663
2021-02-26 12:03:50 -08:00
George Kalpakas
383d226118
fix(docs-infra): add links to glossary for terms on the "Press kit" page ( #40945 )
...
The "Press kit" page has a "Terminology" section that lists a couple of
terms (currently AOT and JIT compilation).
This commit adds links to the corresponding entries in "Glossary" to
make it easier for people to find out what the terms mean.
PR Close #40945
2021-02-26 08:28:22 -08:00
George Kalpakas
78a70498b5
fix(docs-infra): improve the layout and appearance of the "Press kit" page ( #40945 )
...
This commit improves the layout and appearance of the "Press kit" page.
Most notable changes include:
- Center content and limit max width to 50em (which is 50px by default).
- Remove uppercase transform for headings.
- Use a two-column layout for icons (instead of one icon per row).
- Show "download" icons next to download links.
Before (wide): ![presskit page (wide) before][1]
Before (narrow 1/2): ![presskit page (narrow 1/2) before][2]
Before (narrow 2/2): ![presskit page (narrow 2/2) before][3]
After (wide): ![presskit page (wide) after][4]
After (narrow 1/2): ![presskit page (narrow 1/2) after][5]
After (narrow 2/2): ![presskit page (narrow 2/2) after][6]
This change is based on code from #36045 .
[1]: https://user-images.githubusercontent.com/8604205/108739632-80d79900-753d-11eb-8ddc-ac542ec5b3ac.png
[2]: https://user-images.githubusercontent.com/8604205/108739641-82a15c80-753d-11eb-9b20-8119ad117460.png
[3]: https://user-images.githubusercontent.com/8604205/108739643-83d28980-753d-11eb-8afa-2d7a5e87d586.png
[4]: https://user-images.githubusercontent.com/8604205/108739638-8208c600-753d-11eb-99bb-ea119640de39.png
[5]: https://user-images.githubusercontent.com/8604205/108739642-8339f300-753d-11eb-9b25-5c1988adb1dd.png
[6]: https://user-images.githubusercontent.com/8604205/108739645-846b2000-753d-11eb-8ef3-b6a8b7c6d1ff.png
Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com>
PR Close #40945
2021-02-26 08:28:21 -08:00
George Kapris
953e98e211
docs: Change grammatically in security guide ( #40995 )
...
Change `controller` reference to `component` reference
PR Close #40995
2021-02-26 08:25:21 -08:00
Alan Agius
d51d39cb4c
docs: update docs to use new zone.js entry-points ( #40823 )
...
In CLI version 12, the old style of imports is no longer supported.
PR Close #40823
2021-02-24 07:58:29 -08:00
Carl Fredrik Samson
03de2f2b78
docs: fix ch 4 so it compiles in strict mode ( #40970 )
...
Fixes error: `TS2564: Property 'heroes' has no initializer and is not definitely assigned in the constructor`
and makes `hero` property consistent with ch 3 (ref: #40942 )
PR Close #40970
2021-02-24 07:57:53 -08:00
Kapunahele Wong
06d3267824
docs: improve accessibility for toh-pt1 example ( #40560 )
...
PR Close #40560
2021-02-23 10:41:56 -08:00
Kapunahele Wong
1f91672d50
docs: improve accessibility of toh2 example ( #40575 )
...
Increases contrast of example copy.
Explicitly references inputs from labels.
Updates screenshot of styles that aren't accessible.
Removes the term master.
Provides more detailed alternate text for the image.
Adds padding to input so it is an easier target for touch or pointer.
PR Close #40575
2021-02-23 10:41:05 -08:00
Kapunahele Wong
1f7921be33
docs: improve accessibility of tohpt3 ( #40617 )
...
PR Close #40617
2021-02-23 10:40:09 -08:00
Kapunahele Wong
bd6f377db2
docs: improve accessibility of tohpt4 ( #40622 )
...
PR Close #40622
2021-02-23 10:39:44 -08:00
Kapunahele Wong
4d1299bd82
docs: improve accessibility of toh-pt5 example ( #40632 )
...
PR Close #40632
2021-02-23 10:39:13 -08:00
Kapunahele Wong
edd26a2b79
docs: improve accessibility of toh-pt6 ( #40805 )
...
PR Close #40805
2021-02-23 10:38:50 -08:00
Kapunahele Wong
49e02ca7d6
docs: move JsonParser class above CustomJsonInterceptor ( #40964 )
...
This move fixes the error in StackBlitz of
Cannot access 'JsonParser' before initialization
PR Close #40964
2021-02-23 10:37:26 -08:00
Daniel Díaz
b84f719747
docs: update year ( #40925 )
...
PR Close #40925
2021-02-22 12:37:40 -08:00
George Kalpakas
b509a7dc42
fix(docs-infra): make the "Contributors" page header similar to other marketing pages ( #40881 )
...
Before (wide screen): ![contributors (wide screen) before][1]
Before (narrow screen): ![contributors (narrow screen) before][2]
After (wide screen): ![contributors (wide screen) after][3]
After (narrow screen): ![contributors (narrow screen) after][4]
[1]: https://user-images.githubusercontent.com/8604205/107983880-634f8000-6fcf-11eb-8ad9-5a5df65d3d5e.png
[2]: https://user-images.githubusercontent.com/8604205/107983893-6a768e00-6fcf-11eb-9ccd-158ec491404f.png
[3]: https://user-images.githubusercontent.com/8604205/107983903-6f3b4200-6fcf-11eb-94e1-182893b7a715.png
[4]: https://user-images.githubusercontent.com/8604205/107983895-6ba7bb00-6fcf-11eb-9ff5-59d221ba906d.png
PR Close #40881
2021-02-19 09:14:59 -08:00
George Kalpakas
fb58a2bd54
fix(docs-infra): use relative URLs for internal links on error pages ( #40881 )
...
Previously, some of the links on the error pages had URLs prefixed with
`https://angular.io/ `. This caused them to be treated as external URLs,
which had the following downsides:
- Links would always point to `angular.io` instead of the same version
as the error page (e.g. `next.angular.io` or `v11.angular.io`).
- Dgeni would not be able to check that the URLs are valid (i.e. point
to existing pages).
- An external link icon would incorrectly be shown next to the links on
`angular.io`.
This commit fixes the links to use relative URLs.
PR Close #40881
2021-02-19 09:14:59 -08:00
Kapunahele Wong
d0b6270990
docs: edit Component lifecycle title ( #40894 )
...
PR Close #40894
2021-02-19 09:10:37 -08:00
Amadou Sall
aed2782c4a
docs: the token should be associated with LibHeaderComponent ( #40922 )
...
PR Close #40922
2021-02-19 09:07:00 -08:00
Kapunahele Wong
30d5e25a28
docs: edit attribute-directives.md, move best practice to styleguide ( #39849 )
...
PR Close #39849
2021-02-19 08:14:54 -08:00
DerekRTP
65baac6055
docs: update attribute-binding.md to correctly describe [attr.binding] rules ( #40878 )
...
PR Close #40878
2021-02-17 17:05:17 -08:00
Dmitrij Kuba
2375b85fe0
docs: remove mention of unused `Intl` polyfill ( #40883 )
...
Since `Intl` API was dropped to use to improve browser support,
it is no longer needed as a polyfill to test Angular.
PR Close #40883
2021-02-17 17:04:15 -08:00
David Shevitz
1de999b89d
docs: fix minor grammar mistakes in What is Angular topic ( #40892 )
...
PR Close #40892
2021-02-17 13:23:49 -08:00
David Shevitz
8658cd59b2
docs: add what is angular topic ( #40811 )
...
PR Close #40811
2021-02-17 11:13:21 -08:00
Daniel
9b26f462d0
docs: fix grammar in angular-compiler-options file ( #40879 )
...
PR Close #40879
2021-02-17 06:56:38 -08:00
Amadou Sall
0807d13201
docs: remove the extra backtick character ( #40873 )
...
PR Close #40873
2021-02-17 06:56:03 -08:00
Pete Bacon Darwin
322951af49
refactor(compiler-cli): error on cyclic imports in partial compilation ( #40782 )
...
Our approach for handling cyclic imports results in code that is
not easy to tree-shake, so it is not suitable for publishing in a
library.
When compiling in partial compilation mode, we are targeting
such library publication, so we now create a fatal diagnostic
error instead of trying to handle the cyclic import situation.
Closes #40678
PR Close #40782
2021-02-17 06:53:38 -08:00
Kapunahele Wong
75db0c7445
docs: edit builtin-directives doc ( #39816 )
...
Edit built-in-directives.md copy and headers, fixes affected
links, adds a docregion to make steps clearer.
PR Close #39816
2021-02-16 13:04:41 -08:00
Alexey Elin
c47dbbede7
docs: fix broken link in `Default Architect builders and targets` section (+ remove typo 'the') ( #40847 )
...
PR Close #40847
2021-02-16 10:04:48 -08:00
David Shevitz
82e7ba2702
docs: add observer-spy to resources page ( #40624 )
...
PR Close #40624
2021-02-16 10:03:58 -08:00
Alexey Elin
dd3dd63845
docs: use shorthand background CSS property in Routing example ( #40834 )
...
PR Close #40834
2021-02-16 09:26:26 -08:00
Pete Bacon Darwin
d6440c1808
docs: fix missing code line from tutorial example ( #40789 )
...
In #40419 we move the code that creates the `heroes` object
above the code that updates the message service. But this moved
that line of code outside of the docregion that is displayed in
the tutorial ealier on, making it non-sensical.
This commit ensures that this line of code is now rendered in the
tutorial be moving it within the correct docregion.
Closes #40788
PR Close #40789
2021-02-16 08:40:26 -08:00
Brandon Winchester
7fa881919b
docs: Add documentation about the CLI failing ( #35385 )
...
The CLI seems to throw very non-descriptive errors. Adding a section to help users troubleshoot lazy-loading modules.
PR Close #35385
2021-02-16 08:04:05 -08:00
Pete Bacon Darwin
529f0a83cb
docs(http): add custom JSONParser example ( #40645 )
...
Update the HTTP guide and associated example to demonstrate
how an interceptor can be used to provide a custom JSON parser.
Resolves #21079
PR Close #40645
2021-02-16 08:03:33 -08:00
Enea Jahollari
19114dc11e
docs: remove unnecessary `<hr />` tags in Getting Started sections ( #40693 )
...
After the docs UI redesign `h2` tags got a border top.
`border-top: 1px solid #dbdbdb;`;
In the sections of Getting Started guide in order to separate
`What's next` from above content an `<hr />` tag was used,
that now becomes unnecessary.
This commit removes unnecessary `<hr />` tags.
PR Close #40693
2021-02-16 08:00:42 -08:00
Dan Levy
72db3e8d54
docs: add camelCase example to style notation ( #40699 )
...
PR Close #40699
2021-02-16 07:59:40 -08:00
Alexey Elin
5f0c219883
docs: fix schematics' package name for `ng generate` sub-commands ( #40846 )
...
PR Close #40846
2021-02-16 07:43:02 -08:00
Daniel
67d85b3680
docs: capitalize Angular word in upgrade-setup.md file ( #40862 )
...
PR Close #40862
2021-02-16 07:42:35 -08:00
mgechev
72a00dcc6b
docs: add a style recommendation for initializing inputs ( #40698 )
...
This practice is to better align with `strictPropertyInitialization`
which is coming by default with strict mode in v12.
PR Close #40698
2021-02-12 17:07:30 -08:00
mgechev
9661873df1
docs: add ng-conf 2021 ( #40783 )
...
PR Close #40783
2021-02-12 16:49:22 -08:00
Nils Mehlhorn
5554a3f174
docs: add NgRx book to resources ( #39841 )
...
PR Close #39841
2021-02-12 16:48:57 -08:00
Jeremy Elbourn
bbbfa3e6bd
docs: clarify that support schedule is subject to change ( #40770 )
...
Initially raised due to #39509 , this change updates our
"Support policy and schedule" with the same disclaimer
from the "Release frequency" section above.
PR Close #40770
2021-02-12 16:14:52 -08:00
Sam Hrncir
ccd10ea315
docs: Clarify new ng workspace options ( #40816 )
...
Hope this helps make the tutorial go even smoother for people after me.
PR Close #40816
2021-02-12 16:13:30 -08:00
Daniel
cbb6b4a30b
docs: capitalize Angular word in zone.md file ( #40813 )
...
PR Close #40813
2021-02-12 12:01:55 -08:00
Sam Hrncir
b4c8143cc2
docs: Update start-deployment.md ( #40817 )
...
Updated section reference to current name listed in sidebar.
PR Close #40817
2021-02-12 09:30:03 -08:00
Sam Hrncir
6425a6d543
docs: typo fix ( #40804 )
...
PR Close #40804
2021-02-12 08:59:47 -08:00
Sam Hrncir
ca43938d24
docs: copy paste error ( #40812 )
...
The removed bit was copied and pasted from a previous section. Not relevent for the particular step of the tutorial.
The removed bit can we found as intended in __Adding Navigation__ section.
PR Close #40812
2021-02-11 15:59:55 -08:00
Nicholas Papadopoulos
6f017a4d60
docs: fix typo in workspace config docs ( #40784 )
...
PR Close #40784
2021-02-10 16:01:12 -08:00
Amit Gharat
fface518f1
docs: add Angular + NgRx book by the asian BPB Publications ( #39680 )
...
PR Close #39680
2021-02-10 11:14:34 -08:00
Alexey Elin
7a8821c9aa
docs: add link to component-less routes description. ( #40741 )
...
Currently it's not clear what a component-less route is. Add a link to make it clear
PR Close #40741
2021-02-10 11:08:39 -08:00
Mickael Istria
e895166082
docs(language-service): Add note about Eclipse IDE support of Angular LS ( #40551 )
...
Mention Eclipse Wild Web Developer that ships with Angular language
service.
PR Close #40551
2021-02-10 11:05:52 -08:00
Kanstantsin Kamkou
8f2260a073
docs: clarify observables recommendation ( #39237 )
...
Observables are not the only async mechanism that Angular employs.
This change respects that application developers are not required to
use Observables in their own application architecture.
Closes #39155
PR Close #39237
2021-02-10 11:04:04 -08:00
Valerij Dobler
2a851c0924
docs: edit example to fetch hero before sending message ( #40419 )
...
PR Close #40419
2021-02-09 14:46:18 -08:00
Kapunahele Wong
f76f2eb381
docs: update docs-style-guide ( #36281 )
...
This commit updates the documentation style guide
so that it is in line with current standards, those
of Google as well as those within the Angular docs.
PR Close #36281
2021-02-09 14:26:06 -08:00
hilmer-martin
e3213f6783
docs: changes for typescript 2.7 ( #40735 )
...
Because of changes in Typescript a property must have an initializer
or be set to undefined.
PR Close #40735
2021-02-09 10:52:44 -08:00
mgechev
2282069388
docs: clarify vscode integration maintenance ( #40647 )
...
PR Close #40647
2021-02-09 10:43:40 -08:00
Roman Sedov
d9e4d751f0
docs: add Taiga UI to "EXPLORE ANGULAR RESOURCES" page ( #40572 )
...
PR Close #40572
2021-02-09 10:42:20 -08:00
Aristeidis Bampakos
348d365666
docs(service-worker): copyedit getting started guide ( #40543 )
...
Fix numbered list for the `Making changes to your application` section
PR Close #40543
2021-02-09 10:34:15 -08:00
David Pine
d067dc0cb9
docs: add Angular Global Summit to event pages ( #40697 )
...
/cc @mgechev
PR Close #40697
2021-02-04 10:48:55 -08:00
Alan Agius
6ad057d28c
docs: clarify that fileReplacements only supports compilation source files ( #40687 )
...
fileReplacements is intended to only work on compilation source files
PR Close #40687
2021-02-03 09:10:23 -08:00
Eliran Eliassy
0e152fae7a
docs: add eliran eliassy to GDE list ( #39521 )
...
PR Close #39521
2021-02-03 09:06:19 -08:00
George Kalpakas
a086976d68
fix(docs-infra): improve heading styles ( #40427 )
...
This commit includes some general improvements to heading styles
(font-weight, margin/padding). It also adds a horizontal separator above
`<h2>` headings to segment important sections more easily.
(As a consequence, we can remove several `<hr />` elements right before
`<h2>` headings.)
Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com>
PR Close #40427
2021-02-02 12:04:55 -08:00
Viktor Uhryn
cc8af03eec
docs: fix typo in lazy-loading guide ( #40668 )
...
PR Close #40668
2021-02-02 12:04:22 -08:00
twerske
028b38352a
docs: add guide for NG0302 ( #40580 )
...
new guide for pipe not found common error
link from pipe error to new guide
add embedded debugging video
PR Close #40580
2021-01-28 15:56:40 -08:00
Teri Glover
eee3354223
docs: fix typo to remove space ( #40601 )
...
PR Close #40601
2021-01-28 15:54:20 -08:00
Pete Bacon Darwin
b9f04bf5bb
docs: add a `@reviewed` tag to the i18n guide ( #40582 )
...
PR Close #40582
2021-01-28 09:04:49 -08:00
George Kalpakas
f1cf875872
docs(elements): add notice about choosing a tag name in Elements guide ( #40510 )
...
This commit adds a warning in the Elements guide about using
`@Component.selector` as the tag name for the registered custom element.
See also #40452 for context.
PR Close #40510
2021-01-27 10:23:46 -08:00
George Kalpakas
73fcf47047
docs(elements): add MDN links for mentioned built-in APIs in Elements guide ( #40510 )
...
PR Close #40510
2021-01-27 10:23:45 -08:00
S. Iftekhar Hossain
365ac5e68e
docs: fixed issue with missing code sample by rearranging import to proper docregion ( #40565 )
...
Fixes #40558
PR Close #40565
2021-01-26 09:17:28 -08:00
Wataru.Kasahara
956f75f068
docs: fix the docs because the interface does not exist ( #40308 )
...
PR Close #40308
2021-01-25 16:29:13 -08:00
Newsha Hosseiny Nik
7a1d719091
docs: remove an extra "and" in the tutorial ( #40541 )
...
PR Close #40541
2021-01-25 10:02:02 -08:00
Justin Santa Barbara
a78493ffd7
docs: Fix syntax in interpolation example ( #40554 )
...
Correcting a typo in the example.
PR Close #40554
2021-01-25 09:59:50 -08:00
cexbrayat
c5599ccd3e
docs: fix NG0201 error description ( #40500 )
...
PR Close #40500
2021-01-22 13:35:01 -08:00
Wataru.Kasahara
3f92be4ec3
docs: remove old content from CLI configuration guide ( #38243 )
...
PR Close #38243
2021-01-21 13:49:23 -08:00
Kapunahele Wong
51d6aed677
docs: clarify name collision info, add example snippet, and fix example CSS ( #40451 )
...
Fixes #40403 and fixes imgs and layout of example
that are unrestrained and thus are too big in StackBlitz.
PR Close #40451
2021-01-20 16:13:43 -08:00
Pete Bacon Darwin
315b272f9f
docs: add missing type parameter to testing example ( #40479 )
...
Without this type parameter the call to `resolve()` is invalid.
PR Close #40479
2021-01-20 16:12:15 -08:00
Pete Bacon Darwin
4a9f7daf37
docs: remove unused "docregions" ( #40479 )
...
This commit removes all the docregion tags in examples that are not
being referenced in any doc.
PR Close #40479
2021-01-20 16:12:15 -08:00
twerske
3cfb4b4ef9
docs: add embedded videos to error guides ( #40453 )
...
add embedded youtube videos
provide visual debugging for top errors
PR Close #40453
2021-01-20 08:47:00 -08:00
David Shevitz
5e95153d44
docs: Return SVG topic to documentation; light edits for clarity ( #40487 )
...
PR Close #40487
2021-01-19 14:18:51 -08:00
Aristeidis Bampakos
0568c7387f
docs: add Angular Builders to community resources ( #40475 )
...
PR Close #40475
2021-01-19 09:22:26 -08:00
abarghoud
2c95f57266
feat(docs-infra): use Record type instead of key-value ( #40463 )
...
use Record type instead of key-value
Closes #39804
PR Close #40463
2021-01-19 09:21:23 -08:00
Alexey Elin
b636406043
docs: fix broken link to XSRF common protection mechanism ( #40458 )
...
PR Close #40458
2021-01-19 09:17:50 -08:00
Aristeidis Bampakos
d8e06f9676
docs: add Angular Nation to community resources ( #40449 )
...
PR Close #40449
2021-01-15 11:36:27 -08:00
Tibing
54579362ae
docs: add UI Bakery to IDEs section in resources ( #40444 )
...
PR Close #40444
2021-01-15 10:37:37 -08:00
bjarkler
9b0b2dd688
docs: Fix typo in Trusted Types documentation ( #40433 )
...
Remove an extraneous 'd' from the Trusted Types header.
PR Close #40433
2021-01-14 11:29:43 -08:00
twerske
e4df94214b
docs: add guides for the top 10 errors ( #40060 )
...
add top 10 error guides
provide description and debugging for top errors
PR Close #40060
2021-01-14 11:28:52 -08:00
twerske
fbfd4889a9
build(docs-infra): error guides in docs ( #40060 )
...
add /errors to docs
create formatting for error guides infra
PR Close #40060
2021-01-14 11:28:52 -08:00
David Shevitz
b3b85091ca
docs: Update security.md to include Trusted Types ( #40142 )
...
PR Close #40142
2021-01-14 10:19:08 -08:00
Vytautas Petrikas
8379b571f8
docs(core): add Ivy note to entryComponents page ( #35479 )
...
PR Close #35479
2021-01-14 10:18:16 -08:00
Santosh Yadav
c33d2a20ac
docs(common): updated differential loading section ( #37913 )
...
PR Close #37913
2021-01-14 09:16:34 -08:00
Bill Ludwig
5013a7e12d
docs: update identity-revealed.directive.ts to use `AbstractControl` instead of `FormGroup` ( #40132 )
...
Changes example code to accept an `AbstractControl` instead of `FormGroup` in
`identityRevealedValidator` function.
Closes #40131 .
PR Close #40132
2021-01-13 14:47:53 -08:00
Alexey Elin
25892c1bcf
docs: add links to TypeScript ( #40410 )
...
PR Close #40410
2021-01-13 14:02:32 -08:00
Kapunahele Wong
184d0e568f
docs: edit getting started start-forms.md ( #39681 )
...
PR Close #39681
2021-01-11 15:34:12 -08:00
Kapunahele Wong
087784aba1
docs: edit getting started start-deployment.md ( #40135 )
...
PR Close #40135
2021-01-11 15:33:18 -08:00
Kapunahele Wong
957332e59f
docs: edit gh-pages instructions in deployment guide ( #40139 )
...
PR Close #40139
2021-01-11 15:32:47 -08:00
Andrew Kushnir
85af573f81
docs: resolve non-exiting references in contributors.json ( #40369 )
...
The previous commit introduced extra checks to verify contributors.json data and this commit contains the necessary
fixes to the problems identified by the new set of checks.
PR Close #40369
2021-01-11 15:32:21 -08:00
Andrew Kushnir
2cc767e19f
docs: include a note that all entries in contributors.json should be present in alphabetical order ( #40369 )
...
PR Close #40369
2021-01-11 15:32:21 -08:00
Andrew Kushnir
a4e1c74ddf
docs: sort entries in contributors.json alphabetically ( #40369 )
...
Currently entries in the `contributors.json` file are not sorted and new entries are typically added at the very
end of the file, which is often causing merge conflicts. This commit updates the `contributors.json` to have all
entries sorted in alphabetical order (based on GitHub handles), which should reduce the number of merge conflicts.
PR Close #40369
2021-01-11 15:32:20 -08:00