Link up all pages in the app to the help docs
This commit is contained in:
parent
a5ed623770
commit
000c17d78b
|
|
@ -873,7 +873,8 @@ class SidebarFooter extends StatelessWidget {
|
|||
url += '/basic-settings/#$subRoute';
|
||||
}
|
||||
} else {
|
||||
url += '/getting-started';
|
||||
final route = state.uiState.entityTypeRoute.plural;
|
||||
url += '/' + toSnakeCase(route).replaceAll('_', '-');
|
||||
}
|
||||
|
||||
launch(url);
|
||||
|
|
|
|||
Loading…
Reference in New Issue