toss / es-toolkit

A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
https://es-toolkit.slash.page
Other
6.25k stars 263 forks source link

chore(docs): sort sidebar items #454

Closed dayongkr closed 2 weeks ago

dayongkr commented 2 weeks ago

Description

Screenshot 2024-08-31 at 2 43 59 PM

Currently, es-toolkit docs aren't sorted, I think that it makes some confusions.

So I fixed that it will sort in build time.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-toolkit 🛑 Canceled (Inspect) Aug 31, 2024 5:50am
codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.77%. Comparing base (14ae504) to head (a012c66).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/toss/es-toolkit/pull/454/graphs/tree.svg?width=650&height=150&src=pr&token=8N5S3AR3C7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=toss)](https://app.codecov.io/gh/toss/es-toolkit/pull/454?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=toss) ```diff @@ Coverage Diff @@ ## main #454 +/- ## ======================================= Coverage 99.77% 99.77% ======================================= Files 168 168 Lines 1348 1348 Branches 360 360 ======================================= Hits 1345 1345 Misses 2 2 Partials 1 1 ```
raon0211 commented 2 weeks ago

Thanks for your contribution.

Maintaining docs is a burden right now, I think we should automate the document generation in the long run...

dayongkr commented 2 weeks ago

Thanks for your contribution.

Maintaining docs is a burden right now, I think we should automate the document generation in the long run...

I completely agree that we need automation. When I have some ideas, I'll share them.