Docs/remove discord reddit links (#3628)
Maintain Release Merge PR / update-release-pr (push) Canceled after 0s
Notify HeyPuter / notify (push) Canceled after 0s
release-please / release-please (push) Canceled after 0s

* 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
This commit is contained in:
Nariman Jelveh
2026-08-22 22:14:56 -07:00
committed by GitHub
parent 8826a9fc51
commit 2c9e818e5f
2 changed files with 0 additions and 13 deletions
-7
View File
@@ -7,10 +7,6 @@
·
<a href="https://puter.com/?ref=github.com">Puter.com</a>
·
<a href="https://discord.com/invite/PQcx7Teh8u">Discord</a>
·
<a href="https://reddit.com/r/puter">Reddit</a>
·
<a href="https://twitter.com/HeyPuter">X</a>
</p>
@@ -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)
-6
View File
@@ -493,18 +493,12 @@ function generateDocsHTML (filePath, rootDir, page, isIndex = false) {
html += '<a href="mailto:hey@puter.com" target="_blank">hey@puter.com</a>';
html += '<span class="bull">&bull;</span>';
html += '<a href="https://discord.gg/PQcx7Teh8u" target="_blank">Discord</a>';
html += '<span class="bull">&bull;</span>';
html += '<a href="https://twitter.com/heyputer" target="_blank">X (Twitter)</a>';
html += '<span class="bull">&bull;</span>';
html += '<a href="https://github.com/HeyPuter" target="_blank">GitHub</a>';
html += '<span class="bull">&bull;</span>';
html += '<a href="https://www.reddit.com/r/puter/" target="_blank">Reddit</a>';
html += '<span class="bull">&bull;</span>';
html += '<a href="/llms.txt" class="skip-insta-load" target="_blank">llms.txt</a>';
html += '</div>';
html += '<p class="copyright-notice">&copy; 2026 Puter Technologies Inc.</p>';