Skip to content

Commit 843a22f

Browse files
hperlclaude
andauthored
docs: migrate kratos debug docs to deployment structure (#2678)
The debug pages were autogenerated into both the OEL and OSS sidebars, so one deployment always hijacked the other's navigation (#2674). Move them to shared partials with OEL and OSS shells; OEL is canonical per the self-hosted exception. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 3bcb81c commit 843a22f

20 files changed

Lines changed: 345 additions & 187 deletions

docs/kratos/debug/csrf.mdx

Lines changed: 0 additions & 52 deletions
This file was deleted.

docs/kratos/debug/performance-out-of-memory-password-hashing-argon2.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/kratos/debug/troubleshooting.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

docs/kratos/guides/setting-up-password-hashing-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Head to [our blogpost](https://www.ory.com/choose-recommended-argon2-parameters-
2424
how this command and password checking in Ory Kratos works.
2525

2626
If you encounter any problems like timeouts or out-of-memory errors, consolidate our
27-
[troubleshooting guide](../debug/performance-out-of-memory-password-hashing-argon2.md).
27+
[troubleshooting guide](/docs/oel/kratos/debug/performance-out-of-memory-password-hashing-argon2).

docs/oel/kratos/debug/csrf.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: csrf
3+
title: CSRF troubleshooting
4+
---
5+
6+
<head>
7+
<link rel="canonical" href="https://www.ory.com/docs/oel/kratos/debug/csrf" />
8+
</head>
9+
10+
```mdx-code-block
11+
import MyPartial from "@site/src/components/Shared/kratos/debug/csrf.mdx"
12+
13+
<MyPartial />
14+
```
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: debug-docker-delve-ory-kratos
3+
title: Debugging Ory Kratos in Docker with Delve
4+
---
5+
6+
<head>
7+
<link rel="canonical" href="https://www.ory.com/docs/oel/kratos/debug/debug-docker-delve-ory-kratos" />
8+
</head>
9+
10+
```mdx-code-block
11+
import MyPartial from "@site/src/components/Shared/kratos/debug/debug-docker-delve-ory-kratos.mdx"
12+
13+
<MyPartial />
14+
```
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: performance-out-of-memory-password-hashing-argon2
3+
title: Performance problems and out of memory panics caused by password hashing
4+
---
5+
6+
<head>
7+
<link rel="canonical" href="https://www.ory.com/docs/oel/kratos/debug/performance-out-of-memory-password-hashing-argon2" />
8+
</head>
9+
10+
```mdx-code-block
11+
import MyPartial from "@site/src/components/Shared/kratos/debug/performance-out-of-memory-password-hashing-argon2.md"
12+
13+
<MyPartial />
14+
```
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: troubleshooting
3+
title: General troubleshooting
4+
---
5+
6+
<head>
7+
<link rel="canonical" href="https://www.ory.com/docs/oel/kratos/debug/troubleshooting" />
8+
</head>
9+
10+
```mdx-code-block
11+
import MyPartial from "@site/src/components/Shared/kratos/debug/troubleshooting.md"
12+
13+
<MyPartial />
14+
```

docs/oss/kratos/debug/csrf.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: csrf
3+
title: CSRF troubleshooting
4+
---
5+
6+
<head>
7+
<link rel="canonical" href="https://www.ory.com/docs/oel/kratos/debug/csrf" />
8+
</head>
9+
10+
```mdx-code-block
11+
import MyPartial from "@site/src/components/Shared/kratos/debug/csrf.mdx"
12+
13+
<MyPartial />
14+
```
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: debug-docker-delve-ory-kratos
3+
title: Debugging Ory Kratos in Docker with Delve
4+
---
5+
6+
<head>
7+
<link rel="canonical" href="https://www.ory.com/docs/oel/kratos/debug/debug-docker-delve-ory-kratos" />
8+
</head>
9+
10+
```mdx-code-block
11+
import MyPartial from "@site/src/components/Shared/kratos/debug/debug-docker-delve-ory-kratos.mdx"
12+
13+
<MyPartial />
14+
```

0 commit comments

Comments
 (0)