Skip to content

Commit

Permalink
fix(docs): fix docs 404 (#5767)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Aug 21, 2023
1 parent 130e7bb commit 4d07f1a
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.
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
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/reference/command-line-reference.mdx
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.

1 comment on commit 4d07f1a

@vercel
Copy link

@vercel vercel bot commented on 4d07f1a Aug 21, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.