Skip to content

Commit 3b91e0b

Browse files
authored
docs(core): add search keywords (#30636)
Adds keywords to improve search indexing
1 parent 0525426 commit 3b91e0b

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

docs/generated/packages/angular/documents/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Overview of the Nx Angular Plugin
33
description: The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace.
4+
keywords: [angular]
45
---
56

67
The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries

docs/generated/packages/nest/documents/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Nest.js Plugin for Nx
33
description: Learn how to use the @nx/nest plugin to create and manage Nest.js applications and libraries in your Nx workspace, including setup and generators.
4+
keywords: [nest, nestjs]
45
---
56

67
Nest.js is a framework designed for building scalable server-side applications. In many ways, Nest is familiar to Angular developers:

docs/generated/packages/react/documents/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: React Plugin for Nx
33
description: Learn how to use the @nx/react plugin to create and manage React applications and libraries in your Nx workspace, including components, hooks, and more.
4+
keywords: [react]
45
---
56

67
The React plugin contains executors and generators for managing React applications and libraries within an Nx workspace.

docs/shared/concepts/decisions/project-size.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Project Size
33
description: Understand the trade-offs of project granularity in Nx, including benefits like faster commands, clearer boundaries, and improved developer experience.
4+
keywords: [library]
45
---
56

67
# Project Size

docs/shared/packages/angular/angular-plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Overview of the Nx Angular Plugin
33
description: The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace.
4+
keywords: [angular]
45
---
56

67
The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries

docs/shared/packages/nest/nest-plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Nest.js Plugin for Nx
33
description: Learn how to use the @nx/nest plugin to create and manage Nest.js applications and libraries in your Nx workspace, including setup and generators.
4+
keywords: [nest, nestjs]
45
---
56

67
Nest.js is a framework designed for building scalable server-side applications. In many ways, Nest is familiar to Angular developers:

docs/shared/packages/react/react-plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: React Plugin for Nx
33
description: Learn how to use the @nx/react plugin to create and manage React applications and libraries in your Nx workspace, including components, hooks, and more.
4+
keywords: [react]
45
---
56

67
The React plugin contains executors and generators for managing React applications and libraries within an Nx workspace.

0 commit comments

Comments
 (0)