Hi.

On Fri Jan 19, 2018 at 14:00:06PM +0100, Edgar Fuß wrote:
> Is there a way to access documentation for non-current versions of Icinga2 
> online? I seem to remember this was possible in the past by replacing 
> "latest" in the URL with a version number, but that doesn't seem to work any 
> longer.
git clone https://github.com/Icinga/icinga2

The documentation is in doc/, the version are git tags (git tag -l)
and can be used "as usual" in git (e.g. git checkout tags/<tag>)

If you prefer it "online" use githubs mechanism for tags, e.g. for 2.6.2
(tagged as v2.6.2):

https://github.com/Icinga/icinga2/tree/v2.6.2/doc

So long,

Andreas.

-- 
"Things that try to look like things often do
 look more like things than things. Well-known fact."
Granny Weatherwax - "Wyrd sisters"

Attachment: signature.asc
Description: PGP signature

_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to