You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we just have the documentation for the most recent release on the gh-pages branch.
But it has come up that some people may want to point to specific versions of the documentation. So what we can do is, on our gh-pages branch, put a top-level HTML page that lists the versions and links to their documentation, then, subdirectories for each version, with their documentation.
Then, as part of a new release, instead of completely overwriting the gh-pages branch, the process would be to just add a directory for the new version, and add a link to it at the top level.
The text was updated successfully, but these errors were encountered:
Currently we just have the documentation for the most recent release on the gh-pages branch.
But it has come up that some people may want to point to specific versions of the documentation. So what we can do is, on our gh-pages branch, put a top-level HTML page that lists the versions and links to their documentation, then, subdirectories for each version, with their documentation.
Then, as part of a new release, instead of completely overwriting the gh-pages branch, the process would be to just add a directory for the new version, and add a link to it at the top level.
The text was updated successfully, but these errors were encountered: