소스 검색

Fix docs mistakes

Denis K 8 년 전
부모
커밋
c3988b5538
1개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 7
      docs/config_file.rst

+ 2 - 7
docs/config_file.rst

@@ -37,11 +37,6 @@ You can allow your users to change admin panel color scheme. This option will ad
             'color': '#47bac1', # color of the theme's button in user menu
             'title': 'Default' # theme title
         },
-        {
-            'theme': 'violet',
-            'color': '#a464c4',
-            'title': 'Violet'
-        },
         {
             'theme': 'green',
             'color': '#44b78b',
@@ -141,7 +136,7 @@ your own dashboard with custom modules and pre-installed layout.
 
 .. code:: python
 
-    JET_INDEX_DASHBOARD = 'jet.dashboard.DefaultIndexDashboard'
+    JET_INDEX_DASHBOARD = 'jet.dashboard.dashboard.DefaultIndexDashboard'
 
 JET_APP_INDEX_DASHBOARD
 -----------------------
@@ -150,5 +145,5 @@ Same as **JET_INDEX_DASHBOARD**, but for application pages
 
 .. code:: python
 
-    JET_APP_INDEX_DASHBOARD = 'jet.dashboard.DefaultAppIndexDashboard'
+    JET_APP_INDEX_DASHBOARD = 'jet.dashboard.dashboard.DefaultAppIndexDashboard'