Skip to content

Commit 843e3fb

Browse files
Merge pull request #816 from DuendeSoftware/ka/identity-server-categories
Restructure IdentityServer documentation
2 parents 42bda01 + 02d659f commit 843e3fb

File tree

15 files changed

+23
-14
lines changed

15 files changed

+23
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ WebStorm has Grazie as a built-in spell checker and grammar checker, and support
5959

6060
* Always prefer linking internally over linking externally. For example, when you talk about data protection, prefer an internal link over a link to external sites.
6161
* When linking to external content, consider writing one or two sentences about the context and what the reader will learn on the linked page.
62-
* When linking other pages, use a path that starts at the content root, like `/identityserver/troubleshooting.md`. Use the `.md(x)` file extension - Starlight will update the link to the correct format on build.
62+
* When linking other pages, use a path that starts at the content root, like `/identityserver/troubleshooting/index.md`. Use the `.md(x)` file extension - Starlight will update the link to the correct format on build.
6363
* When linking to external resources, use the full URL using HTTPS.
6464
* You can link to header anchors using the `#` symbol, for example `[multiple authentication methods](/identityserver/ui/federation.md#multiple-authentication-methods-for-users)`.
6565
* Link relevant text. Prefer `learn more about [improving the sign-in experience]` over `click [here] to learn more`.

src/content/docs/identitymodel-oidcclient/advanced/dpop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Console.WriteLine(jwk);
4141
:::caution
4242
In a production scenario, you'll want to store this JWK in a secure location
4343
and use ASP.NET's [data protection](https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/) to further
44-
protect the JWK. See [our data protection guide](/identityserver/deployment#aspnet-core-data-protection) for more
44+
protect the JWK. See [our data protection guide](/identityserver/deployment/index.md#aspnet-core-data-protection) for more
4545
information.
4646
:::
4747

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
label: "ASP.NET Identity Integration"
2+
collapsed: true
3+
order: 9

src/content/docs/identityserver/aspnet-identity.md renamed to src/content/docs/identityserver/aspnet-identity/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ASP.NET Identity Integration
33
description: Guide to integrating ASP.NET Identity with IdentityServer for user management, including setup instructions and configuration options
44
sidebar:
5-
order: 9
5+
label: Overview
66
redirect_from:
77
- /identityserver/v5/aspnet_identity/
88
- /identityserver/v6/aspnet_identity/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
label: "Deployment"
2+
collapsed: true
3+
order: 10

src/content/docs/identityserver/deployment.md renamed to src/content/docs/identityserver/deployment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IdentityServer Deployment
33
description: Comprehensive guide covering key aspects of deploying IdentityServer including proxy configuration, data protection, data stores, caching, and health monitoring.
44
date: 2020-09-10T08:20:20+02:00
55
sidebar:
6-
label: Deployment
6+
label: Overview
77
order: 10
88
redirect_from:
99
- /dataprotection/

src/content/docs/identityserver/diagnostics/data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The diagnostics data contains the following information:
3838
* Registered non-default implementations of Duende IdentityServer extension points
3939
* Extension point type, implementation type, assembly name and version
4040
* [`IdentityServerOptions`](/identityserver/reference/options.md) configuration
41-
* [Data Protection](/identityserver/deployment.md#aspnet-core-data-protection) configuration
41+
* [Data Protection](/identityserver/deployment/index.md#aspnet-core-data-protection) configuration
4242
* `ApplicationDiscriminator`, `XmlEncryptor` and `XmlRepository`
4343
* Basic server information
4444
* Host name

src/content/docs/identityserver/fundamentals/key-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ example, if you implement the `ISigningKeyStore` to store your keys in Azure Key
123123
Vault, you could safely disabled `DataProtectKeys`, relying on Azure Key Vault
124124
to encrypt your signing keys at rest.
125125

126-
See the [deployment](/identityserver/deployment) section for more information
126+
See the [deployment](/identityserver/deployment/index.md) section for more information
127127
about setting up data protection.
128128

129129
### Manage Multiple Keys

src/content/docs/identityserver/fundamentals/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the security protocol (OpenID Connect and OAuth).
2222

2323
:::note
2424
While you can use any custom user database or identity management library for your users, we
25-
provide [integration support](/identityserver/aspnet-identity/) for ASP.NET Identity.
25+
provide [integration support](/identityserver/aspnet-identity/index.md) for ASP.NET Identity.
2626
:::
2727

2828
## Authorization Endpoint And Login Page Workflow

src/content/docs/identityserver/overview/packaging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@ The **Duende IdentityServer with ASP.NET Core Identity** template integrates wit
239239
provide you with an instance of Duende IdentityServer that has a user store powered by the Microsoft
240240
library.
241241

242-
[Please read our ASP.NET Identity documentation](/identityserver/aspnet-identity/), to learn more about this integration.
242+
[Please read our ASP.NET Identity documentation](/identityserver/aspnet-identity/index.md), to learn more about this integration.
243243

0 commit comments

Comments
 (0)