Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): fix docs 404 #5767

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mdx-js/react": "^2.3.0",
"@react-aria/ssr": "3.3.0",
"@react-spring/web": "^9.6.1",
"@sentry/nextjs": "^7.50.0",
"@sentry/nextjs": "^7.64.0",
"@vercel/analytics": "^0.1.1",
"@vercel/og": "^0.0.20",
"axios": "0.27.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ These fields are _ordered_ lists of Unix-formatted (`/`-separated) paths, relati
## Framework Inference

<Callout type="info">
This feature can be disabled by passing [`--framework-inference=false`](../reference/command-line-reference/run#--framework-inference) to your `turbo` command.
This feature can be disabled by passing [`--framework-inference=false`](/repo/docs/reference/command-line-reference/run#--framework-inference) to your `turbo` command.
</Callout>

By default, Turborepo attempts to detect the framework for workspaces inside of your turborepo and uses this to help ensure that all of the default environment variables are properly considered for task hashes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ information about their usage on these pages:
- [`login`](/repo/docs/reference/command-line-reference/login)
- [`logout`](/repo/docs/reference/command-line-reference/logout)
- [`link`](/repo/docs/reference/command-line-reference/link)
- [`unlink`](/repo/docs/reference/command-line-reference/unline)
- [`unlink`](/repo/docs/reference/command-line-reference/unlink)
- [`bin`](/repo/docs/reference/command-line-reference/bin)

## Option Syntax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ You can also specify these in your `turbo` configuration as `globalDependencies`

`type: bool`

Specify whether or not to do framework inference for tasks. Defaults to `true`, can be configured to be `false` which skips framework inference for tasks. This disables [automatic environment variable inclusion](../core-concepts/caching/environment-variable-inputs#framework-inference).
Specify whether or not to do framework inference for tasks. Defaults to `true`, can be configured to be `false` which skips framework inference for tasks. This disables [automatic environment variable inclusion](/repo/docs/core-concepts/caching/environment-variable-inputs#framework-inference).

```sh
turbo run build --framework-inference=false
Expand Down
118 changes: 59 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading