Skip to content

Commit 742ce93

Browse files
committed
chore(docs): add link to nx docs
1 parent 913d08c commit 742ce93

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

website/docs/api-reference/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,7 @@ Using pseudocode `outputs = packageJson.targets.build.outputs || nxJson.targetDe
275275
The `"implicitDependencies": ["projecta", "!projectb"]` line tells Nx that the parent project depends on `projecta` even
276276
though there is no dependency in its `package.json`. Nx will treat such a dependency in the same way it treats explicit
277277
dependencies. It also tells Nx that even though there is an explicit dependency on `projectb`, it should be ignored.
278+
279+
## Additional Configuration
280+
281+
For additional ways to configure tasks and caching, see the relevant [Nx documentation](https://nx.dev/recipes/running-tasks).

website/docs/concepts/how-caching-works.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ the `--skip-nx-cache` flag to skip checking the computation cache.
188188
npx lerna run build --skip-nx-cache
189189
npx lerna run test --skip-nx-cache
190190
```
191+
192+
## Additional Configuration
193+
194+
For additional ways to configure tasks and caching, see the relevant [Nx documentation](https://nx.dev/recipes/running-tasks).

0 commit comments

Comments
 (0)