This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
✅ Fixed configuration error for Docusaurus command #290
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request fixes the configuration error that occurs when running a Docusaurus command. The error message indicates that the options "onBrokenLinks" and "onBrokenMarkdownLinks" must be set to one of the valid values: "ignore", "log", "warn", or "throw". Check out doc here Below error and documentations images added.
To resolve the issue, this pull request updates the Docusaurus configuration file (docusaurus.config.js) with the proper values for these options. The values have been set to "ignore" to prevent the error from occurring.
Please review and merge this pull request to fix the configuration error and enable smooth execution of Docusaurus commands.
Thank you!
Encountered Error:
Docusaurus documentation for docusaurus.config.js :