Skip to content

Remove Dinosaur Docusaurus Logo #14

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

Closed
3 tasks
bhouston opened this issue Mar 7, 2025 · 0 comments · Fixed by #16 or #19
Closed
3 tasks

Remove Dinosaur Docusaurus Logo #14

bhouston opened this issue Mar 7, 2025 · 0 comments · Fixed by #16 or #19

Comments

@bhouston
Copy link
Member

bhouston commented Mar 7, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant