From e86a75f009446e2038d0130df58eaf489ce61fec Mon Sep 17 00:00:00 2001 From: gumusbey <98549582+sinirlibiber@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:35:29 +0300 Subject: [PATCH] docs: remove orphaned stub page general/faucet.mdx This page contains only a "## TODO" placeholder heading and is not linked from anywhere in the app. - src/pages/general/_meta.json already redirects the "Faucet" nav item to /tools/faucets via href. - The actual faucet content is served by src/pages/tools/faucets.mdx using the FaucetsContentWrapper component. Because the file still lives under src/pages, Next.js/Nextra serves it directly at /general/faucet, so anyone who reaches that URL sees a blank stub page instead of a 404 or the real content. Removing it cleans this up with no change to the working faucet page or navigation. --- src/pages/general/faucet.mdx | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/pages/general/faucet.mdx diff --git a/src/pages/general/faucet.mdx b/src/pages/general/faucet.mdx deleted file mode 100644 index dba2fbea..00000000 --- a/src/pages/general/faucet.mdx +++ /dev/null @@ -1,3 +0,0 @@ -# Faucets - -## TODO