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
serve the site and see that the test-directory is not displayed.
Expected behavior
the test directory should be listed
Actual behavior
the test directory is not displayed
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
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
lebalz
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
Dec 8, 2024
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
The index page is not listed, when the folder only contains unlisted documents.
I'd expect that the
index.md
would be displayed as the category page.The issue happens only when the site is built and served in production.
Reproducible demo
https://codesandbox.io/p/devbox/old-bush-9jlkhj
Steps to reproduce
Expected behavior
the test directory should be listed
Actual behavior
the test directory is not displayed
Your environment
Self-service
The text was updated successfully, but these errors were encountered: