소스 검색

Updated whats new doc

Torkel Ödegaard 10 년 전
부모
커밋
0122a9ab18
2개의 변경된 파일4개의 추가작업 그리고 12개의 파일을 삭제
  1. 1 1
      docs/mkdocs.yml
  2. 3 11
      docs/sources/guides/whats-new-in-v2.md

+ 1 - 1
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']

+ 3 - 11
docs/sources/guides/changes_in_v2.md → 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
 
 <img class="no-shadow" src="/img/v2/v2_top_nav_annotated.png">
@@ -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.