meteor / docs

The Meteor API documentation.
https://docs.meteor.com/
186 stars 203 forks source link

Cannot navigate back to new API docs from older API docs #730

Closed brucejo75 closed 3 years ago

brucejo75 commented 3 years ago

Repro

  1. Choose dropdown on API docs home page to select a previous version. You can see all versions
  2. Go to a previous version, e.g. v1.4.

Result: The dropdown does not include any versions newer that v1.4. Expected: all versions to continue to be in the dropdown

StorytellerCZ commented 3 years ago

:thinking: I think we could solve this by updating the versions in configs of all the branches. I'll do that after dinner.

StorytellerCZ commented 3 years ago

Yep that fixed it. Will do that for the rest of the branches.

StorytellerCZ commented 3 years ago

Should be fixed for most branches now.

brucejo75 commented 3 years ago

@StorytellerCZ, looks like it is fixed for versions 1.9 and up (which is OK, I am supposing)

Issues: v1.9 is missing v1.10 but lists up to v2.3. Versions 1.10 & 1.11 act strangely. 1.10 tops out at1.11, if you press 1.11 it will send you to v2.3 1.11 tops out at 1.12, if you press 1.12 it will send you to v2.3 versions less than 1.9 top out at 1.8, click 1.8 and it will send you to v2.3.

Also noticed the guide has the same issue, doh!

StorytellerCZ commented 3 years ago

Yeah, I will be fixing these up occasionally as part of other issues.