-
-
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): render @defaultValue
blocks
#8527
feat(website): render @defaultValue
blocks
#8527
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #8527 +/- ##
============================================
- Coverage 100.00% 86.45% -13.55%
============================================
Files 40 87 +47
Lines 3797 8462 +4665
Branches 560 1105 +545
============================================
+ Hits 3797 7316 +3519
- Misses 0 1103 +1103
- Partials 0 43 +43
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 |
Shouldn't it show something like |
Yes, if you build the relevant packages before running the website locally it should use the updated api.json. |
*/ | ||
authPrefix: 'Bot' | 'Bearer'; | ||
/** | ||
* The cdn path | ||
* | ||
* @default 'https://cdn.discordapp.com' | ||
* @defaultValue 'https://cdn.discordapp.com' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot to put the quotes
Please describe the changes this PR makes and why it should be merged:
Members with
@defaultValue
tags will show their default value in the docs.