Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ function sidebarPrologue(): DefaultTheme.SidebarItem[] {
function sidebarUpgrade(): DefaultTheme.SidebarItem[] {
return [
{
text: 'Upgrading To v1.17 From v1.16',
link: 'v1.17'
text: 'Upgrading To v1.18 From v1.17',
link: 'v1.18'
},
{
text: 'Upgrading To v1.16 From v1.15',
link: 'v1.16'
text: 'Upgrading To v1.17 From v1.16',
link: 'v1.17'
},
{
text: 'History',
Expand Down Expand Up @@ -301,6 +301,10 @@ function sidebarAdvanced(): DefaultTheme.SidebarItem[] {
text: 'Strings',
link: 'strings'
},
{
text: 'Collections',
link: 'collections'
},
{
text: 'Helpers',
link: 'helpers'
Expand All @@ -312,6 +316,10 @@ function sidebarAdvanced(): DefaultTheme.SidebarItem[] {
{
text: 'Pluralization',
link: 'pluralization'
},
{
text: 'Telemetry',
link: 'telemetry'
}
]
}
Expand Down
Loading