docs: added versions file

This commit is contained in:
Torkel Ödegaard 2018-01-30 13:27:55 +01:00
parent f8faa7dbba
commit b4aa92e7ff
2 changed files with 9 additions and 0 deletions

View File

@ -9,5 +9,6 @@ FROM grafana/docs-base:latest
COPY config.toml /site COPY config.toml /site
COPY awsconfig /site COPY awsconfig /site
COPY versions.json /site/static/js
VOLUME ["/site/content"] VOLUME ["/site/content"]

8
docs/versions.json Normal file
View File

@ -0,0 +1,8 @@
[
{ "version": "v4.6", "path": "/", "archived": false, "current": true },
{ "version": "v4.5", "path": "/v4.5", "archived": true },
{ "version": "v4.4", "path": "/v4.4", "archived": true },
{ "version": "v4.3", "path": "/v4.3", "archived": true },
{ "version": "v4.1", "path": "/v4.1", "archived": true },
{ "version": "v3.1", "path": "/v3.1", "archived": true }
]