docs icon indicating copy to clipboard operation
docs copied to clipboard

✅ Fixed configuration error for Docusaurus command

Open faizaniqbalLC opened this issue 2 years ago • 0 comments

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

faizaniqbalLC avatar Jun 04 '23 00:06 faizaniqbalLC