From 9408a1c65e685524af4903ac7c37cbb545723544 Mon Sep 17 00:00:00 2001 From: Shai Ber Date: Sun, 16 Jul 2023 18:17:50 +0300 Subject: [PATCH] feat(docs): convert monada to wing cloud (#538) --- blog/2022-11-23-manifesto.md | 4 ++-- blog/authors.yml | 12 ++++++------ docusaurus.config.js | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/blog/2022-11-23-manifesto.md b/blog/2022-11-23-manifesto.md index d37807e8a..c4c0a9ba5 100644 --- a/blog/2022-11-23-manifesto.md +++ b/blog/2022-11-23-manifesto.md @@ -132,14 +132,14 @@ have been building tools for over a million years. And I am not happy with my tools. In March 2022, I joined forces with [Shai Ber], a good friend and a former -Microsoft colleague, and we founded [Monada] with the mission to ***unlock the +Microsoft colleague, and we founded [Wing Cloud] with the mission to ***unlock the cloud for developers***. We've assembled an incredible crew of beautiful geeks that share our passion for developer experience and open-source, and started our journey to empower developers (i.e. ourselves) to solve these fundamental problems. [Shai Ber]: https://www.linkedin.com/in/shai-ber-245b1226/ -[Monada]: https://monada.co/ +[Wing Cloud]: https://wing.cloud/ ### Compilers to the rescue diff --git a/blog/authors.yml b/blog/authors.yml index c486b7f45..d8cdc277a 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -1,19 +1,19 @@ eladb: name: Elad Ben-Israel - title: Co-Founder & CEO at Monada + title: Co-Founder & CEO at Wing Cloud url: https://github.com/eladb image_url: https://avatars.githubusercontent.com/u/598796?v=4 - email: eladb@monada.co + email: eladb@wing.cloud rybickic: name: Chris Rybicki - title: Software Engineer at Monada + title: Software Engineer at Wing Cloud url: https://github.com/Chriscbr image_url: https://avatars.githubusercontent.com/u/5008987?v=4 - email: chrisr@monada.co + email: chrisr@wing.cloud hasanaburayyan: name: Hasan Abu-Rayyan - title: Software Engineer at Monada + title: Software Engineer at Wing Cloud url: https://github.com/hasanaburayyan image_url: https://avatars.githubusercontent.com/u/45375125?v=4 - email: hasana@monada.co + email: hasana@wing.cloud diff --git a/docusaurus.config.js b/docusaurus.config.js index 700d00279..42c80bce2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -303,7 +303,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Monada, Inc. `, + copyright: `Copyright © ${new Date().getFullYear()} Wing Cloud, Inc. `, }, prism: { theme: lightCodeTheme,