-
Notifications
You must be signed in to change notification settings - Fork 32
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: update popular-topics/webhooks #62
base: main
Are you sure you want to change the base?
Conversation
I'm not sure if it's a limitation of docusaurus or it's just a skills issue, but it seems that wrapping list text with `` doesn't style it properly. |
Could you elaborate on what you mean by "list text"? I'm not sure I understand |
The line: - <DocsLink reference="disnake.Webhook.partial">Webhook.partial()</DocsLink> - Create a Webhook with an `id`, webhook
`token`, and optional `bot_token` Rather than showing the ` it should convert it to a codeblock around those words. |
Seems like this happens any time a list item starts with a tag (even just |
Turns out this is a MDX v1 issue, we'd have to update to the Docusaurus v3 alpha to use MDX v2: facebook/docusaurus#8945. I'm not sure if updating is viable for us right now (@abhigyantrips?), especially given that there's only the initial v3 alpha from two months ago. edit: as a workaround, |
Yeah, that's why we haven't updated to v3 yet. I've been looking at showcase sites though, it has been working well in prod. But yeah I used |
Remove a somehow randomly added "{' '}" on line 22 Reworded short descriptions for Webhook.from_url and .partial. Expanded on the usage of session within the note for the section that needed it.
I didn't like the way it looked, so I just axed it altogether and reworded the lines having that issue. |
Description
Add content to popular-topics/webhooks
Relevant Issues
Closes #61