diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index bec14f8a9dd..5d4ddbf8de6 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -34,7 +34,7 @@ pages: - ['installation/migrating_to2.md', 'Installation', 'Migrating from v1.x to v2.x'] - ['guides/gettingstarted.md', 'User Guides', 'Getting started'] -- ['guides/changes_in_v2.md', 'User Guides', 'Changes and New Features in v2.0'] +- ['guides/whats-new-in-v2.md', 'User Guides', "What's New in Grafana v2.0"] - ['guides/screencasts.md', 'User Guides', 'Screencasts'] - ['reference/graph.md', 'Reference', 'Graph Panel'] diff --git a/docs/sources/guides/changes_in_v2.md b/docs/sources/guides/whats-new-in-v2.md similarity index 94% rename from docs/sources/guides/changes_in_v2.md rename to docs/sources/guides/whats-new-in-v2.md index 4bab6314991..76701de0a34 100644 --- a/docs/sources/guides/changes_in_v2.md +++ b/docs/sources/guides/whats-new-in-v2.md @@ -1,14 +1,13 @@ --- -page_title: Changes and new features in Grafana v2.0 +page_title: Whats New in Grafana v2.0 page_description: Changes and new features in Grafana v2.0 page_keywords: grafana, changes, features, documentation --- -# Changes and new features in v2.0 +# What's New in Grafana v2.0 This is a guide that descriptes some of changes and new features that can be found in Grafana v2.0. - ## New dashboard top header @@ -19,14 +18,7 @@ This is a guide that descriptes some of changes and new features that can be fou 4. Star/unstar current dashboard 5. Share current dashboard (Make sure the dashboard is saved before) 6. Save current dashboard -7. Settings dropdown - - Dashboard settings - - Annotations - - Templating - - Export (exports current dashboard to json file) - - View JSON (view current dashboard json model) - - Save As... (Copy & Save current dashboard under a new name) - - Delete dashboard +7. Settings dropdown (dashboard settings, annotations, templating, etc) > **Note** In Grafana v2.0 when you change the title of a dashboard and then save it it will no > longer create a new dashboard. It will just change the name for the current dashboard.