diff --git a/docs/VERSION b/docs/VERSION index 227cea21564..edb49bc725f 100644 --- a/docs/VERSION +++ b/docs/VERSION @@ -1 +1 @@ -2.0.0 +2.0.0-beta diff --git a/docs/sources/guides/whats-new-in-v2.md b/docs/sources/guides/whats-new-in-v2.md index e7054e89cbd..f511e29fd42 100644 --- a/docs/sources/guides/whats-new-in-v2.md +++ b/docs/sources/guides/whats-new-in-v2.md @@ -21,6 +21,10 @@ that is provided by [Raintank](http://raintank.io) that allows you to publish da The same rules still apply, anyone with the link can view it. You can set an expiration time if you want the snapshot to be removed after a certain time period. +Dashboard snapshots are really useful when you want to share a whole dashboard or just a panel with an external client who do not +have access to your Grafana instance. Instead of taking a picture you can snapshot the current visible data +and share an interactive dashboard. It can also be used in combination with panel iframe embedding (mentioned below). + ## Panel time overrides & timeshift In Grafana v2.x you can now override the relative time range for individual panels. You can also add a @@ -44,7 +48,8 @@ upper right of a panel when overriden time range options. ## Panel IFrame embedding You can embed a single panel on another web page using the panel share dialog. Below you should see an iframe -with a graph panel (taken from dashoard snapshot at [snapshot.raintank.io](http://snapshot.raintank.io). +with a graph panel (taken from dashoard snapshot at [snapshot.raintank.io](http://snapshot.raintank.io). Try +hovering or zooming on the panel below!