-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Documentation for previous versions #1986
Comments
Agree |
@newoga We have to automate the generation of versions. I mean git gives us a great API to checkout different versions, Then we can bundle those versions in a sub directory and have react-route point to it entirely. something like:
|
@alitaheri Yeah makes sense. That's pretty much what angular-material does too. Here's the build script that seems like it does it: https://github.com/angular/material/blob/master/scripts/snapshot-docs-site.sh. They chose to put it in a separate repo I guess because it's generated and someone checking out src code may not want to pull all the generate docs with it. |
@newoga Interesting idea... I guess we have to talk to the guys about this. A separate repo makes a lot more sense. @oliviertassinari What do you think? |
Their solution seems pretty nice 👍. |
I also like the idea of building the doc of the HEAD like https://material.angularjs.org/HEAD/. |
@oliviertassinari That would solve a lot of our problems. 👍 👍 |
Hello,
We are using version 0.7.5, and since updating the library has breaking changes (such as css being inlined), we would like to stay with our working version. The problem is, that there is no documentation for older versions.
Omerts
The text was updated successfully, but these errors were encountered: