import Popout from 'shared/components/popout.js' const HelpUs = ({ mdx = false, slug = '/' }) => (
Click here to learn how you can help us improve this page {mdx && (
Found a mistake?
You can{' '} edit this page on Github {' '} and help us improve our documentation.
)}
Does this look ok?
auto-generated banner

If it looks ok, great! But if not, please let me know about it. Either by{' '} reaching out on Discord {' '} or feel free to{' '} create an issue on Github .

Why do you ask?

I recently added a backend endpoint to auto-generate pretty (I hope) Open Graph images. They are those little preview images you see when you paste a link in Discord (for example).

This idea is that it will auto-generate an image, but I am certain there are some edge cases where that will not work. There are hundreds of pages on this website and checking them all one by one is not something I see myself doing. But since you are here on this page, perhaps you could see if the image above looks ok.

Thank you, I really appreciate your help with this.

) export default HelpUs