-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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
logoproperty from the navbar configuration indocusaurus.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 navbarfavicon.ico- The site favicondocusaurus-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
Labels
No labels