From 1808025e30c44f36134ec2e5609443d9bfab65c8 Mon Sep 17 00:00:00 2001 From: raon0211 Date: Mon, 8 Jul 2024 21:37:52 +0900 Subject: [PATCH] docs: Add docs of unzip to the sidebar --- docs/.vitepress/en.mts | 1 + docs/.vitepress/ko.mts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/en.mts b/docs/.vitepress/en.mts index d31c2734..c87629c2 100644 --- a/docs/.vitepress/en.mts +++ b/docs/.vitepress/en.mts @@ -81,6 +81,7 @@ function sidebar(): DefaultTheme.Sidebar { { text: 'uniq', link: '/reference/array/uniq' }, { text: 'uniqBy', link: '/reference/array/uniqBy' }, { text: 'uniqWith', link: '/reference/array/uniqWith' }, + { text: 'unzip', link: '/reference/array/unzip' }, { text: 'unzipWith', link: '/reference/array/unzipWith' }, { text: 'without', link: '/reference/array/without' }, { text: 'xor', link: '/reference/array/xor' }, diff --git a/docs/.vitepress/ko.mts b/docs/.vitepress/ko.mts index c2c3e2e2..bba9b4a6 100644 --- a/docs/.vitepress/ko.mts +++ b/docs/.vitepress/ko.mts @@ -77,7 +77,8 @@ function sidebar(): DefaultTheme.Sidebar { { text: 'union', link: '/ko/reference/array/union' }, { text: 'unionBy', link: '/ko/reference/array/unionBy' }, { text: 'unionWith', link: '/ko/reference/array/unionWith' }, - { text: 'unzipWith', link: '/reference/array/unzipWith' }, + { text: 'unzip', link: '/ko/reference/array/unzip' }, + { text: 'unzipWith', link: '/ko/reference/array/unzipWith' }, { text: 'uniq', link: '/ko/reference/array/uniq' }, { text: 'uniqBy', link: '/ko/reference/array/uniqBy' }, { text: 'uniqWith', link: '/ko/reference/array/uniqWith' },