Skip to content

Remove default Docusaurus preview image #40

@bhouston

Description

@bhouston

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

  • 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:

  1. Remove the image reference from the configuration (though this may result in platforms choosing random content from the page as preview)
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions