From f16ad37db9df0e3f50a22e483581ad1a6ef9ce51 Mon Sep 17 00:00:00 2001 From: Anders Abel Date: Thu, 9 Nov 2023 11:10:20 +0100 Subject: [PATCH 1/3] Add children links to config & DCR --- IdentityServer/v6/docs/content/configuration/_index.md | 4 +++- IdentityServer/v6/docs/content/configuration/dcr/_index.md | 1 + IdentityServer/v7/docs/content/configuration/_index.md | 4 +++- IdentityServer/v7/docs/content/configuration/dcr/_index.md | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/IdentityServer/v6/docs/content/configuration/_index.md b/IdentityServer/v6/docs/content/configuration/_index.md index 4dfb05e6..debf2e8e 100644 --- a/IdentityServer/v6/docs/content/configuration/_index.md +++ b/IdentityServer/v6/docs/content/configuration/_index.md @@ -23,4 +23,6 @@ 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" >}}). + +{{%children style="h4" /%}} \ No newline at end of file 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..debf2e8e 100644 --- a/IdentityServer/v7/docs/content/configuration/_index.md +++ b/IdentityServer/v7/docs/content/configuration/_index.md @@ -23,4 +23,6 @@ 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" >}}). + +{{%children style="h4" /%}} \ No newline at end of file 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 From 3035ea8e6b85cfdf7098679954a228f373587642 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Mon, 13 Nov 2023 21:02:44 -0600 Subject: [PATCH 2/3] Inline link to DCR instead of TOC with 1 element. --- IdentityServer/v6/docs/content/configuration/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/IdentityServer/v6/docs/content/configuration/_index.md b/IdentityServer/v6/docs/content/configuration/_index.md index debf2e8e..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) @@ -24,5 +24,3 @@ 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" >}}). - -{{%children style="h4" /%}} \ No newline at end of file From f6de786fb37e9cb9dd5bbf0c8067d523c4fc8a0c Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Mon, 13 Nov 2023 21:04:56 -0600 Subject: [PATCH 3/3] Sync v6 and v7 version of configuration api --- IdentityServer/v7/docs/content/configuration/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/IdentityServer/v7/docs/content/configuration/_index.md b/IdentityServer/v7/docs/content/configuration/_index.md index debf2e8e..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) @@ -24,5 +24,3 @@ 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" >}}). - -{{%children style="h4" /%}} \ No newline at end of file