diff --git a/website/docs/sdk-reference/dotnet/_template.mdx b/website/docs/sdk-reference/dotnet/_template.mdx
index 6fc0172b..40a68d3d 100644
--- a/website/docs/sdk-reference/dotnet/_template.mdx
+++ b/website/docs/sdk-reference/dotnet/_template.mdx
@@ -36,11 +36,21 @@ export const getAdjustedToc = (platform) => {
}
};
+
[](https://github.com/configcat/.net-sdk/stargazers)
[](https://github.com/configcat/.net-sdk/actions/workflows/dotnet-sdk-ci.yml)
[](https://www.nuget.org/packages/ConfigCat.Client/)
[](https://sonarcloud.io/project/overview?id=net-sdk)
[](https://sonarcloud.io/dashboard?id=net-sdk)
+
+
+
+[](https://github.com/configcat/.net-sdk/stargazers)
+[](https://github.com/configcat/.net-sdk/actions/workflows/dotnet-sdk-ci.yml)
+[](https://www.nuget.org/packages/ConfigCat.Extensions.Hosting/)
+[](https://sonarcloud.io/project/overview?id=net-sdk)
+[](https://sonarcloud.io/dashboard?id=net-sdk)
+
@@ -63,7 +73,7 @@ export const getAdjustedToc = (platform) => {
- [MAUI](https://dotnet.microsoft.com/en-us/apps/maui)
- [Worker Services](https://learn.microsoft.com/en-us/dotnet/core/extensions/workers)
- Any other application built on [.NET Generic Host](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host) (`Microsoft.Extensions.Hosting`)
- or [.NET's standard dependency injection](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection/overview) (`Microsoft.Extensions.DependencyInjection`).
+ or [.NET's standard dependency injection](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection/overview) (`Microsoft.Extensions.DependencyInjection`).
:::
@@ -1585,7 +1595,7 @@ Then configure the client to use the `MyCustomOverrideDataSource` implementation
-The SDK automatically configures the clients to integrate with `Microsoft.Extensions.Logging`, the [the built-in logging framework](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging)
+The SDK automatically configures the registered clients to integrate with `Microsoft.Extensions.Logging`, the [built-in logging framework](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging)
of .NET Core/.NET 5+. Accordingly, you can set log levels using the standard configuration approach described [here](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging/overview#configure-logging).
E.g., via `appsettings.json`: