I’ve encountered a few issues with the official documentation since the recent updates, and I wanted to ask if you're aware of them and if there are any plans to fix them.
Here are some of the things I found troublesome:
The table of contents doesn’t match the order of the content, which feels a bit confusing. Was this intentional?
In some cases, the order of Data First and Data Last is switched (e.g., omit).
Some examples for Date First and Data Last are incorrect (e.g., startsWith, endsWith).
There are a few typos in the examples (e.g. stringToPath).
After searching, I can't select an item by pressing Enter; I have to click it to navigate.
Related features are placed far apart due to alphabetical sorting, which makes it harder to find them together.
It might be helpful to show which version each function was added in, although I know this might be tricky.
I’ve noticed other smaller issues too, and it seems like these things are building up over time. It might be good to start addressing them little by little. Do you have any plans to improve the documentation?
I’ve encountered a few issues with the official documentation since the recent updates, and I wanted to ask if you're aware of them and if there are any plans to fix them.
Here are some of the things I found troublesome:
omit
).startsWith
,endsWith
).stringToPath
).I’ve noticed other smaller issues too, and it seems like these things are building up over time. It might be good to start addressing them little by little. Do you have any plans to improve the documentation?
Thanks!