From d405d8f255ac2bd1f2a561a5491f8f5a778ebc23 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 26 Sep 2018 18:19:30 +0200 Subject: [PATCH] stackdriver: publish docs to v5.3 (not root) --- docs/sources/features/datasources/stackdriver.md | 6 ++++-- docs/versions.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/sources/features/datasources/stackdriver.md b/docs/sources/features/datasources/stackdriver.md index ef85de435c7..934e8ec2378 100644 --- a/docs/sources/features/datasources/stackdriver.md +++ b/docs/sources/features/datasources/stackdriver.md @@ -61,9 +61,11 @@ Click on the links above and click the `Enable` button: ![Choose role](/img/docs/v54/stackdriver_service_account_choose_role.png) 5. Click the Create button. A JSON key file will be created and downloaded to your computer. Store this file in a secure place as it allows access to your Stackdriver data. 6. Upload it to Grafana on the datasource Configuration page. You can either upload the file or paste in the contents of the file. - ![Choose role](/img/docs/v54/stackdriver_grafana_upload_key.png) + + ![Choose role](/img/docs/v54/stackdriver_grafana_upload_key.png) 7. The file contents will be encrypted and saved in the Grafana database. Don't forget to save after uploading the file! - ![Choose role](/img/docs/v54/stackdriver_grafana_key_uploaded.png) + + ![Choose role](/img/docs/v54/stackdriver_grafana_key_uploaded.png) ## Metric Query Editor diff --git a/docs/versions.json b/docs/versions.json index caefbe198d6..34e9c2150e1 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,4 +1,5 @@ [ + { "version": "v5.3", "path": "/v5.3", "archived": false, "current": false }, { "version": "v5.2", "path": "/", "archived": false, "current": true }, { "version": "v5.1", "path": "/v5.1", "archived": true }, { "version": "v5.0", "path": "/v5.0", "archived": true },