Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 31, 2024
1 parent 6d48399 commit c428866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/items/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]

0 comments on commit c428866

Please sign in to comment.