From db20f655d9f5e9608ceba12c1f82b2d47b7ad6a3 Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Tue, 28 Mar 2023 12:31:07 -0400 Subject: [PATCH] docs(core): bad callout in project config page (#15930) --- docs/shared/reference/project-configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/shared/reference/project-configuration.md b/docs/shared/reference/project-configuration.md index fce2af47f9d64..7c9806e70ab58 100644 --- a/docs/shared/reference/project-configuration.md +++ b/docs/shared/reference/project-configuration.md @@ -133,12 +133,14 @@ Examples: - same as `{fileset: "{workspaceRoot}/jest.config.ts}` {% callout type="note" title="inputs syntax" %} + The `inputs` and `namedInputs` are parsed with the following rules: 1. `{projectRoot}` and `{workspaceRoot}` are replaced with the appropriate path 2. A `^` character at the beginning of the string means this entry applies to the project dependencies of the project, not the project itself. 3. Everything else is processed with the [minimatch](https://github.com/isaacs/minimatch) library - {% /callout %} + +{% /callout %} _Runtime Inputs_