Quellcode durchsuchen

stackdriver: publish docs to v5.3 (not root)

Daniel Lee vor 7 Jahren
Ursprung
Commit
d405d8f255
2 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 4 2
      docs/sources/features/datasources/stackdriver.md
  2. 1 0
      docs/versions.json

+ 4 - 2
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
 

+ 1 - 0
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 },