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
I have read the console error message carefully (if applicable).
Description
When checking yarn start locally, everything works, I checked the links. yarn build throws errors
Provided that docusaurus.config.js has onBrokenLinks: 'throw'
If you remove this value, then everything is fine, but the condition that this value would be.
Environment name and version (e.g. Chrome 89, Node.js 16.4): 102 16+ node
Operating system and version (e.g. Ubuntu 20.04.2 LTS): Ubuntu
The text was updated successfully, but these errors were encountered:
Arhell
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
Jun 24, 2022
Hi! It's because in the latest version, we will not output slugs with duplicate last segment by default. See #5830. You can fix this by adding explicit slugs to those docs.
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
When checking
yarn start
locally, everything works, I checked the links.yarn build
throws errorsProvided that
docusaurus.config.js
hasonBrokenLinks: 'throw'
If you remove this value, then everything is fine, but the condition that this value would be.
Reproducible demo
kubevela/kubevela.github.io#771
Steps to reproduce
update https://github.com/kubevela/kubevela.io/pull/771/files
https://github.com/kubevela/kubevela.io/runs/7039961689?check_suite_focus=true
Expected behavior
There should be no errors if the links are not broken
Actual behavior
https://github.com/kubevela/kubevela.io/runs/7039961689?check_suite_focus=true
Your environment
The text was updated successfully, but these errors were encountered: