Skip to content

Commit

Permalink
docs(nx-cloud): remove side-by-side usage for code (#16065)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored Apr 3, 2023
1 parent f0353ea commit 86c2567
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions docs/shared/angular-standalone-tutorial/1-code-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ UPDATE src/app/app.module.ts

To create the `cart` and `shared/ui` libraries, use the `@nrwl/angular:lib` generator:

{% side-by-side %}

```{% command="npx nx g @nrwl/angular:library cart" path="~/store" %}
> NX Generating @nrwl/angular:library
Expand Down Expand Up @@ -139,8 +137,6 @@ To address all issues (including breaking changes), run:
Run `npm audit` for details.
```

{% /side-by-side %}

You should now be able to see all three projects of our design:

- `store` in the root
Expand Down
4 changes: 0 additions & 4 deletions docs/shared/angular-tutorial/1-code-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ CREATE apps/admin-e2e/.eslintrc.json

To create the `common-ui` and `products` libraries, use the `@nrwl/angular:lib` and `@nrwl/js:lib` generators respectively:

{% side-by-side %}

```{% command="npx nx g @nrwl/angular:lib common-ui" path="~/myorg" %}
> NX Generating @nrwl/angular:library
Expand Down Expand Up @@ -137,8 +135,6 @@ CREATE libs/products/jest.config.ts
CREATE libs/products/tsconfig.spec.json
```

{% /side-by-side %}

You should now be able to see all four projects of our design:

- `store` in `apps/store`
Expand Down
4 changes: 0 additions & 4 deletions docs/shared/react-standalone-tutorial/1-code-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ CREATE src/app/shop/shop.tsx

To create the `cart` and `shared/ui` libraries, use the `@nrwl/react:lib` generator:

{% side-by-side %}

```{% command="npx nx g @nrwl/react:library cart" path="~/store" %}
> NX Generating @nrwl/react:library
Expand Down Expand Up @@ -137,8 +135,6 @@ CREATE shared/ui/src/lib/shared-ui.spec.tsx
CREATE shared/ui/src/lib/shared-ui.tsx
```

{% /side-by-side %}

You should now be able to see all three projects of our design:

- `store` in the root
Expand Down
4 changes: 0 additions & 4 deletions docs/shared/react-tutorial/1-code-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ CREATE apps/admin/tsconfig.spec.json

To create the `common-ui` and `products` libraries, use the `@nrwl/react:lib` and `@nrwl/js:lib` generators respectively:

{% side-by-side %}

```{% command="npx nx g @nrwl/react:lib common-ui" path="~/myorg" %}
> NX Generating @nrwl/react:library
Expand Down Expand Up @@ -133,8 +131,6 @@ CREATE libs/products/jest.config.ts
CREATE libs/products/tsconfig.spec.json
```

{% /side-by-side %}

You should now be able to see all four projects of our design:

- `store` in `apps/store`
Expand Down

1 comment on commit 86c2567

@vercel
Copy link

@vercel vercel bot commented on 86c2567 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.