@@ -61,7 +61,7 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
61
61
new DemoItem ( "Pickers" , new Pickers { DataContext = new PickersViewModel ( ) } ,
62
62
new [ ]
63
63
{
64
- DocumentationLink . DemoPageLink < TextFields > ( ) ,
64
+ DocumentationLink . DemoPageLink < Pickers > ( ) ,
65
65
DocumentationLink . StyleLink ( "Clock" ) ,
66
66
DocumentationLink . StyleLink ( "DatePicker" ) ,
67
67
DocumentationLink . ApiLink < TimePicker > ( )
@@ -129,8 +129,8 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
129
129
new DemoItem ( "Grids" , new Grids { DataContext = new ListsAndGridsViewModel ( ) } ,
130
130
new [ ]
131
131
{
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" ) ,
134
134
DocumentationLink . StyleLink ( "DataGrid" )
135
135
} ) ,
136
136
new DemoItem ( "Expander" , new Expander ( ) ,
@@ -142,8 +142,8 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
142
142
new DemoItem ( "Group Boxes" , new GroupBoxes ( ) ,
143
143
new [ ]
144
144
{
145
- DocumentationLink . DemoPageLink < Cards > ( ) ,
146
- DocumentationLink . StyleLink ( "Card " )
145
+ DocumentationLink . DemoPageLink < GroupBoxes > ( ) ,
146
+ DocumentationLink . StyleLink ( "GroupBox " )
147
147
} ) ,
148
148
new DemoItem ( "Menus & Tool Bars" , new MenusAndToolBars ( ) ,
149
149
new [ ]
0 commit comments