-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Contribution guidelines
- I've read the contribution guidelines and wholeheartedly agree
I've found a bug and checked that ...
- ... the problem doesn't occur with the
mkdocsorreadthedocsthemes - ... the problem persists when all overrides are removed, i.e.
custom_dir,extra_javascriptandextra_css - ... the documentation does not mention anything about my problem
- ... there are no open or closed issues that are related to my problem
Description
The following change breaks the version selector as the URL for versions.json now resolves within the version directory /v1.0.0/versions.json instead of the root of the host /versions.json.
Expected behaviour
The version selector should work as the versions.json should be retrieved from the root instead of the version-specific path.
Actual behaviour
The version selector does not work as the attempt to retrieve the versions.json file fails.
Steps to reproduce
- mike deploy v1.0.0
- mike deploy v2.0.0
- mike serve
Package versions
- Python: 3.9.6
- MkDocs: mkdocs, version 1.2.2
- Material: 7.2.3+insiders.2.13.0
Configuration
extra:
version:
provider: mikeSystem information
- Operating system: macOS Monterey Beta 4
- Browser: Safari
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open