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
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.
The text was updated successfully, but these errors were encountered:
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
logo
property from the navbar configuration indocusaurus.config.ts
Implementation Details
The logo is currently defined in
docusaurus.config.ts
at lines 87-90: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 imageWe can leave these files in place for now as they won't be referenced after the configuration change.
The text was updated successfully, but these errors were encountered: