Have you read the Contributing Guidelines on issues?
Prerequisites
Description
Looks like there is a bug with how docusaurus renders alternate texts placed in titles.
But if you have a title with an image and alias:
##  Run the Application
The title is duplicated in the sidebar.
This unfortunate because images should have alternate text (alt text) for accessibility.
Reproducible demo
No response
Steps to reproduce
- Create a title with an svg or image
- Provide alt text in the image
- Look at the side bar
Expected behavior
Alt text shouldn't appear in the side bar.
Actual behavior

Your environment
- Public source code:
- Public site URL:
- Docusaurus version used:
- Environment name and version (e.g. Chrome 89, Node.js 16.4):
- Operating system and version (e.g. Ubuntu 20.04.2 LTS):
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
Looks like there is a bug with how docusaurus renders alternate texts placed in titles.
But if you have a title with an image and alias:
##  Run the ApplicationThe title is duplicated in the sidebar.
This unfortunate because images should have alternate text (alt text) for accessibility.
Reproducible demo
No response
Steps to reproduce
Expected behavior
Alt text shouldn't appear in the side bar.
Actual behavior
Your environment
Self-service