Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): throw error for invalid URL in config file #8159

Merged
merged 3 commits into from Oct 2, 2022

Commits on Oct 1, 2022

  1. fix: throw error for invalid URL in Docusaurus config file

    * Also add unit test to check error is thrown
    forgeRW committed Oct 1, 2022
    Copy the full SHA
    c671d7c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. fix: perform error check for invalid URL to configValidation.ts

    * Throw error for invalid URL in Docusaurus config file
    * Perform error check in configValidation.ts
    * Undo error check in createSitemap.ts
    forgeRW committed Oct 2, 2022
    Copy the full SHA
    5acc0b8 View commit details
    Browse the repository at this point in the history
  2. Better message

    Josh-Cena committed Oct 2, 2022
    Copy the full SHA
    c017e26 View commit details
    Browse the repository at this point in the history