@@ -61,7 +61,7 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
6161 new DemoItem ( "Pickers" , new Pickers { DataContext = new PickersViewModel ( ) } ,
6262 new [ ]
6363 {
64- DocumentationLink . DemoPageLink < TextFields > ( ) ,
64+ DocumentationLink . DemoPageLink < Pickers > ( ) ,
6565 DocumentationLink . StyleLink ( "Clock" ) ,
6666 DocumentationLink . StyleLink ( "DatePicker" ) ,
6767 DocumentationLink . ApiLink < TimePicker > ( )
@@ -129,8 +129,8 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
129129 new DemoItem ( "Grids" , new Grids { DataContext = new ListsAndGridsViewModel ( ) } ,
130130 new [ ]
131131 {
132- DocumentationLink . DemoPageLink < Lists > ( "Demo View" ) ,
133- DocumentationLink . DemoPageLink < ListsAndGridsViewModel > ( "Demo View Model" ) ,
132+ DocumentationLink . DemoPageLink < Grids > ( "Demo View" ) ,
133+ DocumentationLink . DemoPageLink < ListsAndGridsViewModel > ( "Demo View Model" , "Domain" ) ,
134134 DocumentationLink . StyleLink ( "DataGrid" )
135135 } ) ,
136136 new DemoItem ( "Expander" , new Expander ( ) ,
@@ -142,8 +142,8 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
142142 new DemoItem ( "Group Boxes" , new GroupBoxes ( ) ,
143143 new [ ]
144144 {
145- DocumentationLink . DemoPageLink < Cards > ( ) ,
146- DocumentationLink . StyleLink ( "Card " )
145+ DocumentationLink . DemoPageLink < GroupBoxes > ( ) ,
146+ DocumentationLink . StyleLink ( "GroupBox " )
147147 } ) ,
148148 new DemoItem ( "Menus & Tool Bars" , new MenusAndToolBars ( ) ,
149149 new [ ]
0 commit comments