diff --git a/nx-dev/nx-dev/pages/community.tsx b/nx-dev/nx-dev/pages/community.tsx index 28102eca59..bb466e26c5 100644 --- a/nx-dev/nx-dev/pages/community.tsx +++ b/nx-dev/nx-dev/pages/community.tsx @@ -1,8 +1,14 @@ -import Image from 'next/image'; -import Link from 'next/link'; +import { + BeakerIcon, + ChatIcon, + ClipboardListIcon, + ShareIcon, +} from '@heroicons/react/solid'; +import { Footer, Header } from '@nrwl/nx-dev/ui-common'; +import { ConnectWithUs, PluginDirectory } from '@nrwl/nx-dev/ui-community'; import { NextSeo } from 'next-seo'; import { useRouter } from 'next/router'; -import { Footer, Header, PluginCard } from '@nrwl/nx-dev/ui-common'; +import CreateNxPlugin from '../../ui-community/src/lib/create-nx-plugin'; declare const fetch: any; @@ -55,256 +61,80 @@ export function Community(props: CommunityProps) {
- {/*Intro component*/} -
-
-
-

- It's always better when we're together. +
+
+
+

+ Nx has A strong and dynamic + community

-

- There are many ways you can connect with the open-source Nx - community. Below, you’ll find details about various connection - points. +

+ It's always better when we're together.

-

-
- {/*Community*/} -
-
-
-

- GitHub & Slack -

+
-

- At the Nx GitHub repo - , you can file issues or contribute code back to the project. -

-

- - Join the Nx Community Slack - {' '} - to meet a friendly community of Nx users. This is a perfect - place to ask clarifying questions or to talk through new ideas - that you want to try with Nx. There's also a channel dedicated - to sharing articles about Nx and most of the authors of - community plugins can be reached there. -

- -

- Livestreams & Twitter -

-

- The Nx Show takes place every second and fourth Monday, from - 1:00 - 2:00 PM EST on the{' '} - - Nrwl YouTube channel - - . Info about upcoming sessions is shared on the{' '} - - @NxDevTools - {' '} - Twitter account and the Nrwl+Nx Newsletter. You can find past - live-streams on the{' '} - - 'Nx Show' Youtube Playlist - - . -

- -

- In each session, members of the Nx core team answer your - questions, help get you up and running with Nx, and address - particular challenges. If you have a question or topic you’d - like to see covered during The Nx Show, you can{' '} - - submit them here - -

- -

- For the latest news about Nx,{' '} - - follow @NxDevTools on Twitter - - . -

- -

- We also have a newsletter -

-

- You can also{' '} - - subscribe to the Nx Newsletter - - : a monthly email digest from the Nx core team at Nrwl. - Subscribers receive news about Nx releases, posts about new Nx - features, details about new plugins, links to community - resources, and additional Nx content. -

- -
- community illustration -
- - - {/*How to plugin*/} -
-
-
-

- Community plugin -

-

- Core Nx plugins are created and maintained by the Nx team at - Nrwl and you can see all the available plugins when you run - the{' '} - - nx list - {' '} - command in your workspace. -

-

- The community plugins listed below are created and - maintained by members of the Nx community, will allow you to - use the full power of the workspace while using different - technologies! -

-
- - Check the community plugins right now! +
+
+ -

- How to Install -

-

- Each of the plugins listed below have a yarn and an npm icon. - Clicking on either of these copies the relevant command to - install the dependency for your project. -

-
-
-
-

- How to Create Your Own -

-

- Get started with building your own plugin! -

-