From dce6fed75d8afbc36ed0f0279d67c3c3a3b7cc09 Mon Sep 17 00:00:00 2001 From: Claudio W Date: Wed, 12 Mar 2025 11:01:26 +0000 Subject: [PATCH 1/2] Add DigitalOcean to thanks section of README Fixes #7546 Add DigitalOcean to the thanks section of the README. * Add a note in the `README.md` file to thank DigitalOcean for generously providing Node.js with credits as part of their open source program. * Add a note in the `apps/site/README.md` file to thank DigitalOcean for generously providing Node.js with credits as part of their open source program. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nodejs/nodejs.org/issues/7546?shareId=XXXX-XXXX-XXXX-XXXX). --- README.md | 1 + apps/site/README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 154ef3a32e853..572b6f53a0bd7 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ These are maintained in different repositories and we urge users to open **issue - Thanks to [Sentry](https://sentry.io/welcome/) for providing an open source license for their error reporting, monitoring and diagnostic tools. - Thanks to [Crowdin](https://crowdin.com/) for providing a platform that allows us to localize the Node.js Website and collaborate with translators. - Thanks to [Orama](https://docs.oramasearch.com/) for providing a search platform that indexes our expansive content and provides lightning-fast results for our users. +- Thanks to [DigitalOcean](https://www.digitalocean.com/) for generously providing Node.js with credits as part of their open source program. [code of conduct]: https://github.com/nodejs/admin/blob/main/CODE_OF_CONDUCT.md [contribution guidelines]: https://github.com/nodejs/nodejs.org/blob/main/CONTRIBUTING.md diff --git a/apps/site/README.md b/apps/site/README.md index 49dcc7a74dcae..08d5ba9c3da97 100644 --- a/apps/site/README.md +++ b/apps/site/README.md @@ -1 +1,13 @@ # Node.js website + +## Thanks + +- Thanks to all contributors and collaborators that make this project possible. +- Thanks to [Chromatic](https://www.chromatic.com/) for providing the visual testing platform that helps us review UI changes and catch visual regressions. +- Thanks to [Vercel](https://www.vercel.com/) for providing the infrastructure that serves and powers the Node.js Website +- Thanks to [Cloudflare](https://cloudflare.com) for providing the infrastructure that serves Node.js's Website, Node.js's CDN and more. + - A really warm thank you to Cloudflare as we would not be able to serve our community without their immense support. +- Thanks to [Sentry](https://sentry.io/welcome/) for providing an open source license for their error reporting, monitoring and diagnostic tools. +- Thanks to [Crowdin](https://crowdin.com/) for providing a platform that allows us to localize the Node.js Website and collaborate with translators. +- Thanks to [Orama](https://docs.oramasearch.com/) for providing a search platform that indexes our expansive content and provides lightning-fast results for our users. +- Thanks to [DigitalOcean](https://www.digitalocean.com/) for generously providing Node.js with credits as part of their open source program. From 29920e01ce66e12264e666ea3ca73c4814d8b31d Mon Sep 17 00:00:00 2001 From: Claudio W Date: Wed, 12 Mar 2025 11:02:59 +0000 Subject: [PATCH 2/2] --- apps/site/README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 apps/site/README.md diff --git a/apps/site/README.md b/apps/site/README.md deleted file mode 100644 index 08d5ba9c3da97..0000000000000 --- a/apps/site/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Node.js website - -## Thanks - -- Thanks to all contributors and collaborators that make this project possible. -- Thanks to [Chromatic](https://www.chromatic.com/) for providing the visual testing platform that helps us review UI changes and catch visual regressions. -- Thanks to [Vercel](https://www.vercel.com/) for providing the infrastructure that serves and powers the Node.js Website -- Thanks to [Cloudflare](https://cloudflare.com) for providing the infrastructure that serves Node.js's Website, Node.js's CDN and more. - - A really warm thank you to Cloudflare as we would not be able to serve our community without their immense support. -- Thanks to [Sentry](https://sentry.io/welcome/) for providing an open source license for their error reporting, monitoring and diagnostic tools. -- Thanks to [Crowdin](https://crowdin.com/) for providing a platform that allows us to localize the Node.js Website and collaborate with translators. -- Thanks to [Orama](https://docs.oramasearch.com/) for providing a search platform that indexes our expansive content and provides lightning-fast results for our users. -- Thanks to [DigitalOcean](https://www.digitalocean.com/) for generously providing Node.js with credits as part of their open source program.