@@ -120,7 +120,7 @@ private static IEnumerable<DemoItem> GenerateDemoItems(ISnackbarMessageQueue sna
120
120
DocumentationLink . WikiLink ( "Custom-Palette-Hues" , "Custom Palettes" ) ,
121
121
DocumentationLink . WikiLink ( "Swatches-and-Recommended-Colors" , "Swatches" ) ,
122
122
DocumentationLink . DemoPageLink < PaletteSelector > ( "Demo View" ) ,
123
- DocumentationLink . DemoPageLink < PaletteSelectorViewModel > ( "Demo View Model" ) ,
123
+ DocumentationLink . DemoPageLink < PaletteSelectorViewModel > ( "Demo View Model" , "Domain" ) ,
124
124
DocumentationLink . ApiLink < PaletteHelper > ( )
125
125
} ) ;
126
126
@@ -133,7 +133,7 @@ private static IEnumerable<DemoItem> GenerateDemoItems(ISnackbarMessageQueue sna
133
133
DocumentationLink . WikiLink ( "Custom-Palette-Hues" , "Custom Palettes" ) ,
134
134
DocumentationLink . WikiLink ( "Swatches-and-Recommended-Colors" , "Swatches" ) ,
135
135
DocumentationLink . DemoPageLink < ColorTool > ( "Demo View" ) ,
136
- DocumentationLink . DemoPageLink < ColorToolViewModel > ( "Demo View Model" ) ,
136
+ DocumentationLink . DemoPageLink < ColorToolViewModel > ( "Demo View Model" , "Domain" ) ,
137
137
DocumentationLink . ApiLink < PaletteHelper > ( )
138
138
} ) ;
139
139
@@ -144,7 +144,7 @@ private static IEnumerable<DemoItem> GenerateDemoItems(ISnackbarMessageQueue sna
144
144
{
145
145
DocumentationLink . WikiLink ( "Button-Styles" , "Buttons" ) ,
146
146
DocumentationLink . DemoPageLink < Buttons > ( "Demo View" ) ,
147
- DocumentationLink . DemoPageLink < ButtonsViewModel > ( "Demo View Model" ) ,
147
+ DocumentationLink . DemoPageLink < ButtonsViewModel > ( "Demo View Model" , "Domain" ) ,
148
148
DocumentationLink . StyleLink ( "Button" ) ,
149
149
DocumentationLink . StyleLink ( "PopupBox" ) ,
150
150
DocumentationLink . ApiLink < PopupBox > ( )
@@ -255,7 +255,7 @@ private static IEnumerable<DemoItem> GenerateDemoItems(ISnackbarMessageQueue sna
255
255
new [ ]
256
256
{
257
257
DocumentationLink . DemoPageLink < IconPack > ( "Demo View" ) ,
258
- DocumentationLink . DemoPageLink < IconPackViewModel > ( "Demo View Model" ) ,
258
+ DocumentationLink . DemoPageLink < IconPackViewModel > ( "Demo View Model" , "Domain" ) ,
259
259
DocumentationLink . ApiLink < PackIcon > ( )
260
260
} ,
261
261
new IconPackViewModel ( snackbarMessageQueue ) )
@@ -300,7 +300,7 @@ private static IEnumerable<DemoItem> GenerateDemoItems(ISnackbarMessageQueue sna
300
300
new [ ]
301
301
{
302
302
DocumentationLink . DemoPageLink < Trees > ( "Demo View" ) ,
303
- DocumentationLink . DemoPageLink < TreesViewModel > ( "Demo View Model" ) ,
303
+ DocumentationLink . DemoPageLink < TreesViewModel > ( "Demo View Model" , "Domain" ) ,
304
304
DocumentationLink . StyleLink ( "TreeView" )
305
305
} ) ;
306
306
0 commit comments