question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version selector missing

See original GitHub issue

I’ve found a bug and checked that …

  • … the problem doesn’t occur with the default MkDocs template
  • … the problem is not in any of my customizations (CSS, JS, template)
  • … the documentation does not mention anything about my problem
  • … there are no open or closed issues that are related to my problem

Description

Hi there. I’m following https://github.com/squidfunk/mkdocs-material-example-versioning and it seems that I can’t create the version selector like stated in the doc.

image

Expected behavior

There should be a version selector.

Actual behavior

There is none.

Steps to reproduce the bug

pip install mike
git clone https://github.com/squidfunk/mkdocs-material-example-versioning.git`
cd mkdocs-material-example-versioning
mike deploy --update-aliases 0.1 latest
mike set-default latest
mike deploy --update-aliases 0.2 latest
mike serve
# or
mkdocs serve

Package versions

  • Python: 3.9.1
  • MkDocs: 1.1.2
  • Material: 6.2.8

Project configuration

# Project information
site_name: My Docs
site_url: https://squidfunk.github.io/mkdocs-material-example-versioning/
site_author: Martin Donath

# Repository
repo_name: squidfunk/mkdocs-material-example-versioning
repo_url: https://github.com/squidfunk/mkdocs-material-example-versioning
edit_uri: ""

# Configuration
theme:
  name: material

# Customization
extra:
  version:
    method: mike

System information

  • OS: Windows 10

  • Browser: Chrome

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
squidfunkcommented, Feb 25, 2021

Thanks for checking. Indeed. The path to versions.json seems corrupt:

GET https://squidfunk.github.io/versions.json 404

I’ll investigate.

1reaction
jonasbirkelofcommented, Oct 28, 2022

Well, you were right sir! 😃 Tried another browser and it worked fine. I don’t have any issue then. 😃 Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Teststand version selector missing - NI Community
The version selector would error out, so I cleaned up all versions, and removed version selector manually. Now I am completely screwed, I...
Read more >
Missing UE4 options in drop down menu - World Creation
Once at that location, select UE4Editor.exe and it should associate those .uproject files with that version of the engine.
Read more >
Version Selector Not Found - Mendix Forum
Have you checked if Version Selector is really missing, or if Mendix is just unable to find it? By default, it would be...
Read more >
Input Selector was missing from Windows 10 Taskbar
There is supposed to be an input selector on the far-right of the taskbar, but it was missing. I searched forums and found...
Read more >
LabVIEW 2021 missing from profile version selector - LAVA
That's correct. Moreover, there is no versioning for NXG, and users of LabVIEW version 6 and under are apparently not qualifying either...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found