How to access old documentation in rendered form?
Opened this issue · 1 comments
lucc commented
I am helping with a project where they use vue-fomantic-ui v0.13. Is there a place where I can access the rendered docs for that version? Alternatively how can I render them locally from the git repo? I did not find instructions on this in the Readme.
Being accustomed to readthedocs.org I would have expected different versions of the docs to be accessible in rendered form from the main documentation web page. Is that possible for you?
nightswinger commented
Sorry, we do not publish documentation for older versions.
Instaed, you can view v0.12.0 locally by following instructions below.
git checkout v0.13.0
cd docs
yarn install
yarn dev