Skip to content

Remove Dinosaur Docusaurus Logo #14

@bhouston

Description

@bhouston

Remove Dinosaur Docusaurus Logo

Description

We need to remove the default Docusaurus dinosaur logo from our documentation site. For the time being, we'll operate without a logo until a custom one is ready.

Tasks

  • Remove the logo property from the navbar configuration in docusaurus.config.ts
  • Update the favicon and social card images if necessary (optional for this PR)
  • Test the site to ensure it displays correctly without the logo

Implementation Details

The logo is currently defined in docusaurus.config.ts at lines 87-90:

logo: {
  alt: 'MyCoder Logo',
  src: 'img/logo.svg',
},

This should be removed from the configuration while keeping the navbar title.

Additional Context

The logo files are located in the static/img/ directory:

  • logo.svg - The main dinosaur logo used in the navbar
  • favicon.ico - The site favicon
  • docusaurus-social-card.jpg - The social media card image

We can leave these files in place for now as they won't be referenced after the configuration change.

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