Skip to content

Commit

Permalink
docs(ko-docs-sidebar): ko-object-sidebar get,set link fix (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
minchodang authored Jul 18, 2024
1 parent 0d2b252 commit a8f5e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/ko.mts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ function sidebar(): DefaultTheme.Sidebar {
{ text: 'omitBy', link: '/ko/reference/object/omitBy' },
{ text: 'pick', link: '/ko/reference/object/pick' },
{ text: 'pickBy', link: '/ko/reference/object/pickBy' },
{ text: 'get (호환성)', link: '/reference/compat/object/get' },
{ text: 'set (호환성)', link: '/reference/compat/object/set' },
{ text: 'get (호환성)', link: '/ko/reference/compat/object/get' },
{ text: 'set (호환성)', link: '/ko/reference/compat/object/set' },
],
},
{
Expand Down Expand Up @@ -189,7 +189,7 @@ function sidebar(): DefaultTheme.Sidebar {
{ text: 'startsWith (호환성)', link: '/ko/reference/compat/string/startsWith' },
{ text: 'endsWith (호환성)', link: '/ko/reference/compat/string/endsWith' },
],
}
},
],
},
];
Expand Down

0 comments on commit a8f5e67

Please sign in to comment.