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.
This commit is contained in:
jelveh
2026-08-22 21:36:12 -07:00
parent 8826a9fc51
commit 326e90af82
2 changed files with 0 additions and 12 deletions
-6
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,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)
-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>';