Have you read the Contributing Guidelines on issues?
Prerequisites
Description
Since migrating to Docusaurus v3, the html sidebar items in my project do not appear. Upon inspection I don't see any list item for them, either. From what I can tell, the spec for the item did not change in the new version. It can be reproduced from https://new.docusaurus.io as well (link attached).
Reproducible demo
https://stackblitz.com/edit/github-rha1jp?file=sidebars.js
Steps to reproduce
- Update sidebars.js to used the non auto-generated sidebar option, comment out the auto-generated option.
- Add an html sidebar item
- Run
Expected behavior
Expected html sidebar items to show up.
Actual behavior
Not seeing html sidebar items.
Your environment
- Docusaurus version used: 3.0.0
- Environment name and version (e.g. Chrome 89, Node.js 16.4): Chrome and Safari, Node.js 18.x
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
Since migrating to Docusaurus v3, the html sidebar items in my project do not appear. Upon inspection I don't see any list item for them, either. From what I can tell, the spec for the item did not change in the new version. It can be reproduced from https://new.docusaurus.io as well (link attached).
Reproducible demo
https://stackblitz.com/edit/github-rha1jp?file=sidebars.js
Steps to reproduce
Expected behavior
Expected html sidebar items to show up.
Actual behavior
Not seeing html sidebar items.
Your environment
Self-service