It would be really useful to view docs for previously released versions. I don't think it's as simple as iterating through all tags and building the docs for each one. I think the react router routes would need to be modified.
I like the url pattern that redux-form and lodash follow. Those docs redirect to a url that includes the current version of their package. I'd like to aim for something like https://reactstrap.github.io/1.0.0/.
It would be really useful to view docs for previously released versions. I don't think it's as simple as iterating through all tags and building the docs for each one. I think the react router routes would need to be modified.
I like the url pattern that redux-form and lodash follow. Those docs redirect to a url that includes the current version of their package. I'd like to aim for something like
https://reactstrap.github.io/1.0.0/.