Browse Source

docs(testdata): some minor changes

bergquist 9 years ago
parent
commit
c73e86e557
1 changed files with 5 additions and 6 deletions
  1. 5 6
      docs/sources/features/datasources/testdata.md

+ 5 - 6
docs/sources/features/datasources/testdata.md

@@ -1,26 +1,25 @@
 +++
 +++
-title = "Testdata Panel"
+title = "Grafana TestData"
 keywords = ["grafana", "dashboard", "documentation", "panels", "testdata"]
 keywords = ["grafana", "dashboard", "documentation", "panels", "testdata"]
 type = "docs"
 type = "docs"
 [menu.docs]
 [menu.docs]
-name = "Test data"
+name = "Grafana TestData"
 parent = "datasources"
 parent = "datasources"
 weight = 2
 weight = 2
 +++
 +++
 
 
 
 
-# Test data Panel
+# Grafana TestData 
 
 
-    > NOTE: This panel is disable by default. 
+    > NOTE: This plugin is disable by default. 
 
 
-## Purpose
 The purpose of this data sources is to make it easier to create fake data for any panel. 
 The purpose of this data sources is to make it easier to create fake data for any panel. 
 Using `Grafana TestData` you can build your own time series and have any panel render it. 
 Using `Grafana TestData` you can build your own time series and have any panel render it. 
 This make is much easier to verify functionally since the data can be shared very 
 This make is much easier to verify functionally since the data can be shared very 
 
 
 ## Enable 
 ## Enable 
 
 
-`Grafana TestData` is not enabled by default. To enable it you have to go to `/plugins/testdata/edit` and click the enable button.
+`Grafana TestData` is not enabled by default. To enable it you have to go to `/plugins/testdata/edit` and click the enable button to enable it for each server.
 
 
 ## Create mock data.
 ## Create mock data.