diff --git a/doc/Learn/Hosting/HostingOverview.md b/doc/Learn/Hosting/HostingOverview.md index 5c85ae759..51b971451 100644 --- a/doc/Learn/Hosting/HostingOverview.md +++ b/doc/Learn/Hosting/HostingOverview.md @@ -10,6 +10,8 @@ Hosting is provided as an Uno Feature. To enable `Hosting` support in your appli > [!IMPORTANT] > This walkthrough assumes you created your app using the Single Project template. If you used a different template, please refer to our [Migrating Projects to Single Project](xref:Uno.Development.MigratingToSingleProject) documentation. +[!include[getting-help](../includes/getting-help.md)] + ## Building a Hosted Application Initialization of the `IHost` instance is done from the generated App.cs file of your solution. It should be created as soon as the application is launched. The following snippet uses the `CreateBuilder()` extension method to instantiate an `IApplicationBuilder` from your `Application`. It is then possible to configure the associated `IHostBuilder` to register services or use the numerous extensions offered by this library. diff --git a/doc/Learn/Navigation/NavigationOverview.md b/doc/Learn/Navigation/NavigationOverview.md index eeacfeebb..44c841400 100644 --- a/doc/Learn/Navigation/NavigationOverview.md +++ b/doc/Learn/Navigation/NavigationOverview.md @@ -15,6 +15,8 @@ Navigation needs to encompass a range of UI concepts: * Displaying a `Popup` or `Flyout` * Prompt a `ContentDialog` or `MessageDialog` +[!include[getting-help](../includes/getting-help.md)] + ## Installation `Navigation` is provided as an Uno Feature. To enable `Navigation` support in your application, add `Navigation` to the `` property in the Class Library (.csproj) file. diff --git a/doc/Learn/includes/getting-help.md b/doc/Learn/includes/getting-help.md new file mode 100644 index 000000000..b0311d3bd --- /dev/null +++ b/doc/Learn/includes/getting-help.md @@ -0,0 +1,11 @@ +--- +uid: Uno.Extensions.GettingHelp +--- + + + +> [!TIP] +> Take a look at our [common issues list](xref:Uno.UI.CommonIssues) if you're having any troubles. +> +> If you are experiencing issues with Uno Platform, please visit our [GitHub Discussions](https://github.com/unoplatform/uno/discussions) or [Discord Server](https://www.platform.uno/discord) - where our engineering team and community will be able to help you. +>