diff --git a/docs/sources/alerting/alerting.md b/docs/sources/alerting/alerting.md index 308c7881436..a5e374cfe8e 100644 --- a/docs/sources/alerting/alerting.md +++ b/docs/sources/alerting/alerting.md @@ -1,34 +1,19 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ++++ +title = "Configuring Alert Rules" +description = "Configuring Alert Rules" +keywords = ["grafana", "alerting", "guide", "rules"] +type = "docs" +[menu.docs] +name = "Alert Rules" +parent = "alerting" +weight = 1 ++++ + +# Alert Rules + +> Alerting is only available in Grafana v4.0 and above. + + +hk + + diff --git a/docs/sources/alerting/index.md b/docs/sources/alerting/index.md new file mode 100644 index 00000000000..1317048a499 --- /dev/null +++ b/docs/sources/alerting/index.md @@ -0,0 +1,9 @@ ++++ +title = "Alerting" +type = "docs" +[menu.docs] +identifier = "alerting" +parent = "features" +weight = 6 ++++ + diff --git a/docs/sources/alerting/notifications.md b/docs/sources/alerting/notifications.md new file mode 100644 index 00000000000..1c7b958be09 --- /dev/null +++ b/docs/sources/alerting/notifications.md @@ -0,0 +1,13 @@ ++++ +title = "Alerting Notifications" +description = "Alerting Notifications Guide" +keywords = ["grafana", "alerting", "guide", "notifications"] +type = "docs" +[menu.docs] +name = "Notifications" +parent = "alerting" +weight = 2 ++++ + +# Alerting Notifications + diff --git a/docs/sources/features/shortcuts.md b/docs/sources/features/shortcuts.md new file mode 100644 index 00000000000..2ee74a858c2 --- /dev/null +++ b/docs/sources/features/shortcuts.md @@ -0,0 +1,53 @@ ++++ +title = "Keyboard Shortcuts" +type = "docs" +[menu.docs] +parent = "features" +weight = 7 ++++ + +# Keyboard shortcuts + +{{< docs-imagebox img="/img/docs/v4/shortcuts.png" max-width="14rem" >}} + +Grafana v4 introduces a number of really powerful keyboard shortcuts. You can now focus a panel +by hovering over it with your mouse. With a panel focused you can simple hit `e` to toggle panel +edit mode, or `v` to toggle fullscreen mode. `p` `r` removes the panel. `p` `s` opens share +modal. + +Hit `?` on your keyboard to open the shortcuts help modal. + +### Global + +- `g` `h` Go to Home Dashboard +- `g` `p` Go to Profile +- `s` `o` Open search +- `s` `s` Open search with starred filter +- `s` `t` Open search in tags view +- `esc` Exit edit/setting views + +### Dashboard + +- `mod+s` Save dashboard +- `mod+h` Hide row controls +- `d` `r` Refresh all panels +- `d` `s` Dashboard settings +- `d` `v` Toggle in-active / view mode +- `d` `k` Toggle kiosk mode (hides top nav) +- `mod+o` Toggle shared graph crosshair + +### Focused Panel +- `e` Toggle panel edit view +- `v` Toggle panel fullscreen view +- `p` `s` Open Panel Share Modal +- `p` `r` Remove Panel + +### Focused Row +- `r` `c` Collapse Row +- `r` `r` Remove Row + +### Time Range +- `t` `z` Zoom out time range +- `t` Move time range back +- `t` Move time range forward + diff --git a/public/app/core/components/help/help.html b/public/app/core/components/help/help.html index c441a6b88f3..8482e9df7d1 100644 --- a/public/app/core/components/help/help.html +++ b/public/app/core/components/help/help.html @@ -20,7 +20,7 @@