From 4a5345363b74da515519bec31f262401d4134a48 Mon Sep 17 00:00:00 2001 From: Vivek Date: Thu, 22 Apr 2021 09:36:00 -0400 Subject: [PATCH] docs(misc): update READMEs to have alt on tags (#5306) --- CONTRIBUTING.md | 2 +- README.md | 12 ++++++------ docs/angular/examples/react-and-angular.md | 2 ++ docs/shared/using-builders.md | 2 +- packages/angular/README.md | 2 +- packages/gatsby/README.md | 4 ++-- packages/next/README.md | 4 ++-- packages/react/README.md | 4 ++-- packages/workspace/src/generators/preset/preset.ts | 2 ++ scripts/readme-fragments/resources.md | 6 +++--- 10 files changed, 22 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2597b8ea1e9ef..d1cdd5e151d7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ We would love for you to contribute to Nx! Read this document to see how to do i Watch this 5-minute video: -

+

Nx - How to contribute

## Got a Question? diff --git a/README.md b/README.md index f642c630341de..3c14bf52ccfe3 100644 --- a/README.md +++ b/README.md @@ -103,12 +103,12 @@ You are good to go! -

Angular

+

Angular
Nx - Quick Start Video for Angular

-

React

+

React
Nx - Quick Start Video for React

@@ -125,17 +125,17 @@ You are good to go! -

+

Nx - Scale React Development with Nx video course

-

+

Nx Workspaces video course

-

+

Nx Advanced Workspaces video course

@@ -193,7 +193,7 @@ You are good to go! If you want to file a bug or submit a PR, read up on our [guidelines for contributing](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md) and watch this video that will help you get started. -

+

Nx - How to contribute video

## Core Team diff --git a/docs/angular/examples/react-and-angular.md b/docs/angular/examples/react-and-angular.md index 9b3cb2d59b1ca..5c05b8097770b 100644 --- a/docs/angular/examples/react-and-angular.md +++ b/docs/angular/examples/react-and-angular.md @@ -95,6 +95,7 @@ And the template of the generated component will look as follows: Nx - Powerful, Extensible Dev Tools @@ -322,6 +323,7 @@ Finally, we can update `app.component.html` to use our shared web component. Nx - Powerful, Extensible Dev Tools diff --git a/docs/shared/using-builders.md b/docs/shared/using-builders.md index 03ecdb5005c1d..c6259b8d2191a 100644 --- a/docs/shared/using-builders.md +++ b/docs/shared/using-builders.md @@ -7,7 +7,7 @@ Executors can be written using `@nrwl/devkit` or `@angular-devkit`. Executors wr There are two main differences between an executor and a shell script or an npm script: 1. Executors encourage a consistent methodology for performing similar actions on unrelated projects. i.e. A developer switching between teams can be confident that `nx build project2` will build `project2` with the default settings, just like `nx build project1` built `project1`. -2. Nx can leverage this consistency to perform the same executor across multiple projects. i.e. `nx affected --target==test` will run the `test` executor on every project that is affected by the current code change. +2. Nx can leverage this consistency to perform the same executor across multiple projects. i.e. `nx affected --target=test` will run the `test` executor on every project that is affected by the current code change. ## Executor Definitions diff --git a/packages/angular/README.md b/packages/angular/README.md index 127e045ab2e42..2335726116a22 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -36,7 +36,7 @@ You can always add the Angular plugin to an existing workspace by installing `@n ## Quick Start Videos -

+

Nx - Quick Start Videos

- [Nx Dev Tools for Monorepos, In-Depth Explainer](https://youtu.be/h5FIGDn5YM0) diff --git a/packages/gatsby/README.md b/packages/gatsby/README.md index 7cc1d2c363e41..0f274ac81c921 100644 --- a/packages/gatsby/README.md +++ b/packages/gatsby/README.md @@ -1,4 +1,4 @@ -

+

Nx - Powerful, Extensible Dev Tools

{{links}} @@ -32,7 +32,7 @@ You are good to go! ## Quick Start Videos -

+

Nx - Quick Start video

- [Nx Dev Tools for Monorepos, In-Depth Explainer (React)](https://www.youtube.com/watch?v=jCf92IyR-GE) diff --git a/packages/next/README.md b/packages/next/README.md index 774a232dbba97..04aa67cc91352 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -1,4 +1,4 @@ -

+

Nx - Powerful, Extensible Dev Tools

{{links}} @@ -32,7 +32,7 @@ You are good to go! ## Quick Start Videos -

+

Nx - Quick start video

- [Nx Dev Tools for Monorepos, In-Depth Explainer (React)](https://www.youtube.com/watch?v=jCf92IyR-GE) diff --git a/packages/react/README.md b/packages/react/README.md index 8cd6bc5f994ff..e54e1f942692d 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,4 +1,4 @@ -

+

Nx - Powerful, Extensible Dev Tools

{{links}} @@ -32,7 +32,7 @@ You can always add the React plugin to an existing workspace by installing `@nrw ## Quick Start Videos -

+

Nx - Quick start video

- [Nx Dev Tools for Monorepos, In-Depth Explainer (React)](https://www.youtube.com/watch?v=jCf92IyR-GE) diff --git a/packages/workspace/src/generators/preset/preset.ts b/packages/workspace/src/generators/preset/preset.ts index d129d23c56aa6..dbc432c2d676c 100644 --- a/packages/workspace/src/generators/preset/preset.ts +++ b/packages/workspace/src/generators/preset/preset.ts @@ -224,6 +224,7 @@ describe('AppComponent', () => { Nx - Powerful, Extensible Dev Tools
Message: {{ (hello$|async)|json }}
@@ -293,6 +294,7 @@ export const App = () => { Nx - Powerful, Extensible Dev Tools
{m.message}
diff --git a/scripts/readme-fragments/resources.md b/scripts/readme-fragments/resources.md index f3fef41719413..d23b09dae3166 100644 --- a/scripts/readme-fragments/resources.md +++ b/scripts/readme-fragments/resources.md @@ -14,17 +14,17 @@ -

+

Nx - Scale React Development with Nx video course

-

+

Nx Workspaces video course

-

+

Nx Advanced Workspaces video course