docs(core): add search keywords (#30636)

Adds keywords to improve search indexing
This commit is contained in:
Isaac Mann 2025-04-09 15:47:49 -04:00 committed by GitHub
parent 0525426a51
commit 3b91e0b32d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: Overview of the Nx Angular Plugin
description: The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace.
keywords: [angular]
---
The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries

View File

@ -1,6 +1,7 @@
---
title: Nest.js Plugin for Nx
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.
keywords: [nest, nestjs]
---
Nest.js is a framework designed for building scalable server-side applications. In many ways, Nest is familiar to Angular developers:

View File

@ -1,6 +1,7 @@
---
title: React Plugin for Nx
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.
keywords: [react]
---
The React plugin contains executors and generators for managing React applications and libraries within an Nx workspace.

View File

@ -1,6 +1,7 @@
---
title: Project Size
description: Understand the trade-offs of project granularity in Nx, including benefits like faster commands, clearer boundaries, and improved developer experience.
keywords: [library]
---
# Project Size

View File

@ -1,6 +1,7 @@
---
title: Overview of the Nx Angular Plugin
description: The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace.
keywords: [angular]
---
The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries

View File

@ -1,6 +1,7 @@
---
title: Nest.js Plugin for Nx
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.
keywords: [nest, nestjs]
---
Nest.js is a framework designed for building scalable server-side applications. In many ways, Nest is familiar to Angular developers:

View File

@ -1,6 +1,7 @@
---
title: React Plugin for Nx
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.
keywords: [react]
---
The React plugin contains executors and generators for managing React applications and libraries within an Nx workspace.