From c428866f2e3617be6fc5066cab007086e5691b0a Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Thu, 31 Oct 2024 22:15:27 +0800 Subject: [PATCH] docs: update docs --- docs/.vitepress/items/string.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/items/string.ts b/docs/.vitepress/items/string.ts index 0ba3e18..663af39 100644 --- a/docs/.vitepress/items/string.ts +++ b/docs/.vitepress/items/string.ts @@ -3,6 +3,7 @@ export const stringItems = [ { text: 'camelize', link: '/string/camelize' }, { text: 'kebabCase', link: '/string/kebab-case' }, { text: 'pascalCase', link: '/string/pascal-case' }, - { text: 'capitalizeFirstLetter', link: '/string/capitalize-first-letter' }, + { text: 'upperFirst', link: '/string/upper-first' }, + { text: 'lowerFirst', link: '/string/lower-first' }, { text: 'slash', link: '/string/slash' }, ]