You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current preview image (social card) that appears when sharing links to our documentation in Discord and other platforms is the default Docusaurus promotional image. This image is not relevant to the current content of our website and should be removed or replaced.
Current Implementation
The image is configured in docusaurus.config.ts on line 103: image: 'img/docusaurus-social-card.jpg'
The image file is located at static/img/docusaurus-social-card.jpg
Proposed Solution
We have two options:
Remove the image reference from the configuration (though this may result in platforms choosing random content from the page as preview)
Replace it with a custom image that better represents MyCoder
Technical Details
This image is used for Open Graph metadata which provides rich previews when sharing links
If we create a custom image, it should maintain the 1200x675 pixel dimensions for optimal display
Acceptance Criteria
The default Docusaurus image no longer appears when sharing links
If replacing with a custom image, it should properly represent MyCoder
Preview works correctly in social platforms like Discord
Priority
Medium - This is a branding/visual issue, not a functional one
The text was updated successfully, but these errors were encountered:
Remove Default Docusaurus Preview Image
Description
The current preview image (social card) that appears when sharing links to our documentation in Discord and other platforms is the default Docusaurus promotional image. This image is not relevant to the current content of our website and should be removed or replaced.
Current Implementation
docusaurus.config.ts
on line 103:image: 'img/docusaurus-social-card.jpg'
static/img/docusaurus-social-card.jpg
Proposed Solution
We have two options:
Technical Details
Acceptance Criteria
Priority
Medium - This is a branding/visual issue, not a functional one
The text was updated successfully, but these errors were encountered: