We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64aa900 + 2216420 commit 9bd2627Copy full SHA for 9bd2627
MainDemo.Wpf/Domain/MainWindowViewModel.cs
@@ -163,7 +163,7 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
163
{
164
DocumentationLink.WikiLink("Dialogs", "Dialogs"),
165
DocumentationLink.DemoPageLink<Dialogs>("Demo View"),
166
- DocumentationLink.DemoPageLink<DialogsViewModel>("Demo View Model"),
+ DocumentationLink.DemoPageLink<DialogsViewModel>("Demo View Model", "Domain"),
167
DocumentationLink.ApiLink<DialogHost>()
168
}),
169
new DemoItem("Drawer", new Drawers(),
0 commit comments