New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(docs-infra): add tab titles to home, playground and tutorial #53026
Conversation
|
I'm marking this as blocked until the infra is setup to test the result. |
Seems good! I have read a few times the contributing.md but still didnt get it right XD, I will reword the commit, thanks! |
440c33f
to
702eed3
Compare
|
As @JeanMeche mentioned - this is blocked but I'll review once we can have a build preview! |
Perfect, thank you so much Emma! |
|
Deployed adev-preview for 702eed3 to: https://ng-dev-previews-fw--pr-angular-angular-53026-adev-prev-mtoo2ru1.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works fine thx !
Just one thing @twerske, do we want the "Home" for the home page ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks for the reviews guys! ^^ |
|
This PR was merged into the repository by commit a297012. |
PR Checklist
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Currently, in Angular dev, the home, the playground and the tutorials does not have a specific title, only has "Angular". On the other hand, the option of the sidenav Reference and Docs have specific title being for each one:
Without



With


Issue Number: Fixes 53020
What is the new behavior?
With the new behaviour, the routes that had only Angular, now should have their own label plus * Angular
Does this PR introduce a breaking change?
Other information
Since adev cannot be compiled and tested locally, these changes havent been tried, but I think they should work, if this PR should be block till adev can be tested locally I would totally understand.
Thanks!