From 37b85620f28808824a535ff356b32209cfd7e0ba Mon Sep 17 00:00:00 2001 From: Vincent Kraus Date: Mon, 7 Aug 2023 12:16:10 +0200 Subject: [PATCH 1/2] fix: sidebar orphan --- src/sidebar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sidebar.js b/src/sidebar.js index c349ab965..124a673fc 100644 --- a/src/sidebar.js +++ b/src/sidebar.js @@ -424,6 +424,7 @@ module.exports = { "kratos/self-hosted/mfa", "kratos/guides/setting-up-cors", "kratos/self-hosted/account-activation-email-verification", + "self-hosted/kratos/configuration/oidc", "kratos/guides/setting-up-password-hashing-parameters", "kratos/guides/select-cipher-algorithm", "kratos/reference/configuration-editor", From 705dba46477330f80e203150148c02005fde2855 Mon Sep 17 00:00:00 2001 From: Vincent Kraus Date: Mon, 7 Aug 2023 12:17:56 +0200 Subject: [PATCH 2/2] fix: remove empty doc --- docs/hydra/self-hosted/tracing.mdx | 0 vercel.json | 5 +++++ 2 files changed, 5 insertions(+) delete mode 100644 docs/hydra/self-hosted/tracing.mdx diff --git a/docs/hydra/self-hosted/tracing.mdx b/docs/hydra/self-hosted/tracing.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/vercel.json b/vercel.json index a502369f1..4f34bea2f 100644 --- a/vercel.json +++ b/vercel.json @@ -1098,6 +1098,11 @@ "source": "/docs/cli", "destination": "/docs/guides/cli/installation", "permanent": false + }, + { + "source": "/docs/hydra/self-hosted/tracing", + "destination": "/docs/self-hosted/operations/tracing", + "permanent": false } ] }