-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Document multiple versions of a project #217
Comments
Thanks! Nothing so far. Your approach seems reasonable. Checking out tagged releases and generating output in versioned subfolders, all the while injecting a common header switcher template seems doable rather easily in a few straightforward lines of POSIX shell. You're strongly encouraged to share your recipe afterwards! 😃 |
In our projects -- hosted on GitLab -- we solved this with using GitLab pages and Environments, see e.g. Currently we automatically generate a unique static documentation page (using |
Thanks for your answers! I ended up with the following setup:
|
Hi,
First of all: thanks for the great work!
I would like have CI/CD of the documentation of my projects in a private static website and I am looking for a way to navigate between the different versions of the projects. Something close to what readthedocs provides.
My first guess was to have the documentation built for each version in different subfolders and edit the mako templates to show this kind of dropdown bar with the list of available version.
Is there a more straightfoward /already available/recommended way to achieve this?
The text was updated successfully, but these errors were encountered: