Skip to content
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

html sidenav item not working #9569

Closed
6 of 7 tasks
meyermt opened this issue Nov 21, 2023 · 1 comment
Closed
6 of 7 tasks

html sidenav item not working #9569

meyermt opened this issue Nov 21, 2023 · 1 comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution closed: duplicate This issue or pull request already exists in another issue or pull request

Comments

@meyermt
Copy link

meyermt commented Nov 21, 2023

Have you read the Contributing Guidelines on issues?

Prerequisites

  • I'm using the latest version of Docusaurus.
  • I have tried the npm run clear or yarn clear command.
  • I have tried rm -rf node_modules yarn.lock package-lock.json and re-installing packages.
  • I have tried creating a repro with https://new.docusaurus.io.
  • I have read the console error message carefully (if applicable).

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

  1. Update sidebars.js to used the non auto-generated sidebar option, comment out the auto-generated option.
  2. Add an html sidebar item
  3. 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

  • I'd be willing to fix this bug myself.
@meyermt meyermt added bug An error in the Docusaurus core causing instability or issues with its execution status: needs triage This issue has not been triaged by maintainers labels Nov 21, 2023
@meyermt
Copy link
Author

meyermt commented Nov 21, 2023

Looks like this is resolved with #9531 , closing.

@meyermt meyermt closed this as completed Nov 21, 2023
@Josh-Cena Josh-Cena added closed: duplicate This issue or pull request already exists in another issue or pull request and removed status: needs triage This issue has not been triaged by maintainers labels Nov 22, 2023
@Josh-Cena Josh-Cena closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution closed: duplicate This issue or pull request already exists in another issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants