mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-25 15:37:12 +00:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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">•</span>';
|
||||
|
||||
html += '<a href="https://discord.gg/PQcx7Teh8u" target="_blank">Discord</a>';
|
||||
html += '<span class="bull">•</span>';
|
||||
|
||||
html += '<a href="https://twitter.com/heyputer" target="_blank">X (Twitter)</a>';
|
||||
html += '<span class="bull">•</span>';
|
||||
|
||||
html += '<a href="https://github.com/HeyPuter" target="_blank">GitHub</a>';
|
||||
html += '<span class="bull">•</span>';
|
||||
|
||||
html += '<a href="https://www.reddit.com/r/puter/" target="_blank">Reddit</a>';
|
||||
html += '<span class="bull">•</span>';
|
||||
|
||||
html += '<a href="/llms.txt" class="skip-insta-load" target="_blank">llms.txt</a>';
|
||||
html += '</div>';
|
||||
html += '<p class="copyright-notice">© 2026 Puter Technologies Inc.</p>';
|
||||
|
||||
Reference in New Issue
Block a user