rook / rook.github.io

Apache License 2.0
25 stars 31 forks source link

allow setting custom release by index from config #70

Closed galexrt closed 5 years ago

galexrt commented 5 years ago

The new variable in _config.yaml introduced is named:

current_release_index

Example: v1.1, v1.0 and v0.9 is out, when setting the index to 1 this would cause the latest docs links to point to v1.0 instead of v1.1

Signed-off-by: Alexander Trost galexrt@googlemail.com