Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document community meetup promotion #1590

Merged
merged 3 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/pages/community/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ export function Events({ events }) {

## Meetups

If you are interested in hosting a GraphQL meetup, The GraphQL Foundation is
happy to promote your GraphQL event through the
[official communication channels](/community/#official-channels).

Please contact us in the `#meetups-admin` channel on
[the community Discord channel](/community/#official-channels).

export function Meetups() {
useEffect(() => {
// Load only on client
Expand Down
6 changes: 6 additions & 0 deletions src/pages/community/foundation/contact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ For guidance using the GraphQL trademark and brand see our [brand guidelines](/b

For media inquiries, please reach out to [[email protected]](mailto:[email protected]).

## Meetup Promotion

If you are interested in hosting a GraphQL meetup, The GraphQL Foundation is happy to promote your GraphQL event through the [official communication channels](/community/#official-channels).

Please contact us in the `#meetups-admin` channel on [the community Discord channel](/community/#official-channels).

## Technical Issues

To report a technical issue with GraphQL, please use the [community channels](/community/).
Expand Down
17 changes: 17 additions & 0 deletions src/pages/community/resources/more-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ To explore other community-developed resources and content about GraphQL, take a
- [graphql-apis](https://github.com/APIs-guru/graphql-apis): A collective list of public GraphQL APIs.
- [GraphQL Screencasts](https://graphql.wtf): Learn something new with GraphQL, every week.

## Community Meetups

The GraphQL community unites at meetups, fostering a collaborative environment
where developers share insights and best practices.

These gatherings provide a valuable platform for enthusiasts to connect,
exchange ideas, and stay abreast of the latest developments in the ever-evolving
GraphQL ecosystem.

If you want to go on a GraphQL meetup you can check out the
[community events section](/community/upcoming-events/#meetups).

If you are interested in hosting a GraphQL meetup, The GraphQL Foundation is
happy to promote your GraphQL event through the official communication channels.
Please contact us in the `#meetups-admin` channel on
[the community Discord channel](/community/#official-channels).

## GraphQL Logo & Trademark

The GraphQL name and logo are registered trademarks, and are neutrally held by The Linux Foundation. You may use the GraphQL mark so long as you adhere to the [trademark policy](https://lfprojects.org/policies/trademark-policy/).
Expand Down
Loading