✅ Fixed configuration error for Docusaurus command
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 :