From 326e90af82ebf1394cb3f4dc599923fba4c84cb4 Mon Sep 17 00:00:00 2001
From: jelveh
Date: Sat, 22 Aug 2026 21:36:12 -0700
Subject: [PATCH] docs: remove Discord and Reddit links
Drops both links from the docs README (header row and Support list) and
from the footer generated on every built docs page.
---
src/docs/README.md | 6 ------
src/docs/build.js | 6 ------
2 files changed, 12 deletions(-)
diff --git a/src/docs/README.md b/src/docs/README.md
index 11a4aa05f..b2b588bbe 100644
--- a/src/docs/README.md
+++ b/src/docs/README.md
@@ -7,10 +7,6 @@
·
Puter.com
·
- Discord
- ·
- Reddit
- ·
X
@@ -49,9 +45,7 @@ npm run dev
Connect with the maintainers and community through these channels:
- Bug report or feature request? Please [open an issue](https://github.com/HeyPuter/docs/issues/new).
-- Discord: [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u)
- X (Twitter): [x.com/HeyPuter](https://x.com/HeyPuter)
-- Reddit: [reddit.com/r/puter/](https://www.reddit.com/r/puter/)
- Mastodon: [mastodon.social/@puter](https://mastodon.social/@puter)
- Security issues? [security@puter.com](mailto:security@puter.com)
- Email maintainers at [hi@puter.com](mailto:hi@puter.com)
diff --git a/src/docs/build.js b/src/docs/build.js
index 9c9dd2113..f560b46ee 100644
--- a/src/docs/build.js
+++ b/src/docs/build.js
@@ -493,18 +493,12 @@ function generateDocsHTML (filePath, rootDir, page, isIndex = false) {
html += 'hey@puter.com';
html += '•';
- html += 'Discord';
- html += '•';
-
html += 'X (Twitter)';
html += '•';
html += 'GitHub';
html += '•';
- html += 'Reddit';
- html += '•';
-
html += 'llms.txt';
html += '';
html += '© 2026 Puter Technologies Inc.
';