Skip to content

Commit fca7694

Browse files
isaacplmannFrozenPandaz
authored andcommitted
docs(core): intro updates (#23247)
Update the Editor setup page Add more features to the intro page (cherry picked from commit 8363ba4)
1 parent 122791a commit fca7694

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/shared/getting-started/editor-setup.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Editor Setup
22

3-
Nx Console is the UI for Nx. It works for any installed generators or any targets defined in your workspace. Nx Console does not have a specific UI for, say, generating a component. Instead, Nx Console does what the command-line version of Nx does - it analyzes the same meta information to create the needed UI. This means that anything you can do with Nx, you can do with Nx Console.
3+
Nx Console editor extensions make your developer experience richer. The extensions
4+
5+
- show [inferred tasks](/concepts/inferred-tasks) and help you invoke them
6+
- show what is cached and how the cache is configured
7+
- provide a visual UI for invoking generators
8+
- show dependencies between projects and tasks
49

510
## Download
611

docs/shared/getting-started/intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Nx is a powerful open-source build system that provides tools and techniques for
55
## Core Features
66

77
- **Run Tasks Efficiently**: Nx [runs tasks in parallel](/features/run-tasks) and orders the tasks based on the dependencies between them.
8+
- **Distribute Tasks in CI**: Nx scales your CI by [distributing tasks](/ci/features/distribute-task-execution) across many VMs. Your CI is fast no matter how big your repository is.
89
- **Cache Locally & Remotely**: With [local](/features/cache-task-results) and [remote caching](/ci/features/remote-cache), Nx prevents unnecessary re-runs of tasks, saving you valuable dev time.
10+
- **Split E2E Tests and Rerun Flaky Tests**: Nx [automatically splits](/ci/features/split-e2e-tasks) large e2e tests to distribute them across VMs. Nx can also automatically [identify and rerun flaky e2e tests](/ci/features/flaky-tasks).
911
- **Automate Dependency Updates**: if you leverage [Nx plugins](/concepts/nx-plugins) you gain additional features such as [code generation](/features/generate-code) and tools to [automatically upgrade](features/automate-updating-dependencies) your codebase and dependencies.
1012
- **Make it Your Own**: Nx is highly customizable and extensible. Fine-tune it by [creating your own plugins](/extending-nx/intro/getting-started) and optionally [share them with the community](/extending-nx/tutorials/publish-plugin#publish-your-nx-plugin).
1113

0 commit comments

Comments
 (0)