From 7020fe307e0c86cff3b39d1a492ac468da0b9294 Mon Sep 17 00:00:00 2001
From: Brandon
Date: Tue, 9 Nov 2021 14:08:40 -0600
Subject: [PATCH] chore(misc): update Nx livestream branding (#7673)
---
README.md | 2 +-
nx-dev/nx-dev/pages/angular.tsx | 2 +-
nx-dev/nx-dev/pages/community.tsx | 16 ++++++++--------
nx-dev/nx-dev/pages/node.tsx | 2 +-
nx-dev/nx-dev/pages/react.tsx | 2 +-
.../latest/angular/api-nx-devkit/index.md | 10 +++++-----
.../latest/node/api-nx-devkit/index.md | 10 +++++-----
.../latest/react/api-nx-devkit/index.md | 10 +++++-----
scripts/readme-fragments/resources.md | 2 +-
9 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/README.md b/README.md
index 09d74caa24..11539b085e 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/nx-dev/nx-dev/pages/angular.tsx b/nx-dev/nx-dev/pages/angular.tsx
index 5ee6e37c95..aa2898cd83 100644
--- a/nx-dev/nx-dev/pages/angular.tsx
+++ b/nx-dev/nx-dev/pages/angular.tsx
@@ -487,7 +487,7 @@ export function AngularPage() {
target="_blank"
rel="noreferrer"
>
- Tune into regular Nx Office Hours livestreams
+ Tune into regular Nx Show livestreams
diff --git a/nx-dev/nx-dev/pages/community.tsx b/nx-dev/nx-dev/pages/community.tsx
index ccdce74cef..02fb8d7a6a 100644
--- a/nx-dev/nx-dev/pages/community.tsx
+++ b/nx-dev/nx-dev/pages/community.tsx
@@ -121,11 +121,11 @@ export function Community(props: CommunityProps) {
- Office Hours & Twitter
+ Livestreams & Twitter
- 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{' '}
Nrwl YouTube channel
- . Info about upcoming Office Hours sessions is shared on the{' '}
+ . Info about upcoming sessions is shared on the{' '}
- 'Nx Office Hours' Youtube Playlist
+ 'Nx Show' Youtube Playlist
.
@@ -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{' '}
submit them here
diff --git a/nx-dev/nx-dev/pages/node.tsx b/nx-dev/nx-dev/pages/node.tsx
index 1ee38bf4cc..0efbb68b88 100644
--- a/nx-dev/nx-dev/pages/node.tsx
+++ b/nx-dev/nx-dev/pages/node.tsx
@@ -569,7 +569,7 @@ export function Node() {
target="_blank"
rel="noreferrer"
>
- Tune into regular Nx Office Hours livestreams
+ Tune into regular Nx Show livestreams
diff --git a/nx-dev/nx-dev/pages/react.tsx b/nx-dev/nx-dev/pages/react.tsx
index 6f911526f8..0ee67e82da 100644
--- a/nx-dev/nx-dev/pages/react.tsx
+++ b/nx-dev/nx-dev/pages/react.tsx
@@ -535,7 +535,7 @@ export function ReactPage() {
target="_blank"
rel="noreferrer"
>
- Tune into regular Nx Office Hours livestreams
+ Tune into regular Nx Show livestreams
diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-devkit/index.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-devkit/index.md
index 366eee1bf1..8e17460646 100644
--- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-devkit/index.md
+++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-devkit/index.md
@@ -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
diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-devkit/index.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-devkit/index.md
index 2e895cedde..92ee903d8a 100644
--- a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-devkit/index.md
+++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-devkit/index.md
@@ -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
diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-devkit/index.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-devkit/index.md
index d7e5bcbd46..5453624c5e 100644
--- a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-devkit/index.md
+++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-devkit/index.md
@@ -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
diff --git a/scripts/readme-fragments/resources.md b/scripts/readme-fragments/resources.md
index df34f6ffa4..e210cab5ff 100644
--- a/scripts/readme-fragments/resources.md
+++ b/scripts/readme-fragments/resources.md
@@ -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)