Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

✅ Fixed configuration error for Docusaurus command #290

Open
wants to merge 1 commit into
base: harmony
Choose a base branch
from

Conversation

faizaniqbalLC
Copy link

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:
image

Docusaurus documentation for docusaurus.config.js :
Screenshot 2023-06-04 045703

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant