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

When visiting the home page, we should redirect to the *latest* version #8

Closed
fivetanley opened this issue Mar 11, 2016 · 1 comment

Comments

@fivetanley
Copy link
Contributor

Right now, if you visit https://ember-api-docs.herokuapp.com, you get redirected to the earliest version available, which is currently 1.0.0.

dropdown showing 1.0.0

We want to get the last result here, instead of the first result: https://github.com/fivetanley/ember-api-docs/blob/dc6339c52490c4dc0134ec629315b33696c61318/app/routes/project.js#L9

In addition, the dropdown should display in descending order. Meaning that 2.0 should appear in the list before 1.9. That's located in this controller.

@Gaurav0
Copy link
Contributor

Gaurav0 commented Mar 29, 2016

Fixed by #27

@Gaurav0 Gaurav0 mentioned this issue Mar 29, 2016
Gaurav0 pushed a commit to Gaurav0/ember-api-docs that referenced this issue Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants