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

Documentation for previous versions #1986

Closed
omerts opened this issue Oct 25, 2015 · 9 comments
Closed

Documentation for previous versions #1986

omerts opened this issue Oct 25, 2015 · 9 comments
Labels
docs Improvements or additions to the documentation

Comments

@omerts
Copy link
Contributor

omerts commented Oct 25, 2015

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

@Shachar16290
Copy link

Agree

@alitaheri
Copy link
Member

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

material-ui.com/0.13.4/

@newoga
Copy link
Contributor

newoga commented Dec 27, 2015

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

@alitaheri
Copy link
Member

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

@oliviertassinari
Copy link
Member

That's pretty much what angular-material does too.

Their solution seems pretty nice 👍.

@oliviertassinari
Copy link
Member

I also like the idea of building the doc of the HEAD like https://material.angularjs.org/HEAD/.

@alitaheri
Copy link
Member

@oliviertassinari That would solve a lot of our problems. 👍 👍

@avinashgardas
Copy link

@avinashgardas
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests

6 participants