Have you read the Contributing Guidelines on issues?
Prerequisites
Description
We upgraded our docusaurus version yesterday from 3.8.1 to 3.9.0 which caused a downtime of our documentation page. It appears that whatever path you specify as your baseUrl, will be replicated as folder structure in the /build path.
Reproducible demo
No response
Steps to reproduce
- Use version 3.9.0
- Change your builtPath to /whatever/Random/Path
- run
docusaurus build
- Your files will be created under /build/whatever/Random/Path/*
Expected behavior
Expect that a minor change does not lead to breaking changes.
Actual behavior
Minor version change broke our documentation. We expect that the docusaurus build is not changed in an incompatible way, or if it is it should be stated clearly in the CHANGELOG/RELEASELOG.
Your environment
- Public source code: NA
- Public site URL: NA
- Docusaurus version used: 3.9.0
- Environment name and version (e.g. Chrome 89, Node.js 16.4): NA, also replicable locally
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
We upgraded our docusaurus version yesterday from 3.8.1 to 3.9.0 which caused a downtime of our documentation page. It appears that whatever path you specify as your baseUrl, will be replicated as folder structure in the /build path.
Reproducible demo
No response
Steps to reproduce
docusaurus buildExpected behavior
Expect that a minor change does not lead to breaking changes.
Actual behavior
Minor version change broke our documentation. We expect that the
docusaurus buildis not changed in an incompatible way, or if it is it should be stated clearly in the CHANGELOG/RELEASELOG.Your environment
Self-service