diff --git a/IdentityServer/v6/docs/content/configuration/_index.md b/IdentityServer/v6/docs/content/configuration/_index.md index 4dfb05e6..60000998 100644 --- a/IdentityServer/v6/docs/content/configuration/_index.md +++ b/IdentityServer/v6/docs/content/configuration/_index.md @@ -12,8 +12,8 @@ hosted either separately or within the IdentityServer implementation, and is distributed through the separate [Duende.IdentityServer.Configuration nuget package](https://www.nuget.org/packages/Duende.IdentityServer.Configuration). -In this initial release, the Configuration API supports the Dynamic Client -Registration protocol. +In this initial release, the Configuration API supports the [Dynamic Client +Registration]({{< ref "dcr" >}}) protocol. The Configuration API is part of the [IdentityServer](https://duendesoftware.com/products/identityserver) @@ -23,4 +23,4 @@ and [special offers](https://duendesoftware.com/specialoffers) apply. The Configuration API's source code is available [on github](https://github.com/DuendeSoftware/IdentityServer/tree/main/src/Configuration). -Samples of the Configuration API are available [here]({{< ref "/samples/configuration" >}}). \ No newline at end of file +Samples of the Configuration API are available [here]({{< ref "/samples/configuration" >}}). diff --git a/IdentityServer/v6/docs/content/configuration/dcr/_index.md b/IdentityServer/v6/docs/content/configuration/dcr/_index.md index 3983b353..6d29044e 100644 --- a/IdentityServer/v6/docs/content/configuration/dcr/_index.md +++ b/IdentityServer/v6/docs/content/configuration/dcr/_index.md @@ -14,3 +14,4 @@ response describing the new client, if the request is authorized and valid. DCR eliminates the need for a manual registration process, making it more efficient and less time-consuming to register new clients. +{{%children style="h4" /%}} \ No newline at end of file diff --git a/IdentityServer/v7/docs/content/configuration/_index.md b/IdentityServer/v7/docs/content/configuration/_index.md index 4dfb05e6..60000998 100644 --- a/IdentityServer/v7/docs/content/configuration/_index.md +++ b/IdentityServer/v7/docs/content/configuration/_index.md @@ -12,8 +12,8 @@ hosted either separately or within the IdentityServer implementation, and is distributed through the separate [Duende.IdentityServer.Configuration nuget package](https://www.nuget.org/packages/Duende.IdentityServer.Configuration). -In this initial release, the Configuration API supports the Dynamic Client -Registration protocol. +In this initial release, the Configuration API supports the [Dynamic Client +Registration]({{< ref "dcr" >}}) protocol. The Configuration API is part of the [IdentityServer](https://duendesoftware.com/products/identityserver) @@ -23,4 +23,4 @@ and [special offers](https://duendesoftware.com/specialoffers) apply. The Configuration API's source code is available [on github](https://github.com/DuendeSoftware/IdentityServer/tree/main/src/Configuration). -Samples of the Configuration API are available [here]({{< ref "/samples/configuration" >}}). \ No newline at end of file +Samples of the Configuration API are available [here]({{< ref "/samples/configuration" >}}). diff --git a/IdentityServer/v7/docs/content/configuration/dcr/_index.md b/IdentityServer/v7/docs/content/configuration/dcr/_index.md index 3983b353..6d29044e 100644 --- a/IdentityServer/v7/docs/content/configuration/dcr/_index.md +++ b/IdentityServer/v7/docs/content/configuration/dcr/_index.md @@ -14,3 +14,4 @@ response describing the new client, if the request is authorized and valid. DCR eliminates the need for a manual registration process, making it more efficient and less time-consuming to register new clients. +{{%children style="h4" /%}} \ No newline at end of file