meteor/docs

Cannot navigate back to new API docs from older API docs

brucejo75 opened this issue · 5 comments

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

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

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

Should be fixed for most branches now.

@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!

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