mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): no prefix for the current major (#56882)
To allow navigation back from next.angular.dev, the current major uses no prefix. fixes #56868 PR Close #56882
This commit is contained in:
parent
4bfe707ac2
commit
d3e14b35d3
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export class VersionManager {
|
|||
// version: 'rc',
|
||||
// },
|
||||
{
|
||||
url: this.getAdevDocsUrl(this.currentMajorVersion),
|
||||
url: 'https://angular.dev/',
|
||||
displayName: this.getVersion(this.currentMajorVersion),
|
||||
version: this.currentVersionMode,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue