Shuaib Hasan Akib
1004418040
docs: remove leading $ from script examples ( #63795 )
...
Copy-pasting commands like `$ pnpm lint` caused errors in shells (e.g. zsh). Updated docs to use `pnpm lint` directly so they run without modification.
PR Close #63795
2025-09-16 14:54:03 +00:00
Damian Sire
002699bcef
docs: clarify usage of docs-infra scope in commit messages ( #63799 )
...
The contribution guide is updated to provide clearer instructions on when to use the `docs-infra` scope versus the `docs` type.
This change helps contributors understand that `docs-infra` should only be used for infrastructure-related changes (application code, tooling, configuration) within the `/adev` directory. For simple content modifications, such as editing a `.md` file, `docs` without a scope is the correct choice.
PR Close #63799
2025-09-15 15:33:15 +00:00
Joey Perrott
85994fb1fd
build: update branches and versioning information ( #63772 )
...
Update the branches and versioning guide to include information about the `target: feature` and `target: automation` labels.
PR Close #63772
2025-09-12 21:45:49 +00:00
Matthieu Riegler
ff01e33d69
docs: revert remove of build-and-link ( #63187 )
...
This works again since angular/dev-infra#2922 landed
PR Close #63187
2025-08-18 09:14:36 +02:00
Joey Perrott
82cc576e6f
build: use pnpm as the package manager instead of yarn ( #62924 )
...
Use pnpm instead of yarn as the package manager and interaction tool for the repo
PR Close #62924
2025-07-31 22:06:27 +00:00
Joey Perrott
32c00ab416
build: standardize usage of js_binary ( #62860 )
...
Remove usages of nodejs_binary and use a commonly defined js_binary macro
PR Close #62860
2025-07-29 06:43:44 +02:00
Walter Breakell
5b7408edb6
docs: update link to git fixup documentation ( #62717 )
...
PR Close #62717
2025-07-24 10:02:40 +00:00
Joey Perrott
f5d9d084b6
build: move nodejs_test to js_test ( #62709 )
...
Move nodejs_test to js_test and remove unnecessary files after move
PR Close #62709
2025-07-22 10:07:13 -04:00
Joey Perrott
b84859073b
build: migrate to use web test runner rules ( #62292 )
...
Migrate karma tests throughout the repo to use the new web test runner based rule instead
PR Close #62292
2025-06-26 17:19:10 +00:00
Walter Breakell
16ed7f50de
docs: update link to cache options ( #62187 )
...
PR Close #62187
2025-06-24 10:42:20 +00:00
soongxian
9c2a96d125
docs: fixed grammar and spelling errors in contributing-docs folder ( #62196 )
...
PR Close #62196
2025-06-24 09:39:07 +00:00
Matthieu Riegler
dba912dd07
refactor(platform-browser): replace platform-browser-dynamic with platform-browser ( #61498 )
...
The former isn't needed anymore and is now deprecated.
PR Close #61498
2025-05-21 14:01:49 +00:00
kirjs
3902640350
docs: mention that log format makes it analyzable for changelog generation. ( #58786 )
...
PR Close #58786
2025-03-04 19:35:54 +00:00
kirjs
215ef78295
docs: sync the scope lists and drop ve ( #58786 )
...
PR Close #58786
2025-03-04 19:35:54 +00:00
kirjs
390139e3e1
docs: address comments ( #58786 )
...
PR Close #58786
2025-03-04 19:35:54 +00:00
kirjs
7ecaffc008
docs: move commit message guidelies to a separate file ( #58786 )
...
PR Close #58786
2025-03-04 19:35:54 +00:00
Doug Parker
c03f45ce8e
docs: updates versioning docs to recommend that fixes in an RC period be released as a -next release prior to hitting stable ( #59766 )
...
PR Close #59766
2025-01-29 10:52:44 -08:00
NothingEverHappens
4f2df5bcb5
docs: update prettier link to the correct one ( #58757 )
...
PR Close #58757
2024-11-22 19:33:08 +00:00
Jeremy Elbourn
7f42e69149
docs: cover time-based statements in docs authoring guide ( #57536 )
...
Adds some additional guidance on writing content that is tied to a
specific version or point in time.
PR Close #57536
2024-08-28 08:45:10 -07:00
Jeremy Elbourn
6f014615f8
docs: add docs authoring guide ( #56505 )
...
This new contributor guide includes information for authoring Angular
documentation.
PR Close #56505
2024-07-31 13:58:53 +00:00
Matthieu Riegler
8fc26058fb
docs: fix testing angular url ( #56847 )
...
PR Close #56847
2024-07-10 15:18:12 +02:00
Joey Perrott
0bd55a684f
refactor(docs-infra): complete removal of aio directory ( #56496 )
...
Finish removal of aio directory as it is no longer used or relied upon.
PR Close #56496
2024-06-18 12:26:00 -07:00
Jeremy Elbourn
f0fbced1c5
docs: update and reorganize contributor docs ( #56141 )
...
* Move from `docs/` to `contributing-docs/`
* Updated file names to better communicate their content
* Consolidated content into fewer docs
* Updated and/or deleted obsolete info
PR Close #56141
2024-06-11 08:20:59 -07:00