-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(website): show parameter descriptions #8519
feat(website): show parameter descriptions #8519
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #8519 +/- ##
==========================================
- Coverage 89.37% 86.38% -3.00%
==========================================
Files 66 87 +21
Lines 7343 8418 +1075
Branches 899 1105 +206
==========================================
+ Hits 6563 7272 +709
- Misses 776 1103 +327
- Partials 4 43 +39
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Please describe the changes this PR makes and why it should be merged:
Previously param descriptions would always be "None" despite having descriptions in the source code.
Additionally. this PR tweaks the table resizing. The columns that show types now break in a more legible way, previously the types would be smashed into 1-2 character lines which would render them unreadable in small breakpoints. Tables also now scroll horizonally when the content within them cannot be shrank any farther.