Skip to content

Commit

Permalink
docs(core): bad callout in project config page (#15930)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Mar 28, 2023
1 parent c41bbb2 commit db20f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/shared/reference/project-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Expand Down

1 comment on commit db20f65

@vercel
Copy link

@vercel vercel bot commented on db20f65 Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.