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(docusaurus-utils-validation): baseUrl + routeBasePath: allow empty string, normalized as "/" #8258

Merged
merged 6 commits into from
Dec 8, 2022

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    a4263d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c56a0c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    978170f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Merge branch 'main' into Djunnni/main

    # Conflicts:
    #	packages/docusaurus-utils-validation/src/__tests__/validationSchemas.test.ts
    slorber committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    8c065d3 View commit details
    Browse the repository at this point in the history
  2. normalize routeBasePath

    allow '' for baseUrl + routeBasePath
    slorber committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1eb9827 View commit details
    Browse the repository at this point in the history
  3. fix tests

    slorber committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    21a04ed View commit details
    Browse the repository at this point in the history