chore(misc): update Nx livestream branding (#7673)
This commit is contained in:
parent
f9d9e26882
commit
7020fe307e
@ -107,7 +107,7 @@ written in React, Node or Angular.
|
||||
|
||||
# Engage with the Core Team and the Community
|
||||
|
||||
- [Nx Office Hours Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's
|
||||
- [The Nx Show Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's
|
||||
a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc.
|
||||
- [Follow Nx on Twitter](https://twitter.com/NxDevTools)
|
||||
|
||||
|
||||
@ -487,7 +487,7 @@ export function AngularPage() {
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Tune into regular Nx Office Hours livestreams
|
||||
Tune into regular Nx Show livestreams
|
||||
</a>
|
||||
</li>
|
||||
<li className="mt-4">
|
||||
|
||||
@ -121,11 +121,11 @@ export function Community(props: CommunityProps) {
|
||||
</p>
|
||||
|
||||
<h2 className="text-xl sm:text-2xl lg:text-2xl leading-none font-bold text-gray-800 tracking-tight mb-4">
|
||||
Office Hours & Twitter
|
||||
Livestreams & Twitter
|
||||
</h2>
|
||||
<p className="sm:text-lg mb-6">
|
||||
Our live Nx Office Hours take place every second and fourth
|
||||
Monday, from 1:00 - 2:00 PM EST on the{' '}
|
||||
The Nx Show takes place every second and fourth Monday, from
|
||||
1:00 - 2:00 PM EST on the{' '}
|
||||
<a
|
||||
className="underline cursor-pointer"
|
||||
target="_blank"
|
||||
@ -134,7 +134,7 @@ export function Community(props: CommunityProps) {
|
||||
>
|
||||
Nrwl YouTube channel
|
||||
</a>
|
||||
. Info about upcoming Office Hours sessions is shared on the{' '}
|
||||
. Info about upcoming sessions is shared on the{' '}
|
||||
<a
|
||||
className="underline cursor-pointer"
|
||||
target="_blank"
|
||||
@ -151,7 +151,7 @@ export function Community(props: CommunityProps) {
|
||||
rel="noreferrer"
|
||||
href="https://www.youtube.com/watch?v=JS3m1wIwRBg&list=PLakNactNC1dH8LCp2mvx5lbO6maNrlBVN"
|
||||
>
|
||||
'Nx Office Hours' Youtube Playlist
|
||||
'Nx Show' Youtube Playlist
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
@ -160,13 +160,13 @@ export function Community(props: CommunityProps) {
|
||||
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 in Nx Office Hours, you can{' '}
|
||||
like to see covered during The Nx Show, you can{' '}
|
||||
<a
|
||||
className="underline cursor-pointer"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
aria-label="Nx Office Hours Questions and Suggestions Form"
|
||||
title="Nx Office Hours Questions and Suggestions Form"
|
||||
aria-label="Nx Show Questions and Suggestions Form"
|
||||
title="Nx Show Questions and Suggestions Form"
|
||||
href="https://forms.gle/ehzCjzcF1xxNaviC7"
|
||||
>
|
||||
submit them here
|
||||
|
||||
@ -569,7 +569,7 @@ export function Node() {
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Tune into regular Nx Office Hours livestreams
|
||||
Tune into regular Nx Show livestreams
|
||||
</a>
|
||||
</li>
|
||||
<li className="mt-4">
|
||||
|
||||
@ -535,7 +535,7 @@ export function ReactPage() {
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Tune into regular Nx Office Hours livestreams
|
||||
Tune into regular Nx Show livestreams
|
||||
</a>
|
||||
</li>
|
||||
<li className="mt-4">
|
||||
|
||||
@ -1549,11 +1549,11 @@ Utility to act on all files in a tree that are not ignored by git.
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :-------- | :------------------------------------------- |
|
||||
| `tree` | [`Tree`](../../angular/nx-devkit/index#tree) |
|
||||
| `dirPath` | `string` |
|
||||
| `visitor` | (`path`: `string`) => `void` |
|
||||
| Name | Type | Default value |
|
||||
| :-------- | :------------------------------------------- | :------------ |
|
||||
| `tree` | [`Tree`](../../angular/nx-devkit/index#tree) | `undefined` |
|
||||
| `dirPath` | `string` | `tree.root` |
|
||||
| `visitor` | (`path`: `string`) => `void` | `undefined` |
|
||||
|
||||
#### Returns
|
||||
|
||||
|
||||
@ -1549,11 +1549,11 @@ Utility to act on all files in a tree that are not ignored by git.
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :-------- | :---------------------------------------- |
|
||||
| `tree` | [`Tree`](../../node/nx-devkit/index#tree) |
|
||||
| `dirPath` | `string` |
|
||||
| `visitor` | (`path`: `string`) => `void` |
|
||||
| Name | Type | Default value |
|
||||
| :-------- | :---------------------------------------- | :------------ |
|
||||
| `tree` | [`Tree`](../../node/nx-devkit/index#tree) | `undefined` |
|
||||
| `dirPath` | `string` | `tree.root` |
|
||||
| `visitor` | (`path`: `string`) => `void` | `undefined` |
|
||||
|
||||
#### Returns
|
||||
|
||||
|
||||
@ -1549,11 +1549,11 @@ Utility to act on all files in a tree that are not ignored by git.
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :-------- | :----------------------------------------- |
|
||||
| `tree` | [`Tree`](../../react/nx-devkit/index#tree) |
|
||||
| `dirPath` | `string` |
|
||||
| `visitor` | (`path`: `string`) => `void` |
|
||||
| Name | Type | Default value |
|
||||
| :-------- | :----------------------------------------- | :------------ |
|
||||
| `tree` | [`Tree`](../../react/nx-devkit/index#tree) | `undefined` |
|
||||
| `dirPath` | `string` | `tree.root` |
|
||||
| `visitor` | (`path`: `string`) => `void` | `undefined` |
|
||||
|
||||
#### Returns
|
||||
|
||||
|
||||
@ -55,5 +55,5 @@ Even though Nx isn't technology specific, we provide 3 separate flavours of the
|
||||
|
||||
# Engage with the Core Team and the Community
|
||||
|
||||
- [Nx Office Hours Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc.
|
||||
- [The Nx Show Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc.
|
||||
- [Follow Nx on Twitter](https://twitter.com/NxDevTools)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user