Link to old documentation
Hi, I know time goes on and versions too, but I think it would be useful If you store old docs somewhere in https://www.ember-bootstrap.com/number-of-version-here to make easier maintain projects based on old version that we can't migrate to new at the moment. Thanks a lot for all your work :)
BTW: if there is already the old documentation somewhere please just post the link here and close the issue. Thanks again
Thank you for taking the time to open an issue!
For general questions please use the #e-bootstrap channel on the Ember Discord server.
For bug reports please include the following section in your issue details. If you include instructions on how to reproduce the bug or a failing test case it will make it easier for us to track down the issue you're having.
Output from ember bootstrap:info:
[Replace this line with the output.]
Yes, I agree that would be very useful. But currently we don't have this set up unfortunately.
No problem. If you have an old documentation snapshot (markdown or html or anything) I can host it somewhere then post here the link
Il giorno dom 11 ago 2019 alle 04:19 Simon Ihmig [email protected] ha scritto:
Yes, I agree that would be very useful. But currently we don't have this set up unfortunately.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kaliber5/ember-bootstrap/issues/869?email_source=notifications&email_token=AABC2KWXRB6NSSBQRBEECVDQD4WHVA5CNFSM4IKSMGM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4AVFOI#issuecomment-520180409, or mute the thread https://github.com/notifications/unsubscribe-auth/AABC2KV3UT72BAV6IKVNR3TQD4WHVANCNFSM4IKSMGMQ .
-- Stefano Valicchia - Giardiniere Informatico
Computers are like air conditioners, they stop working properly if you open Windows.
Hi @giano. I was having the same issue, being stuck on an older version of ember-bootstrap for now.
If you didn't figure this out already, you can check out the ember-bootstrap repository, switch to the gh-pages branch and then look through the history to find an entry where the CHANGELOG.md file contains the version you want to look at.
Check out that commit and then open index.html in the root directory in your browser.
In the image below you can see that I wanted to look at the 2.4.0 docs.
Thank you very much for this hint, I will download the according version when I'll be back at work. Is there all old documentation there (API, etc)? Thanks
Il giorno ven 16 ago 2019 alle 13:07 Jeff Cressman [email protected] ha scritto:
Hi @giano https://github.com/giano. I was having the same issue, being stuck on an older version of ember-bootstrap for now.
If you didn't figure this out already, you can check out the ember-bootstrap repository, switch to the gh-pages branch and then look through the history to find an entry where the CHANGELOG.md file contains the version you want to look at.
Check out that commit and then open index.html in the root directory in your browser.
In the image below you can see that I wanted to look at the 2.4.0 docs.
[image: Screen Shot 2019-08-16 at 3 31 46 pm] https://user-images.githubusercontent.com/28325/63146873-9b24e280-c03b-11e9-8d84-6d39ac10f162.png
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/kaliber5/ember-bootstrap/issues/869?email_source=notifications&email_token=AABC2KRYIBLWRWIOGQFIL63QEY72HA5CNFSM4IKSMGM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4NYFSI#issuecomment-521896649, or mute the thread https://github.com/notifications/unsubscribe-auth/AABC2KX6V4IR5KZYJNTAT5DQEY72HANCNFSM4IKSMGMQ .
-- Stefano Valicchia - Giardiniere Informatico
Computers are like air conditioners, they stop working properly if you open Windows.
Yeah @giano, it's the same as if you were looking at it on the current website. gh-pages is the branch used to build the docs website.