Skip to content

docs: remove orphaned stub page general/faucet.mdx - #644

Open
sinirlibiber wants to merge 1 commit into
inkonchain:mainfrom
sinirlibiber:docs/remove-orphaned-faucet-stub
Open

docs: remove orphaned stub page general/faucet.mdx#644
sinirlibiber wants to merge 1 commit into
inkonchain:mainfrom
sinirlibiber:docs/remove-orphaned-faucet-stub

Conversation

@sinirlibiber

Copy link
Copy Markdown

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.

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.
@sinirlibiber
sinirlibiber requested a review from a team as a code owner August 21, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant