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.
';