Skip to content

Commit

Permalink
change the resources page into a community page and improve it
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Sep 28, 2023
1 parent e5edb52 commit 134f945
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 32 deletions.
75 changes: 45 additions & 30 deletions docsite/docs/resources.mdx → docsite/docs/community.mdx
Original file line number Diff line number Diff line change
@@ -1,52 +1,45 @@
import Image from "@site/src/components/Image";

# Resources

Need help? Have an idea or code you want to share? Looking to meet other
developers using `rnx-kit`?

You're in the right place!
# Community

The resources below are ways to reach us and the larger community. Plus, you'll
find videos, talks, streaming sessions and podcasts, all about the tools in this
project.

## Social
### Interact with us!

<p>
<Image src="/img/tw-logo.svg" alt="Twitter Logo" width="24px">
<a href="https://twitter.com/afoxman4">Adam Foxman (@afoxman4)</a>
</Image>
</p>

<p>
<Image src="/img/discord-logo.svg" alt="Discord Logo" width="24px">
<a href="http://discordapp.com/users/478687383198498855">
Adam Foxman (afoxman#4801)
</a>
<Image src="/img/github-logo.svg" alt="GitHub Logo" width="24px" invertable>
The primary way to interact with us is via the rnx-kit{" "}
<a href="https://github.com/microsoft/rnx-kit/issues">Issues</a>
{", "}
<a href="https://github.com/microsoft/rnx-kit/discussions">Discussions</a>
{", and "}
<a href="https://github.com/microsoft/rnx-kit/issues">Project Board</a>{" "}
sections.
</Image>
</p>

<p>
<Image src="/img/tw-logo.svg" alt="Twitter Logo" width="24px">
<a href="https://twitter.com/ReactNativeMSFT">
React Native at Microsoft (@ReactNativeMSFT)
</a>
If you want to keep up everything React Native at Microsoft, you can follow
our Twitter account{" "}
<a href="https://twitter.com/ReactNativeMSFT">@ReactNativeMSFT</a>
</Image>
</p>

## Community

<p>
<Image src="/img/github-logo.svg" alt="GitHub Logo" width="24px" invertable>
rnx-kit <a href="https://github.com/microsoft/rnx-kit/issues">Issues</a>
{", "}
<a href="https://github.com/microsoft/rnx-kit/discussions">Discussions</a>
{", and "}
<a href="https://github.com/microsoft/rnx-kit/issues">Project Board</a>
<Image src="/img/microsoft-logo.svg" alt="Microsoft Logo" width="24px">
You can also subscribe to the official{" "}
<a href="https://devblogs.microsoft.com/react-native/">
React Native at Microsoft devblog
</a>{" "}
to be in the loop with all the latest news.
</Image>
</p>

### Keep up with React Native

<p>
<Image src="/img/react-logo.svg" alt="React Native Logo" width="24px">
<a href="https://reactnative.dev/help">React Native Community</a>
Expand All @@ -59,7 +52,29 @@ project.
</Image>
</p>

## Videos
## Talks

### Videos

<iframe
src="https://www.youtube.com/embed/PYMMxfttOug"
title="Our Journey of Making React Native a Preferred Choice - Lorenzo Sciandra & Tommy Nguyen | RNEU 2023"
width="560"
height="315"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

<iframe
src="https://www.youtube.com/embed/zgAjZVcvsv8"
title="Changing React Native... from within! - Adam Foxman | React Native EU 2022"
width="560"
height="315"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

<iframe
src="https://www.youtube.com/embed/-6oCo7lTRTw"
Expand Down Expand Up @@ -91,7 +106,7 @@ project.
allowfullscreen
></iframe>

## Podcasts
### Podcasts

<iframe
src="https://player.simplecast.com/d07ef244-d829-491a-9bf2-aa681db7a8dd?dark=true"
Expand Down
4 changes: 2 additions & 2 deletions docsite/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ const config = {
},
{
type: "doc",
docId: "resources",
docId: "community",
position: "right",
label: "Resources",
label: "Community",
},
{
type: "doc",
Expand Down
1 change: 1 addition & 0 deletions docsite/static/img/microsoft-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 134f945

Please sign in to comment.