{{ message }}
refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory - #57132
Closed
josephperrott wants to merge 1 commit into
Closed
refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory#57132josephperrott wants to merge 1 commit into
josephperrott wants to merge 1 commit into
Conversation
josephperrott
force-pushed
the
migrate-shared-things-in
branch
6 times, most recently
from
July 25, 2024 17:25
a3a2412 to
2749478
Compare
6 tasks
josephperrott
force-pushed
the
migrate-shared-things-in
branch
2 times, most recently
from
July 26, 2024 15:13
220eaff to
45ac970
Compare
josephperrott
marked this pull request as ready for review
July 26, 2024 15:45
…directory To increase the ease of development we are moving @angular/docs into the adev directory within this repo. While we are doing this to improve our development experience in the short term, efforts are also in place to maintain a division between this @angular/docs (shared) code and adev itself, so that it can be extracted back out in the future when components is ready to leverage it as well.
josephperrott
force-pushed
the
migrate-shared-things-in
branch
from
July 26, 2024 18:33
45ac970 to
1bd6384
Compare
atscott
approved these changes
Jul 30, 2024
thePunderWoman
pushed a commit
that referenced
this pull request
Jul 30, 2024
…directory (#57132) To increase the ease of development we are moving @angular/docs into the adev directory within this repo. While we are doing this to improve our development experience in the short term, efforts are also in place to maintain a division between this @angular/docs (shared) code and adev itself, so that it can be extracted back out in the future when components is ready to leverage it as well. PR Close #57132
Contributor
|
This PR was merged into the repository by commit 2d8635d. The changes were merged into the following branches: main, 18.1.x |
Contributor
|
@josephperrott I saw the migrated code and the changes I recently made regarding headings have not been involved and are missing from the dev-infra repository. It is regressing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

To increase the ease of development we are moving @angular/docs into the adev directory within this repo. While we are doing this to improve our development experience in the short term, efforts are also in place to maintain a division between this @angular/docs (shared) code and adev itself, so that it can be extracted back out in the future when components is ready to leverage it as well.