From 2c9e818e5f0ab7d9619a0ca6605435e0269b3a91 Mon Sep 17 00:00:00 2001
From: Nariman Jelveh
Date: Sat, 22 Aug 2026 22:14:56 -0700
Subject: [PATCH] Docs/remove discord reddit links (#3628)
* 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.
* docs: remove Mastodon link
---
src/docs/README.md | 7 -------
src/docs/build.js | 6 ------
2 files changed, 13 deletions(-)
diff --git a/src/docs/README.md b/src/docs/README.md
index 11a4aa05f..478a726f6 100644
--- a/src/docs/README.md
+++ b/src/docs/README.md
@@ -7,10 +7,6 @@
·
Puter.com
·
- Discord
- ·
- Reddit
- ·
X
@@ -49,10 +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.
';