From 2ad5892e6d6e5fb61502dcd8b1fb194084f5b7a8 Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Tue, 26 Dec 2023 08:26:20 +0900 Subject: [PATCH] move troubleshooting page --- docs/malta.config.json | 4 ++-- docs/pages/{basics/help.md => guides/troubleshooting.md} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/pages/{basics/help.md => guides/troubleshooting.md} (100%) diff --git a/docs/malta.config.json b/docs/malta.config.json index 6d7f6c3b9..63a3a2910 100644 --- a/docs/malta.config.json +++ b/docs/malta.config.json @@ -24,8 +24,7 @@ "pages": [ ["Sessions", "/basics/sessions"], ["Users", "/basics/users"], - ["Configuration", "/basics/configuration"], - ["Troubleshooting", "/basics/help"] + ["Configuration", "/basics/configuration"] ] }, { @@ -35,6 +34,7 @@ ["Validate bearer tokens", "/guides/validate-bearer-tokens"], ["OAuth", "/guides/oauth"], ["Email and password", "/guides/email-and-password"], + ["Troubleshooting", "/guides/troubleshooting"], ["Passkeys", "/guides/passkeys"], ["Improving sessions", "/guides/improving-sessions"] ] diff --git a/docs/pages/basics/help.md b/docs/pages/guides/troubleshooting.md similarity index 100% rename from docs/pages/basics/help.md rename to docs/pages/guides/troubleshooting.md