Skip to content

Commit

Permalink
[blog] Discord announcement blog (#38258)
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Bustos <92274722+richbustos@users.noreply.github.com>
Co-authored-by: Rich Bustos <richbustos@Kristies-MacBook-Pro.local>
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Co-authored-by: Flavien DELANGLE <flaviendelangle@gmail.com>
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
  • Loading branch information
6 people authored Aug 4, 2023
1 parent cddfa95 commit eeb0805
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/pages/blog/discord-announcement.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from 'react';
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
import { docs } from './discord-announcement.md?@mui/markdown';

export default function Page() {
return <TopLayoutBlog docs={docs} />;
}
56 changes: 56 additions & 0 deletions docs/pages/blog/discord-announcement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: 'MUI is now on Discord!'
description: Come join our community to engage in lively discussions, share your projects, and interact with the MUI team.
date: 2023-08-02T00:00:00.000Z
authors: ['richbustos']
tags: ['News']
card: true
---

<a href="https://mui.com/r/discord"><img src="/static/blog/2023-discord-announcement/discord.png" width="1280" height="640" style="margin-bottom: 16px;" alt="Discord banner with link" /></a>

This year, one of our highest priorities has been to create a central hub for the MUI community.
Up until now, our community has been scattered across discussions and interactions on [Twitter](https://twitter.com/MUI_hq), [LinkedIn](https://linkedin.com/company/mui), [GitHub](https://github.com/mui), and [Stack Overflow](https://stackoverflow.com/questions/tagged/material-ui).

That's why we've officially launched our [Discord Server](https://mui.com/r/discord/)—and we'd love for you to be a part of our community!

Come join to engage in lively discussions, share your projects, and interact with the MUI team as well as developers just like you from all around the world.

## Why you should join our Discord Server?

There are a plethora of reasons why you should join, but here are the three biggest benefits:

1. **Real-time communication with our community**:
As mentioned above, our communication with the community has often been slow and _scattered_ across too many different platforms.
Developers are frequently unsure whether to open an issue on Github, tweet at us, or send us an email when they have a question or want to share feedback.

_Discord provides real-time chat capabilities_, allowing you to communicate and collaborate with us and other developers, instantly.

What's a better way to get a real-time response from the MUI team and other users?!

2. **Community building**:
Discord is a great place for us to get together and chat!
For so long, there wasn't a way for us to get together.
We have big plans to set up events such as hack-a-thons, monthly office hours with our Developer Advocates, speaking events with MUI founders, and the list goes on.

3. **Networking and collaboration opportunities**:
We want this to be a safe place where you can join, have fun, and meet new people.
Someone is out there using this same tool as you.
We created two awesome channels to help you find work opportunities (and we can always create more—just let us know what you need)!
1. 🎨 │ Show-Off
- Show off your MUI projects! Get wild. Ask questions.
Or use this channel simply to boast. 😉
2. 📝 │ Freelance
- Looking for some help on completing your vision?
Use this channel to find work or market yourself for work.
There are thousands of developers, designers, and teams using MUI.
You're bound to find someone to help you complete your project.

## Chat with you soon

Overall, we're super excited to have you join our community.
Come show off your projects, introduce yourself in the **"👋 | new-members"** channel, or just ask general questions in the forums.

As always, we would love to hear from you.

**See you on our [Discord Server](https://mui.com/r/discord/)!**
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/src/modules/components/TopLayoutBlog.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ export const authors = {
avatar: 'https://avatars.githubusercontent.com/u/92228082',
github: 'prakhargupta1',
},
richbustos: {
name: 'Rich Bustos',
avatar: 'https://avatars.githubusercontent.com/u/92274722',
github: 'richbustos',
},
};

const classes = {
Expand Down

0 comments on commit eeb0805

Please sign in to comment.